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 boolean
equals(Object o)
String
getApiVersion()
String
getKind()
String
getResourceVersion()
Boolean
hasApiVersion()
int
hashCode()
Boolean
hasKind()
Boolean
hasResourceVersion()
A
withApiVersion(String apiVersion)
A
withKind(String kind)
A
withNewApiVersion(String arg1)
A
withNewApiVersion(StringBuffer arg1)
A
withNewApiVersion(StringBuilder arg1)
A
withNewKind(String arg1)
A
withNewKind(StringBuffer arg1)
A
withNewKind(StringBuilder arg1)
A
withNewResourceVersion(String arg1)
A
withNewResourceVersion(StringBuffer arg1)
A
withNewResourceVersion(StringBuilder arg1)
A
withResourceVersion(String resourceVersion)
-
-
-
Constructor Detail
-
GetOptionsFluentImpl
public GetOptionsFluentImpl()
-
GetOptionsFluentImpl
public GetOptionsFluentImpl(GetOptions instance)
-
-
Method Detail
-
getApiVersion
public String getApiVersion()
- Specified by:
getApiVersion
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withApiVersion
public A withApiVersion(String apiVersion)
- Specified by:
withApiVersion
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
hasApiVersion
public Boolean hasApiVersion()
- Specified by:
hasApiVersion
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(String arg1)
- Specified by:
withNewApiVersion
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuilder arg1)
- Specified by:
withNewApiVersion
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuffer arg1)
- Specified by:
withNewApiVersion
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
getKind
public String getKind()
- Specified by:
getKind
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withKind
public A withKind(String kind)
- Specified by:
withKind
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
hasKind
public Boolean hasKind()
- Specified by:
hasKind
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewKind
public A withNewKind(String arg1)
- Specified by:
withNewKind
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewKind
public A withNewKind(StringBuilder arg1)
- Specified by:
withNewKind
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewKind
public A withNewKind(StringBuffer arg1)
- Specified by:
withNewKind
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
getResourceVersion
public String getResourceVersion()
- Specified by:
getResourceVersion
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withResourceVersion
public A withResourceVersion(String resourceVersion)
- Specified by:
withResourceVersion
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
hasResourceVersion
public Boolean hasResourceVersion()
- Specified by:
hasResourceVersion
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewResourceVersion
public A withNewResourceVersion(String arg1)
- Specified by:
withNewResourceVersion
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewResourceVersion
public A withNewResourceVersion(StringBuilder arg1)
- Specified by:
withNewResourceVersion
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewResourceVersion
public A withNewResourceVersion(StringBuffer arg1)
- Specified by:
withNewResourceVersion
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
-