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:
DoneableGetOptions
,GetOptionsBuilder
,KubeSchemaFluentImpl.GetOptionsNestedImpl
,WatchEventFluentImpl.GetOptionsObjectNestedImpl
public class GetOptionsFluentImpl<A extends GetOptionsFluent<A>> extends BaseFluent<A> implements GetOptionsFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description GetOptionsFluentImpl()
GetOptionsFluentImpl(GetOptions instance)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
String
getApiVersion()
String
getKind()
String
getResourceVersion()
Boolean
hasApiVersion()
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 Details
-
GetOptionsFluentImpl
public GetOptionsFluentImpl() -
GetOptionsFluentImpl
-
-
Method Details
-
getApiVersion
- Specified by:
getApiVersion
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withApiVersion
- Specified by:
withApiVersion
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
hasApiVersion
- Specified by:
hasApiVersion
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewApiVersion
- Specified by:
withNewApiVersion
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewApiVersion
- Specified by:
withNewApiVersion
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewApiVersion
- Specified by:
withNewApiVersion
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
getKind
- Specified by:
getKind
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withKind
- Specified by:
withKind
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
hasKind
- Specified by:
hasKind
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewKind
- Specified by:
withNewKind
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewKind
- Specified by:
withNewKind
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewKind
- Specified by:
withNewKind
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
getResourceVersion
- Specified by:
getResourceVersion
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withResourceVersion
- Specified by:
withResourceVersion
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
hasResourceVersion
- Specified by:
hasResourceVersion
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewResourceVersion
- Specified by:
withNewResourceVersion
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewResourceVersion
- Specified by:
withNewResourceVersion
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
withNewResourceVersion
- Specified by:
withNewResourceVersion
in interfaceGetOptionsFluent<A extends GetOptionsFluent<A>>
-
equals
-