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) |
Modifier and Type | Method and Description |
---|---|
A |
addAllToDryRun(java.util.Collection<java.lang.String> items) |
A |
addNewDryRun(java.lang.String arg1) |
A |
addNewDryRun(java.lang.StringBuffer arg1) |
A |
addNewDryRun(java.lang.StringBuilder arg1) |
A |
addToDryRun(int index,
java.lang.String item) |
A |
addToDryRun(java.lang.String... items) |
Preconditions |
buildPreconditions() |
DeleteOptionsFluent.PreconditionsNested<A> |
editOrNewPreconditions() |
DeleteOptionsFluent.PreconditionsNested<A> |
editOrNewPreconditionsLike(Preconditions item) |
DeleteOptionsFluent.PreconditionsNested<A> |
editPreconditions() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getApiVersion() |
java.util.List<java.lang.String> |
getDryRun() |
java.lang.String |
getDryRun(int index) |
java.lang.String |
getFirstDryRun() |
java.lang.Long |
getGracePeriodSeconds() |
java.lang.String |
getKind() |
java.lang.String |
getLastDryRun() |
java.lang.String |
getMatchingDryRun(Predicate<java.lang.String> predicate) |
Preconditions |
getPreconditions()
Deprecated.
|
java.lang.String |
getPropagationPolicy() |
java.lang.Boolean |
hasApiVersion() |
java.lang.Boolean |
hasDryRun() |
java.lang.Boolean |
hasGracePeriodSeconds() |
java.lang.Boolean |
hasKind() |
java.lang.Boolean |
hasMatchingDryRun(Predicate<java.lang.String> predicate) |
java.lang.Boolean |
hasOrphanDependents() |
java.lang.Boolean |
hasPreconditions() |
java.lang.Boolean |
hasPropagationPolicy() |
java.lang.Boolean |
isOrphanDependents() |
A |
removeAllFromDryRun(java.util.Collection<java.lang.String> items) |
A |
removeFromDryRun(java.lang.String... items) |
A |
setToDryRun(int index,
java.lang.String item) |
A |
withApiVersion(java.lang.String apiVersion) |
A |
withDryRun(java.util.List<java.lang.String> dryRun) |
A |
withDryRun(java.lang.String... dryRun) |
A |
withGracePeriodSeconds(java.lang.Long gracePeriodSeconds) |
A |
withKind(java.lang.String kind) |
A |
withNewApiVersion(java.lang.String arg1) |
A |
withNewApiVersion(java.lang.StringBuffer arg1) |
A |
withNewApiVersion(java.lang.StringBuilder arg1) |
A |
withNewKind(java.lang.String arg1) |
A |
withNewKind(java.lang.StringBuffer arg1) |
A |
withNewKind(java.lang.StringBuilder arg1) |
A |
withNewOrphanDependents(boolean arg1) |
A |
withNewOrphanDependents(java.lang.String arg1) |
DeleteOptionsFluent.PreconditionsNested<A> |
withNewPreconditions() |
A |
withNewPreconditions(java.lang.String uid) |
DeleteOptionsFluent.PreconditionsNested<A> |
withNewPreconditionsLike(Preconditions item) |
A |
withNewPropagationPolicy(java.lang.String arg1) |
A |
withNewPropagationPolicy(java.lang.StringBuffer arg1) |
A |
withNewPropagationPolicy(java.lang.StringBuilder arg1) |
A |
withOrphanDependents(java.lang.Boolean orphanDependents) |
A |
withPreconditions(Preconditions preconditions) |
A |
withPropagationPolicy(java.lang.String propagationPolicy) |
public DeleteOptionsFluentImpl()
public DeleteOptionsFluentImpl(DeleteOptions instance)
public java.lang.String getApiVersion()
getApiVersion
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public A withApiVersion(java.lang.String apiVersion)
withApiVersion
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public java.lang.Boolean hasApiVersion()
hasApiVersion
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public A withNewApiVersion(java.lang.String arg1)
withNewApiVersion
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public A withNewApiVersion(java.lang.StringBuilder arg1)
withNewApiVersion
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public A withNewApiVersion(java.lang.StringBuffer arg1)
withNewApiVersion
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public A addToDryRun(int index, java.lang.String item)
addToDryRun
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public A setToDryRun(int index, java.lang.String item)
setToDryRun
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public A addToDryRun(java.lang.String... items)
addToDryRun
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public A addAllToDryRun(java.util.Collection<java.lang.String> items)
addAllToDryRun
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public A removeFromDryRun(java.lang.String... items)
removeFromDryRun
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public A removeAllFromDryRun(java.util.Collection<java.lang.String> items)
removeAllFromDryRun
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public java.util.List<java.lang.String> getDryRun()
getDryRun
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public java.lang.String getDryRun(int index)
getDryRun
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public java.lang.String getFirstDryRun()
getFirstDryRun
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public java.lang.String getLastDryRun()
getLastDryRun
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public java.lang.String getMatchingDryRun(Predicate<java.lang.String> predicate)
getMatchingDryRun
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public java.lang.Boolean hasMatchingDryRun(Predicate<java.lang.String> predicate)
hasMatchingDryRun
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public A withDryRun(java.util.List<java.lang.String> dryRun)
withDryRun
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public A withDryRun(java.lang.String... dryRun)
withDryRun
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public java.lang.Boolean hasDryRun()
hasDryRun
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public A addNewDryRun(java.lang.String arg1)
addNewDryRun
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public A addNewDryRun(java.lang.StringBuilder arg1)
addNewDryRun
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public A addNewDryRun(java.lang.StringBuffer arg1)
addNewDryRun
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public java.lang.Long getGracePeriodSeconds()
getGracePeriodSeconds
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public A withGracePeriodSeconds(java.lang.Long gracePeriodSeconds)
withGracePeriodSeconds
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public java.lang.Boolean hasGracePeriodSeconds()
hasGracePeriodSeconds
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public java.lang.String getKind()
getKind
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public A withKind(java.lang.String kind)
withKind
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public java.lang.Boolean hasKind()
hasKind
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public A withNewKind(java.lang.String arg1)
withNewKind
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public A withNewKind(java.lang.StringBuilder arg1)
withNewKind
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public A withNewKind(java.lang.StringBuffer arg1)
withNewKind
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public java.lang.Boolean isOrphanDependents()
isOrphanDependents
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public A withOrphanDependents(java.lang.Boolean orphanDependents)
withOrphanDependents
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public java.lang.Boolean hasOrphanDependents()
hasOrphanDependents
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public A withNewOrphanDependents(java.lang.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 java.lang.Boolean hasPreconditions()
hasPreconditions
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public A withNewPreconditions(java.lang.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 java.lang.String getPropagationPolicy()
getPropagationPolicy
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public A withPropagationPolicy(java.lang.String propagationPolicy)
withPropagationPolicy
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public java.lang.Boolean hasPropagationPolicy()
hasPropagationPolicy
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public A withNewPropagationPolicy(java.lang.String arg1)
withNewPropagationPolicy
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public A withNewPropagationPolicy(java.lang.StringBuilder arg1)
withNewPropagationPolicy
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public A withNewPropagationPolicy(java.lang.StringBuffer arg1)
withNewPropagationPolicy
in interface DeleteOptionsFluent<A extends DeleteOptionsFluent<A>>
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
Copyright © 2015-2019 Red Hat. All Rights Reserved.