public class DeploymentRollbackFluentImpl<T extends DeploymentRollbackFluent<T>> extends BaseFluent<T> implements DeploymentRollbackFluent<T>
Modifier and Type | Class and Description |
---|---|
class |
DeploymentRollbackFluentImpl.RollbackToNestedImpl<N> |
DeploymentRollbackFluent.RollbackToNested<N>
_visitables
Constructor and Description |
---|
DeploymentRollbackFluentImpl() |
DeploymentRollbackFluentImpl(DeploymentRollback instance) |
public DeploymentRollbackFluentImpl()
public DeploymentRollbackFluentImpl(DeploymentRollback instance)
public String getApiVersion()
getApiVersion
in interface DeploymentRollbackFluent<T extends DeploymentRollbackFluent<T>>
public T withApiVersion(String apiVersion)
withApiVersion
in interface DeploymentRollbackFluent<T extends DeploymentRollbackFluent<T>>
public String getKind()
getKind
in interface DeploymentRollbackFluent<T extends DeploymentRollbackFluent<T>>
public T withKind(String kind)
withKind
in interface DeploymentRollbackFluent<T extends DeploymentRollbackFluent<T>>
public String getName()
getName
in interface DeploymentRollbackFluent<T extends DeploymentRollbackFluent<T>>
public T withName(String name)
withName
in interface DeploymentRollbackFluent<T extends DeploymentRollbackFluent<T>>
public RollbackConfig getRollbackTo()
getRollbackTo
in interface DeploymentRollbackFluent<T extends DeploymentRollbackFluent<T>>
public T withRollbackTo(RollbackConfig rollbackTo)
withRollbackTo
in interface DeploymentRollbackFluent<T extends DeploymentRollbackFluent<T>>
public DeploymentRollbackFluent.RollbackToNested<T> withNewRollbackTo()
withNewRollbackTo
in interface DeploymentRollbackFluent<T extends DeploymentRollbackFluent<T>>
public DeploymentRollbackFluent.RollbackToNested<T> withNewRollbackToLike(RollbackConfig item)
withNewRollbackToLike
in interface DeploymentRollbackFluent<T extends DeploymentRollbackFluent<T>>
public DeploymentRollbackFluent.RollbackToNested<T> editRollbackTo()
editRollbackTo
in interface DeploymentRollbackFluent<T extends DeploymentRollbackFluent<T>>
public T withNewRollbackTo(Long revision)
withNewRollbackTo
in interface DeploymentRollbackFluent<T extends DeploymentRollbackFluent<T>>
public T addToUpdatedAnnotations(String key, String value)
addToUpdatedAnnotations
in interface DeploymentRollbackFluent<T extends DeploymentRollbackFluent<T>>
public T addToUpdatedAnnotations(Map<String,String> map)
addToUpdatedAnnotations
in interface DeploymentRollbackFluent<T extends DeploymentRollbackFluent<T>>
public T removeFromUpdatedAnnotations(String key)
removeFromUpdatedAnnotations
in interface DeploymentRollbackFluent<T extends DeploymentRollbackFluent<T>>
public T removeFromUpdatedAnnotations(Map<String,String> map)
removeFromUpdatedAnnotations
in interface DeploymentRollbackFluent<T extends DeploymentRollbackFluent<T>>
public Map<String,String> getUpdatedAnnotations()
getUpdatedAnnotations
in interface DeploymentRollbackFluent<T extends DeploymentRollbackFluent<T>>
public T withUpdatedAnnotations(Map<String,String> updatedAnnotations)
withUpdatedAnnotations
in interface DeploymentRollbackFluent<T extends DeploymentRollbackFluent<T>>
public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties
in interface DeploymentRollbackFluent<T extends DeploymentRollbackFluent<T>>
public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties
in interface DeploymentRollbackFluent<T extends DeploymentRollbackFluent<T>>
public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties
in interface DeploymentRollbackFluent<T extends DeploymentRollbackFluent<T>>
public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties
in interface DeploymentRollbackFluent<T extends DeploymentRollbackFluent<T>>
public Map<String,Object> getAdditionalProperties()
getAdditionalProperties
in interface DeploymentRollbackFluent<T extends DeploymentRollbackFluent<T>>
public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties
in interface DeploymentRollbackFluent<T extends DeploymentRollbackFluent<T>>
Copyright © 2011–2016 Red Hat. All rights reserved.