public class V1alpha1PolicyFluentImpl<A extends V1alpha1PolicyFluent<A>> extends BaseFluent<A> implements V1alpha1PolicyFluent<A>
_visitables| Constructor and Description |
|---|
V1alpha1PolicyFluentImpl() |
V1alpha1PolicyFluentImpl(V1alpha1Policy instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToStages(Collection<String> items) |
A |
addNewStage(String arg1) |
A |
addNewStage(StringBuffer arg1) |
A |
addNewStage(StringBuilder arg1) |
A |
addToStages(int index,
String item) |
A |
addToStages(String... items) |
boolean |
equals(Object o) |
String |
getFirstStage() |
String |
getLastStage() |
String |
getLevel() |
String |
getMatchingStage(Predicate<String> predicate) |
String |
getStage(int index) |
List<String> |
getStages() |
Boolean |
hasLevel() |
Boolean |
hasMatchingStage(Predicate<String> predicate) |
Boolean |
hasStages() |
A |
removeAllFromStages(Collection<String> items) |
A |
removeFromStages(String... items) |
A |
setToStages(int index,
String item) |
A |
withLevel(String level) |
A |
withNewLevel(String arg1) |
A |
withNewLevel(StringBuffer arg1) |
A |
withNewLevel(StringBuilder arg1) |
A |
withStages(List<String> stages) |
A |
withStages(String... stages) |
public V1alpha1PolicyFluentImpl()
public V1alpha1PolicyFluentImpl(V1alpha1Policy instance)
public String getLevel()
getLevel in interface V1alpha1PolicyFluent<A extends V1alpha1PolicyFluent<A>>public A withLevel(String level)
withLevel in interface V1alpha1PolicyFluent<A extends V1alpha1PolicyFluent<A>>public Boolean hasLevel()
hasLevel in interface V1alpha1PolicyFluent<A extends V1alpha1PolicyFluent<A>>public A withNewLevel(String arg1)
withNewLevel in interface V1alpha1PolicyFluent<A extends V1alpha1PolicyFluent<A>>public A withNewLevel(StringBuilder arg1)
withNewLevel in interface V1alpha1PolicyFluent<A extends V1alpha1PolicyFluent<A>>public A withNewLevel(StringBuffer arg1)
withNewLevel in interface V1alpha1PolicyFluent<A extends V1alpha1PolicyFluent<A>>public A addToStages(int index, String item)
addToStages in interface V1alpha1PolicyFluent<A extends V1alpha1PolicyFluent<A>>public A setToStages(int index, String item)
setToStages in interface V1alpha1PolicyFluent<A extends V1alpha1PolicyFluent<A>>public A addToStages(String... items)
addToStages in interface V1alpha1PolicyFluent<A extends V1alpha1PolicyFluent<A>>public A addAllToStages(Collection<String> items)
addAllToStages in interface V1alpha1PolicyFluent<A extends V1alpha1PolicyFluent<A>>public A removeFromStages(String... items)
removeFromStages in interface V1alpha1PolicyFluent<A extends V1alpha1PolicyFluent<A>>public A removeAllFromStages(Collection<String> items)
removeAllFromStages in interface V1alpha1PolicyFluent<A extends V1alpha1PolicyFluent<A>>public List<String> getStages()
getStages in interface V1alpha1PolicyFluent<A extends V1alpha1PolicyFluent<A>>public String getStage(int index)
getStage in interface V1alpha1PolicyFluent<A extends V1alpha1PolicyFluent<A>>public String getFirstStage()
getFirstStage in interface V1alpha1PolicyFluent<A extends V1alpha1PolicyFluent<A>>public String getLastStage()
getLastStage in interface V1alpha1PolicyFluent<A extends V1alpha1PolicyFluent<A>>public String getMatchingStage(Predicate<String> predicate)
getMatchingStage in interface V1alpha1PolicyFluent<A extends V1alpha1PolicyFluent<A>>public Boolean hasMatchingStage(Predicate<String> predicate)
hasMatchingStage in interface V1alpha1PolicyFluent<A extends V1alpha1PolicyFluent<A>>public A withStages(List<String> stages)
withStages in interface V1alpha1PolicyFluent<A extends V1alpha1PolicyFluent<A>>public A withStages(String... stages)
withStages in interface V1alpha1PolicyFluent<A extends V1alpha1PolicyFluent<A>>public Boolean hasStages()
hasStages in interface V1alpha1PolicyFluent<A extends V1alpha1PolicyFluent<A>>public A addNewStage(String arg1)
addNewStage in interface V1alpha1PolicyFluent<A extends V1alpha1PolicyFluent<A>>public A addNewStage(StringBuilder arg1)
addNewStage in interface V1alpha1PolicyFluent<A extends V1alpha1PolicyFluent<A>>public A addNewStage(StringBuffer arg1)
addNewStage in interface V1alpha1PolicyFluent<A extends V1alpha1PolicyFluent<A>>Copyright © 2021. All rights reserved.