public class V1NonResourceAttributesFluentImpl<A extends V1NonResourceAttributesFluent<A>> extends BaseFluent<A> implements V1NonResourceAttributesFluent<A>
_visitables
Constructor and Description |
---|
V1NonResourceAttributesFluentImpl() |
V1NonResourceAttributesFluentImpl(V1NonResourceAttributes 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 V1NonResourceAttributesFluentImpl()
public V1NonResourceAttributesFluentImpl(V1NonResourceAttributes instance)
public String getPath()
getPath
in interface V1NonResourceAttributesFluent<A extends V1NonResourceAttributesFluent<A>>
public A withPath(String path)
withPath
in interface V1NonResourceAttributesFluent<A extends V1NonResourceAttributesFluent<A>>
public Boolean hasPath()
hasPath
in interface V1NonResourceAttributesFluent<A extends V1NonResourceAttributesFluent<A>>
public A withNewPath(String arg1)
withNewPath
in interface V1NonResourceAttributesFluent<A extends V1NonResourceAttributesFluent<A>>
public A withNewPath(StringBuilder arg1)
withNewPath
in interface V1NonResourceAttributesFluent<A extends V1NonResourceAttributesFluent<A>>
public A withNewPath(StringBuffer arg1)
withNewPath
in interface V1NonResourceAttributesFluent<A extends V1NonResourceAttributesFluent<A>>
public String getVerb()
getVerb
in interface V1NonResourceAttributesFluent<A extends V1NonResourceAttributesFluent<A>>
public A withVerb(String verb)
withVerb
in interface V1NonResourceAttributesFluent<A extends V1NonResourceAttributesFluent<A>>
public Boolean hasVerb()
hasVerb
in interface V1NonResourceAttributesFluent<A extends V1NonResourceAttributesFluent<A>>
public A withNewVerb(String arg1)
withNewVerb
in interface V1NonResourceAttributesFluent<A extends V1NonResourceAttributesFluent<A>>
public A withNewVerb(StringBuilder arg1)
withNewVerb
in interface V1NonResourceAttributesFluent<A extends V1NonResourceAttributesFluent<A>>
public A withNewVerb(StringBuffer arg1)
withNewVerb
in interface V1NonResourceAttributesFluent<A extends V1NonResourceAttributesFluent<A>>
Copyright © 2020. All rights reserved.