Package io.fabric8.kubernetes.api.model
Class GetOptionsFluentImpl<A extends GetOptionsFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.GetOptionsFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,GetOptionsFluent<A>
- Direct Known Subclasses:
GetOptionsBuilder,KubeSchemaFluentImpl.GetOptionsNestedImpl,WatchEventFluentImpl.GetOptionsObjectNestedImpl
public class GetOptionsFluentImpl<A extends GetOptionsFluent<A>> extends BaseFluent<A> implements GetOptionsFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description GetOptionsFluentImpl()GetOptionsFluentImpl(GetOptions instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetApiVersion()StringgetKind()StringgetResourceVersion()BooleanhasApiVersion()inthashCode()BooleanhasKind()BooleanhasResourceVersion()AwithApiVersion(String apiVersion)AwithKind(String kind)AwithNewApiVersion(String arg1)AwithNewApiVersion(StringBuffer arg1)AwithNewApiVersion(StringBuilder arg1)AwithNewKind(String arg1)AwithNewKind(StringBuffer arg1)AwithNewKind(StringBuilder arg1)AwithNewResourceVersion(String arg1)AwithNewResourceVersion(StringBuffer arg1)AwithNewResourceVersion(StringBuilder arg1)AwithResourceVersion(String resourceVersion)
-
-
-
Constructor Detail
-
GetOptionsFluentImpl
public GetOptionsFluentImpl()
-
GetOptionsFluentImpl
public GetOptionsFluentImpl(GetOptions instance)
-
-
Method Detail
-
getApiVersion
public String getApiVersion()
- Specified by:
getApiVersionin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withApiVersion
public A withApiVersion(String apiVersion)
- Specified by:
withApiVersionin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
hasApiVersion
public Boolean hasApiVersion()
- Specified by:
hasApiVersionin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(String arg1)
- Specified by:
withNewApiVersionin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuilder arg1)
- Specified by:
withNewApiVersionin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuffer arg1)
- Specified by:
withNewApiVersionin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
getKind
public String getKind()
- Specified by:
getKindin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withKind
public A withKind(String kind)
- Specified by:
withKindin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
hasKind
public Boolean hasKind()
- Specified by:
hasKindin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewKind
public A withNewKind(String arg1)
- Specified by:
withNewKindin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewKind
public A withNewKind(StringBuilder arg1)
- Specified by:
withNewKindin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewKind
public A withNewKind(StringBuffer arg1)
- Specified by:
withNewKindin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
getResourceVersion
public String getResourceVersion()
- Specified by:
getResourceVersionin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withResourceVersion
public A withResourceVersion(String resourceVersion)
- Specified by:
withResourceVersionin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
hasResourceVersion
public Boolean hasResourceVersion()
- Specified by:
hasResourceVersionin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewResourceVersion
public A withNewResourceVersion(String arg1)
- Specified by:
withNewResourceVersionin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewResourceVersion
public A withNewResourceVersion(StringBuilder arg1)
- Specified by:
withNewResourceVersionin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewResourceVersion
public A withNewResourceVersion(StringBuffer arg1)
- Specified by:
withNewResourceVersionin interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
-