public class NonResourceAttributesFluentImpl<A extends NonResourceAttributesFluent<A>> extends BaseFluent<A> implements NonResourceAttributesFluent<A>
_visitables| Constructor and Description |
|---|
NonResourceAttributesFluentImpl() |
NonResourceAttributesFluentImpl(NonResourceAttributes instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPath() |
String |
getVerb() |
Boolean |
hasPath() |
Boolean |
hasVerb() |
A |
withNewPath(String arg1) |
A |
withNewPath(StringBuffer arg1) |
A |
withNewPath(StringBuilder arg1) |
A |
withNewVerb(String arg1) |
A |
withNewVerb(StringBuffer arg1) |
A |
withNewVerb(StringBuilder arg1) |
A |
withPath(String path) |
A |
withVerb(String verb) |
public NonResourceAttributesFluentImpl()
public NonResourceAttributesFluentImpl(NonResourceAttributes instance)
public String getPath()
getPath in interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>public A withPath(String path)
withPath in interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>public Boolean hasPath()
hasPath in interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>public A withNewPath(String arg1)
withNewPath in interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>public A withNewPath(StringBuilder arg1)
withNewPath in interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>public A withNewPath(StringBuffer arg1)
withNewPath in interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>public String getVerb()
getVerb in interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>public A withVerb(String verb)
withVerb in interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>public Boolean hasVerb()
hasVerb in interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>public A withNewVerb(String arg1)
withNewVerb in interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>public A withNewVerb(StringBuilder arg1)
withNewVerb in interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>public A withNewVerb(StringBuffer arg1)
withNewVerb in interface NonResourceAttributesFluent<A extends NonResourceAttributesFluent<A>>Copyright © 2015–2019 Red Hat. All rights reserved.