Package io.fabric8.kubernetes.api.model
Class ManagedFieldsEntryFluentImpl<A extends ManagedFieldsEntryFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ManagedFieldsEntryFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,ManagedFieldsEntryFluent<A>
- Direct Known Subclasses:
ManagedFieldsEntryBuilder
,ObjectMetaFluentImpl.ManagedFieldsNestedImpl
,WatchEventFluentImpl.ManagedFieldsEntryObjectNestedImpl
public class ManagedFieldsEntryFluentImpl<A extends ManagedFieldsEntryFluent<A>> extends BaseFluent<A> implements ManagedFieldsEntryFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ManagedFieldsEntryFluentImpl.FieldsV1NestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ManagedFieldsEntryFluent
ManagedFieldsEntryFluent.FieldsV1Nested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description ManagedFieldsEntryFluentImpl()
ManagedFieldsEntryFluentImpl(ManagedFieldsEntry instance)
-
Method Summary
-
-
-
Constructor Detail
-
ManagedFieldsEntryFluentImpl
public ManagedFieldsEntryFluentImpl()
-
ManagedFieldsEntryFluentImpl
public ManagedFieldsEntryFluentImpl(ManagedFieldsEntry instance)
-
-
Method Detail
-
getApiVersion
public String getApiVersion()
- Specified by:
getApiVersion
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
withApiVersion
public A withApiVersion(String apiVersion)
- Specified by:
withApiVersion
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
hasApiVersion
public Boolean hasApiVersion()
- Specified by:
hasApiVersion
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(String arg1)
- Specified by:
withNewApiVersion
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuilder arg1)
- Specified by:
withNewApiVersion
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuffer arg1)
- Specified by:
withNewApiVersion
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
getFieldsType
public String getFieldsType()
- Specified by:
getFieldsType
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
withFieldsType
public A withFieldsType(String fieldsType)
- Specified by:
withFieldsType
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
hasFieldsType
public Boolean hasFieldsType()
- Specified by:
hasFieldsType
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
withNewFieldsType
public A withNewFieldsType(String arg1)
- Specified by:
withNewFieldsType
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
withNewFieldsType
public A withNewFieldsType(StringBuilder arg1)
- Specified by:
withNewFieldsType
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
withNewFieldsType
public A withNewFieldsType(StringBuffer arg1)
- Specified by:
withNewFieldsType
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
getFieldsV1
@Deprecated public FieldsV1 getFieldsV1()
Deprecated.This method has been deprecated, please use method buildFieldsV1 instead.- Specified by:
getFieldsV1
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
- Returns:
- The buildable object.
-
buildFieldsV1
public FieldsV1 buildFieldsV1()
- Specified by:
buildFieldsV1
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
withFieldsV1
public A withFieldsV1(FieldsV1 fieldsV1)
- Specified by:
withFieldsV1
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
hasFieldsV1
public Boolean hasFieldsV1()
- Specified by:
hasFieldsV1
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
withNewFieldsV1
public ManagedFieldsEntryFluent.FieldsV1Nested<A> withNewFieldsV1()
- Specified by:
withNewFieldsV1
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
withNewFieldsV1Like
public ManagedFieldsEntryFluent.FieldsV1Nested<A> withNewFieldsV1Like(FieldsV1 item)
- Specified by:
withNewFieldsV1Like
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
editFieldsV1
public ManagedFieldsEntryFluent.FieldsV1Nested<A> editFieldsV1()
- Specified by:
editFieldsV1
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
editOrNewFieldsV1
public ManagedFieldsEntryFluent.FieldsV1Nested<A> editOrNewFieldsV1()
- Specified by:
editOrNewFieldsV1
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
editOrNewFieldsV1Like
public ManagedFieldsEntryFluent.FieldsV1Nested<A> editOrNewFieldsV1Like(FieldsV1 item)
- Specified by:
editOrNewFieldsV1Like
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
getManager
public String getManager()
- Specified by:
getManager
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
withManager
public A withManager(String manager)
- Specified by:
withManager
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
hasManager
public Boolean hasManager()
- Specified by:
hasManager
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
withNewManager
public A withNewManager(String arg1)
- Specified by:
withNewManager
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
withNewManager
public A withNewManager(StringBuilder arg1)
- Specified by:
withNewManager
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
withNewManager
public A withNewManager(StringBuffer arg1)
- Specified by:
withNewManager
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
getOperation
public String getOperation()
- Specified by:
getOperation
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
withOperation
public A withOperation(String operation)
- Specified by:
withOperation
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
hasOperation
public Boolean hasOperation()
- Specified by:
hasOperation
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
withNewOperation
public A withNewOperation(String arg1)
- Specified by:
withNewOperation
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
withNewOperation
public A withNewOperation(StringBuilder arg1)
- Specified by:
withNewOperation
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
withNewOperation
public A withNewOperation(StringBuffer arg1)
- Specified by:
withNewOperation
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
getTime
public String getTime()
- Specified by:
getTime
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
withTime
public A withTime(String time)
- Specified by:
withTime
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
hasTime
public Boolean hasTime()
- Specified by:
hasTime
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
withNewTime
public A withNewTime(String arg1)
- Specified by:
withNewTime
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
withNewTime
public A withNewTime(StringBuilder arg1)
- Specified by:
withNewTime
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
withNewTime
public A withNewTime(StringBuffer arg1)
- Specified by:
withNewTime
in interfaceManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
-
-