public class OpenshiftClusterRoleScopeRestrictionFluentImpl<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>> extends BaseFluent<A> implements OpenshiftClusterRoleScopeRestrictionFluent<A>
_visitables| Constructor and Description |
|---|
OpenshiftClusterRoleScopeRestrictionFluentImpl() |
OpenshiftClusterRoleScopeRestrictionFluentImpl(OpenshiftClusterRoleScopeRestriction instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToNamespaces(java.util.Collection<java.lang.String> items) |
A |
addAllToRoleNames(java.util.Collection<java.lang.String> items) |
A |
addNewNamespace(java.lang.String arg1) |
A |
addNewNamespace(java.lang.StringBuffer arg1) |
A |
addNewNamespace(java.lang.StringBuilder arg1) |
A |
addNewRoleName(java.lang.String arg1) |
A |
addNewRoleName(java.lang.StringBuffer arg1) |
A |
addNewRoleName(java.lang.StringBuilder arg1) |
A |
addToNamespaces(int index,
java.lang.String item) |
A |
addToNamespaces(java.lang.String... items) |
A |
addToRoleNames(int index,
java.lang.String item) |
A |
addToRoleNames(java.lang.String... items) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getFirstNamespace() |
java.lang.String |
getFirstRoleName() |
java.lang.String |
getLastNamespace() |
java.lang.String |
getLastRoleName() |
java.lang.String |
getMatchingNamespace(Predicate<java.lang.String> predicate) |
java.lang.String |
getMatchingRoleName(Predicate<java.lang.String> predicate) |
java.lang.String |
getNamespace(int index) |
java.util.List<java.lang.String> |
getNamespaces() |
java.lang.String |
getRoleName(int index) |
java.util.List<java.lang.String> |
getRoleNames() |
java.lang.Boolean |
hasAllowEscalation() |
java.lang.Boolean |
hasMatchingNamespace(Predicate<java.lang.String> predicate) |
java.lang.Boolean |
hasMatchingRoleName(Predicate<java.lang.String> predicate) |
java.lang.Boolean |
hasNamespaces() |
java.lang.Boolean |
hasRoleNames() |
java.lang.Boolean |
isAllowEscalation() |
A |
removeAllFromNamespaces(java.util.Collection<java.lang.String> items) |
A |
removeAllFromRoleNames(java.util.Collection<java.lang.String> items) |
A |
removeFromNamespaces(java.lang.String... items) |
A |
removeFromRoleNames(java.lang.String... items) |
A |
setToNamespaces(int index,
java.lang.String item) |
A |
setToRoleNames(int index,
java.lang.String item) |
A |
withAllowEscalation(java.lang.Boolean allowEscalation) |
A |
withNamespaces(java.util.List<java.lang.String> namespaces) |
A |
withNamespaces(java.lang.String... namespaces) |
A |
withNewAllowEscalation(boolean arg1) |
A |
withNewAllowEscalation(java.lang.String arg1) |
A |
withRoleNames(java.util.List<java.lang.String> roleNames) |
A |
withRoleNames(java.lang.String... roleNames) |
public OpenshiftClusterRoleScopeRestrictionFluentImpl()
public OpenshiftClusterRoleScopeRestrictionFluentImpl(OpenshiftClusterRoleScopeRestriction instance)
public java.lang.Boolean isAllowEscalation()
isAllowEscalation in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public A withAllowEscalation(java.lang.Boolean allowEscalation)
withAllowEscalation in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public java.lang.Boolean hasAllowEscalation()
hasAllowEscalation in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public A withNewAllowEscalation(java.lang.String arg1)
withNewAllowEscalation in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public A withNewAllowEscalation(boolean arg1)
withNewAllowEscalation in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public A addToNamespaces(int index, java.lang.String item)
addToNamespaces in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public A setToNamespaces(int index, java.lang.String item)
setToNamespaces in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public A addToNamespaces(java.lang.String... items)
addToNamespaces in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public A addAllToNamespaces(java.util.Collection<java.lang.String> items)
addAllToNamespaces in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public A removeFromNamespaces(java.lang.String... items)
removeFromNamespaces in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public A removeAllFromNamespaces(java.util.Collection<java.lang.String> items)
removeAllFromNamespaces in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public java.util.List<java.lang.String> getNamespaces()
getNamespaces in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public java.lang.String getNamespace(int index)
getNamespace in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public java.lang.String getFirstNamespace()
getFirstNamespace in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public java.lang.String getLastNamespace()
getLastNamespace in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public java.lang.String getMatchingNamespace(Predicate<java.lang.String> predicate)
getMatchingNamespace in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public java.lang.Boolean hasMatchingNamespace(Predicate<java.lang.String> predicate)
hasMatchingNamespace in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public A withNamespaces(java.util.List<java.lang.String> namespaces)
withNamespaces in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public A withNamespaces(java.lang.String... namespaces)
withNamespaces in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public java.lang.Boolean hasNamespaces()
hasNamespaces in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public A addNewNamespace(java.lang.String arg1)
addNewNamespace in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public A addNewNamespace(java.lang.StringBuilder arg1)
addNewNamespace in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public A addNewNamespace(java.lang.StringBuffer arg1)
addNewNamespace in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public A addToRoleNames(int index, java.lang.String item)
addToRoleNames in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public A setToRoleNames(int index, java.lang.String item)
setToRoleNames in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public A addToRoleNames(java.lang.String... items)
addToRoleNames in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public A addAllToRoleNames(java.util.Collection<java.lang.String> items)
addAllToRoleNames in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public A removeFromRoleNames(java.lang.String... items)
removeFromRoleNames in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public A removeAllFromRoleNames(java.util.Collection<java.lang.String> items)
removeAllFromRoleNames in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public java.util.List<java.lang.String> getRoleNames()
getRoleNames in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public java.lang.String getRoleName(int index)
getRoleName in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public java.lang.String getFirstRoleName()
getFirstRoleName in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public java.lang.String getLastRoleName()
getLastRoleName in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public java.lang.String getMatchingRoleName(Predicate<java.lang.String> predicate)
getMatchingRoleName in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public java.lang.Boolean hasMatchingRoleName(Predicate<java.lang.String> predicate)
hasMatchingRoleName in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public A withRoleNames(java.util.List<java.lang.String> roleNames)
withRoleNames in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public A withRoleNames(java.lang.String... roleNames)
withRoleNames in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public java.lang.Boolean hasRoleNames()
hasRoleNames in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public A addNewRoleName(java.lang.String arg1)
addNewRoleName in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public A addNewRoleName(java.lang.StringBuilder arg1)
addNewRoleName in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public A addNewRoleName(java.lang.StringBuffer arg1)
addNewRoleName in interface OpenshiftClusterRoleScopeRestrictionFluent<A extends OpenshiftClusterRoleScopeRestrictionFluent<A>>public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2015-2019 Red Hat. All Rights Reserved.