public class ObjectFieldSelectorFluentImpl<A extends ObjectFieldSelectorFluent<A>> extends BaseFluent<A> implements ObjectFieldSelectorFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
ObjectFieldSelectorFluentImpl() |
ObjectFieldSelectorFluentImpl(ObjectFieldSelector instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getApiVersion() |
String |
getFieldPath() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasApiVersion() |
Boolean |
hasFieldPath() |
int |
hashCode() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withApiVersion(String apiVersion) |
A |
withFieldPath(String fieldPath) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ObjectFieldSelectorFluentImpl()
public ObjectFieldSelectorFluentImpl(ObjectFieldSelector instance)
public String getApiVersion()
getApiVersion in interface ObjectFieldSelectorFluent<A extends ObjectFieldSelectorFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface ObjectFieldSelectorFluent<A extends ObjectFieldSelectorFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface ObjectFieldSelectorFluent<A extends ObjectFieldSelectorFluent<A>>public String getFieldPath()
getFieldPath in interface ObjectFieldSelectorFluent<A extends ObjectFieldSelectorFluent<A>>public A withFieldPath(String fieldPath)
withFieldPath in interface ObjectFieldSelectorFluent<A extends ObjectFieldSelectorFluent<A>>public Boolean hasFieldPath()
hasFieldPath in interface ObjectFieldSelectorFluent<A extends ObjectFieldSelectorFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ObjectFieldSelectorFluent<A extends ObjectFieldSelectorFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ObjectFieldSelectorFluent<A extends ObjectFieldSelectorFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ObjectFieldSelectorFluent<A extends ObjectFieldSelectorFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ObjectFieldSelectorFluent<A extends ObjectFieldSelectorFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ObjectFieldSelectorFluent<A extends ObjectFieldSelectorFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ObjectFieldSelectorFluent<A extends ObjectFieldSelectorFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ObjectFieldSelectorFluent<A extends ObjectFieldSelectorFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends ObjectFieldSelectorFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends ObjectFieldSelectorFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.