public class DeleteOptionsFluentImpl<A extends DeleteOptionsFluent<A>> extends BaseFluent<A> implements DeleteOptionsFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteOptionsFluentImpl.PreconditionsNestedImpl<N> |
DeleteOptionsFluent.PreconditionsNested<N>_visitables| Constructor and Description |
|---|
DeleteOptionsFluentImpl() |
DeleteOptionsFluentImpl(DeleteOptions instance) |
public DeleteOptionsFluentImpl()
public DeleteOptionsFluentImpl(DeleteOptions instance)
public String getApiVersion()
getApiVersion in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public A addToDryRun(int index, String item)
addToDryRun in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public A setToDryRun(int index, String item)
setToDryRun in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public A addToDryRun(String... items)
addToDryRun in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public A addAllToDryRun(Collection<String> items)
addAllToDryRun in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public A removeFromDryRun(String... items)
removeFromDryRun in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public A removeAllFromDryRun(Collection<String> items)
removeAllFromDryRun in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public List<String> getDryRun()
getDryRun in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public String getDryRun(int index)
getDryRun in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public String getFirstDryRun()
getFirstDryRun in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public String getLastDryRun()
getLastDryRun in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public String getMatchingDryRun(Predicate<String> predicate)
getMatchingDryRun in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public A withDryRun(List<String> dryRun)
withDryRun in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public A withDryRun(String... dryRun)
withDryRun in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public Boolean hasDryRun()
hasDryRun in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public Long getGracePeriodSeconds()
getGracePeriodSeconds in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public A withGracePeriodSeconds(Long gracePeriodSeconds)
withGracePeriodSeconds in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public Boolean hasGracePeriodSeconds()
hasGracePeriodSeconds in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public A withNewGracePeriodSeconds(String arg1)
withNewGracePeriodSeconds in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public A withNewGracePeriodSeconds(long arg1)
withNewGracePeriodSeconds in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public String getKind()
getKind in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public A withKind(String kind)
withKind in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public Boolean hasKind()
hasKind in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public Boolean isOrphanDependents()
isOrphanDependents in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public A withOrphanDependents(Boolean orphanDependents)
withOrphanDependents in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public Boolean hasOrphanDependents()
hasOrphanDependents in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public A withNewOrphanDependents(String arg1)
withNewOrphanDependents in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public A withNewOrphanDependents(boolean arg1)
withNewOrphanDependents in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>@Deprecated public Preconditions getPreconditions()
getPreconditions in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public Preconditions buildPreconditions()
buildPreconditions in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public A withPreconditions(Preconditions preconditions)
withPreconditions in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public Boolean hasPreconditions()
hasPreconditions in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public A withNewPreconditions(String uid)
withNewPreconditions in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public DeleteOptionsFluent.PreconditionsNested<A> withNewPreconditions()
withNewPreconditions in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public DeleteOptionsFluent.PreconditionsNested<A> withNewPreconditionsLike(Preconditions item)
withNewPreconditionsLike in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public DeleteOptionsFluent.PreconditionsNested<A> editPreconditions()
editPreconditions in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public DeleteOptionsFluent.PreconditionsNested<A> editOrNewPreconditions()
editOrNewPreconditions in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public DeleteOptionsFluent.PreconditionsNested<A> editOrNewPreconditionsLike(Preconditions item)
editOrNewPreconditionsLike in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public String getPropagationPolicy()
getPropagationPolicy in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public A withPropagationPolicy(String propagationPolicy)
withPropagationPolicy in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>public Boolean hasPropagationPolicy()
hasPropagationPolicy in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>Copyright © 2015–2019 Red Hat. All rights reserved.