public class PatchOptionsFluentImpl<A extends PatchOptionsFluent<A>> extends BaseFluent<A> implements PatchOptionsFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
PatchOptionsFluentImpl() |
PatchOptionsFluentImpl(PatchOptions instance) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic PatchOptionsFluentImpl()
public PatchOptionsFluentImpl(PatchOptions instance)
public String getApiVersion()
getApiVersion in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>@Deprecated public A withNewApiVersion(String arg0)
withNewApiVersion in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public A addToDryRun(Integer index, String item)
addToDryRun in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public A setToDryRun(Integer index, String item)
setToDryRun in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public A addToDryRun(String... items)
addToDryRun in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public A addAllToDryRun(Collection<String> items)
addAllToDryRun in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public A removeFromDryRun(String... items)
removeFromDryRun in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public A removeAllFromDryRun(Collection<String> items)
removeAllFromDryRun in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public List<String> getDryRun()
getDryRun in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public String getDryRun(Integer index)
getDryRun in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public String getFirstDryRun()
getFirstDryRun in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public String getLastDryRun()
getLastDryRun in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public String getMatchingDryRun(Predicate<String> predicate)
getMatchingDryRun in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public Boolean hasMatchingDryRun(Predicate<String> predicate)
hasMatchingDryRun in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public A withDryRun(List<String> dryRun)
withDryRun in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public A withDryRun(String... dryRun)
withDryRun in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public Boolean hasDryRun()
hasDryRun in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public A addNewDryRun(String arg0)
addNewDryRun in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public String getFieldManager()
getFieldManager in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public A withFieldManager(String fieldManager)
withFieldManager in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public Boolean hasFieldManager()
hasFieldManager in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>@Deprecated public A withNewFieldManager(String arg0)
withNewFieldManager in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public String getFieldValidation()
getFieldValidation in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public A withFieldValidation(String fieldValidation)
withFieldValidation in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public Boolean hasFieldValidation()
hasFieldValidation in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>@Deprecated public A withNewFieldValidation(String arg0)
withNewFieldValidation in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public Boolean getForce()
getForce in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public A withForce(Boolean force)
withForce in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public Boolean hasForce()
hasForce in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public String getKind()
getKind in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public A withKind(String kind)
withKind in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public Boolean hasKind()
hasKind in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>@Deprecated public A withNewKind(String arg0)
withNewKind in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface PatchOptionsFluent<A extends PatchOptionsFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.