Class StepFluentImpl<A extends StepFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.StepFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,StepFluent<A>
- Direct Known Subclasses:
InstallPlanStatusFluentImpl.PlanNestedImpl,StepBuilder
public class StepFluentImpl<A extends StepFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements StepFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classStepFluentImpl.ResourceNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.operatorhub.v1alpha1.StepFluent
StepFluent.ResourceNested<N>
-
-
Constructor Summary
Constructors Constructor Description StepFluentImpl()StepFluentImpl(Step instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StepResourcebuildResource()StepFluent.ResourceNested<A>editOrNewResource()StepFluent.ResourceNested<A>editOrNewResourceLike(StepResource item)StepFluent.ResourceNested<A>editResource()booleanequals(Object o)StringgetResolving()StepResourcegetResource()Deprecated.StringgetStatus()inthashCode()BooleanhasResolving()BooleanhasResource()BooleanhasStatus()AwithNewResolving(String arg1)AwithNewResolving(StringBuffer arg1)AwithNewResolving(StringBuilder arg1)StepFluent.ResourceNested<A>withNewResource()StepFluent.ResourceNested<A>withNewResourceLike(StepResource item)AwithNewStatus(String arg1)AwithNewStatus(StringBuffer arg1)AwithNewStatus(StringBuilder arg1)AwithResolving(String resolving)AwithResource(StepResource resource)AwithStatus(String status)
-
-
-
Constructor Detail
-
StepFluentImpl
public StepFluentImpl()
-
StepFluentImpl
public StepFluentImpl(Step instance)
-
-
Method Detail
-
getResolving
public String getResolving()
- Specified by:
getResolvingin interfaceStepFluent<A extends StepFluent<A>>
-
withResolving
public A withResolving(String resolving)
- Specified by:
withResolvingin interfaceStepFluent<A extends StepFluent<A>>
-
hasResolving
public Boolean hasResolving()
- Specified by:
hasResolvingin interfaceStepFluent<A extends StepFluent<A>>
-
withNewResolving
public A withNewResolving(String arg1)
- Specified by:
withNewResolvingin interfaceStepFluent<A extends StepFluent<A>>
-
withNewResolving
public A withNewResolving(StringBuilder arg1)
- Specified by:
withNewResolvingin interfaceStepFluent<A extends StepFluent<A>>
-
withNewResolving
public A withNewResolving(StringBuffer arg1)
- Specified by:
withNewResolvingin interfaceStepFluent<A extends StepFluent<A>>
-
getResource
@Deprecated public StepResource getResource()
Deprecated.This method has been deprecated, please use method buildResource instead.- Specified by:
getResourcein interfaceStepFluent<A extends StepFluent<A>>- Returns:
- The buildable object.
-
buildResource
public StepResource buildResource()
- Specified by:
buildResourcein interfaceStepFluent<A extends StepFluent<A>>
-
withResource
public A withResource(StepResource resource)
- Specified by:
withResourcein interfaceStepFluent<A extends StepFluent<A>>
-
hasResource
public Boolean hasResource()
- Specified by:
hasResourcein interfaceStepFluent<A extends StepFluent<A>>
-
withNewResource
public StepFluent.ResourceNested<A> withNewResource()
- Specified by:
withNewResourcein interfaceStepFluent<A extends StepFluent<A>>
-
withNewResourceLike
public StepFluent.ResourceNested<A> withNewResourceLike(StepResource item)
- Specified by:
withNewResourceLikein interfaceStepFluent<A extends StepFluent<A>>
-
editResource
public StepFluent.ResourceNested<A> editResource()
- Specified by:
editResourcein interfaceStepFluent<A extends StepFluent<A>>
-
editOrNewResource
public StepFluent.ResourceNested<A> editOrNewResource()
- Specified by:
editOrNewResourcein interfaceStepFluent<A extends StepFluent<A>>
-
editOrNewResourceLike
public StepFluent.ResourceNested<A> editOrNewResourceLike(StepResource item)
- Specified by:
editOrNewResourceLikein interfaceStepFluent<A extends StepFluent<A>>
-
getStatus
public String getStatus()
- Specified by:
getStatusin interfaceStepFluent<A extends StepFluent<A>>
-
withStatus
public A withStatus(String status)
- Specified by:
withStatusin interfaceStepFluent<A extends StepFluent<A>>
-
hasStatus
public Boolean hasStatus()
- Specified by:
hasStatusin interfaceStepFluent<A extends StepFluent<A>>
-
withNewStatus
public A withNewStatus(String arg1)
- Specified by:
withNewStatusin interfaceStepFluent<A extends StepFluent<A>>
-
withNewStatus
public A withNewStatus(StringBuilder arg1)
- Specified by:
withNewStatusin interfaceStepFluent<A extends StepFluent<A>>
-
withNewStatus
public A withNewStatus(StringBuffer arg1)
- Specified by:
withNewStatusin interfaceStepFluent<A extends StepFluent<A>>
-
-