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 |
---|---|
boolean |
equals(Object o) |
String |
getApiVersion() |
String |
getFieldPath() |
Boolean |
hasApiVersion() |
Boolean |
hasFieldPath() |
int |
hashCode() |
A |
withApiVersion(String apiVersion) |
A |
withFieldPath(String fieldPath) |
A |
withNewApiVersion(String arg0)
Deprecated.
|
A |
withNewFieldPath(String arg0)
Deprecated.
|
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public 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>>
@Deprecated public A withNewApiVersion(String arg0)
withNewApiVersion
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>>
@Deprecated public A withNewFieldPath(String arg0)
withNewFieldPath
in interface ObjectFieldSelectorFluent<A extends ObjectFieldSelectorFluent<A>>
Copyright © 2015–2020 Red Hat. All rights reserved.