public class ObjectFieldSelectorFluentImpl<T extends ObjectFieldSelectorFluent<T>> extends BaseFluent<T> implements ObjectFieldSelectorFluent<T>
_visitables
Constructor and Description |
---|
ObjectFieldSelectorFluentImpl() |
Modifier and Type | Method and Description |
---|---|
T |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getApiVersion() |
String |
getFieldPath() |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withApiVersion(String apiVersion) |
T |
withFieldPath(String fieldPath) |
public String getApiVersion()
getApiVersion
in interface ObjectFieldSelectorFluent<T extends ObjectFieldSelectorFluent<T>>
public T withApiVersion(String apiVersion)
withApiVersion
in interface ObjectFieldSelectorFluent<T extends ObjectFieldSelectorFluent<T>>
public String getFieldPath()
getFieldPath
in interface ObjectFieldSelectorFluent<T extends ObjectFieldSelectorFluent<T>>
public T withFieldPath(String fieldPath)
withFieldPath
in interface ObjectFieldSelectorFluent<T extends ObjectFieldSelectorFluent<T>>
public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties
in interface ObjectFieldSelectorFluent<T extends ObjectFieldSelectorFluent<T>>
public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties
in interface ObjectFieldSelectorFluent<T extends ObjectFieldSelectorFluent<T>>
public Map<String,Object> getAdditionalProperties()
getAdditionalProperties
in interface ObjectFieldSelectorFluent<T extends ObjectFieldSelectorFluent<T>>
public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties
in interface ObjectFieldSelectorFluent<T extends ObjectFieldSelectorFluent<T>>
Copyright © 2011–2015 Red Hat. All rights reserved.