public class ServiceAccountRestrictionFluentImpl<A extends ServiceAccountRestrictionFluent<A>> extends BaseFluent<A> implements ServiceAccountRestrictionFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceAccountRestrictionFluentImpl.ServiceaccountsNestedImpl<N> |
ServiceAccountRestrictionFluent.ServiceaccountsNested<N>_visitables| Constructor and Description |
|---|
ServiceAccountRestrictionFluentImpl() |
ServiceAccountRestrictionFluentImpl(ServiceAccountRestriction instance) |
public ServiceAccountRestrictionFluentImpl()
public ServiceAccountRestrictionFluentImpl(ServiceAccountRestriction instance)
public A addToNamespaces(int index, java.lang.String item)
addToNamespaces in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A setToNamespaces(int index, java.lang.String item)
setToNamespaces in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A addToNamespaces(java.lang.String... items)
addToNamespaces in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A addAllToNamespaces(java.util.Collection<java.lang.String> items)
addAllToNamespaces in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A removeFromNamespaces(java.lang.String... items)
removeFromNamespaces in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A removeAllFromNamespaces(java.util.Collection<java.lang.String> items)
removeAllFromNamespaces in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public java.util.List<java.lang.String> getNamespaces()
getNamespaces in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public java.lang.String getNamespace(int index)
getNamespace in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public java.lang.String getFirstNamespace()
getFirstNamespace in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public java.lang.String getLastNamespace()
getLastNamespace in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public java.lang.String getMatchingNamespace(Predicate<java.lang.String> predicate)
getMatchingNamespace in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public java.lang.Boolean hasMatchingNamespace(Predicate<java.lang.String> predicate)
hasMatchingNamespace in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A withNamespaces(java.util.List<java.lang.String> namespaces)
withNamespaces in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A withNamespaces(java.lang.String... namespaces)
withNamespaces in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public java.lang.Boolean hasNamespaces()
hasNamespaces in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A addNewNamespace(java.lang.String arg1)
addNewNamespace in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A addNewNamespace(java.lang.StringBuilder arg1)
addNewNamespace in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A addNewNamespace(java.lang.StringBuffer arg1)
addNewNamespace in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A addToServiceaccounts(int index, ServiceAccountReference item)
addToServiceaccounts in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A setToServiceaccounts(int index, ServiceAccountReference item)
setToServiceaccounts in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A addToServiceaccounts(ServiceAccountReference... items)
addToServiceaccounts in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A addAllToServiceaccounts(java.util.Collection<ServiceAccountReference> items)
addAllToServiceaccounts in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A removeFromServiceaccounts(ServiceAccountReference... items)
removeFromServiceaccounts in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A removeAllFromServiceaccounts(java.util.Collection<ServiceAccountReference> items)
removeAllFromServiceaccounts in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>@Deprecated public java.util.List<ServiceAccountReference> getServiceaccounts()
getServiceaccounts in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public java.util.List<ServiceAccountReference> buildServiceaccounts()
buildServiceaccounts in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public ServiceAccountReference buildServiceaccount(int index)
buildServiceaccount in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public ServiceAccountReference buildFirstServiceaccount()
buildFirstServiceaccount in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public ServiceAccountReference buildLastServiceaccount()
buildLastServiceaccount in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public ServiceAccountReference buildMatchingServiceaccount(Predicate<ServiceAccountReferenceBuilder> predicate)
buildMatchingServiceaccount in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public java.lang.Boolean hasMatchingServiceaccount(Predicate<ServiceAccountReferenceBuilder> predicate)
hasMatchingServiceaccount in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A withServiceaccounts(java.util.List<ServiceAccountReference> serviceaccounts)
withServiceaccounts in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A withServiceaccounts(ServiceAccountReference... serviceaccounts)
withServiceaccounts in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public java.lang.Boolean hasServiceaccounts()
hasServiceaccounts in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public A addNewServiceaccount(java.lang.String name, java.lang.String namespace)
addNewServiceaccount in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public ServiceAccountRestrictionFluent.ServiceaccountsNested<A> addNewServiceaccount()
addNewServiceaccount in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public ServiceAccountRestrictionFluent.ServiceaccountsNested<A> addNewServiceaccountLike(ServiceAccountReference item)
addNewServiceaccountLike in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public ServiceAccountRestrictionFluent.ServiceaccountsNested<A> setNewServiceaccountLike(int index, ServiceAccountReference item)
setNewServiceaccountLike in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public ServiceAccountRestrictionFluent.ServiceaccountsNested<A> editServiceaccount(int index)
editServiceaccount in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public ServiceAccountRestrictionFluent.ServiceaccountsNested<A> editFirstServiceaccount()
editFirstServiceaccount in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public ServiceAccountRestrictionFluent.ServiceaccountsNested<A> editLastServiceaccount()
editLastServiceaccount in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public ServiceAccountRestrictionFluent.ServiceaccountsNested<A> editMatchingServiceaccount(Predicate<ServiceAccountReferenceBuilder> predicate)
editMatchingServiceaccount in interface ServiceAccountRestrictionFluent<A extends ServiceAccountRestrictionFluent<A>>public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2015-2019 Red Hat. All Rights Reserved.