Class AuthenticationListFluentImpl<A extends AuthenticationListFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.AuthenticationListFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,AuthenticationListFluent<A>
- Direct Known Subclasses:
AuthenticationListBuilder
public class AuthenticationListFluentImpl<A extends AuthenticationListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements AuthenticationListFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classAuthenticationListFluentImpl.ItemsNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.operator.v1.AuthenticationListFluent
AuthenticationListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description AuthenticationListFluentImpl()AuthenticationListFluentImpl(AuthenticationList instance)
-
Method Summary
-
-
-
Constructor Detail
-
AuthenticationListFluentImpl
public AuthenticationListFluentImpl()
-
AuthenticationListFluentImpl
public AuthenticationListFluentImpl(AuthenticationList instance)
-
-
Method Detail
-
getApiVersion
public String getApiVersion()
- Specified by:
getApiVersionin interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
withApiVersion
public A withApiVersion(String apiVersion)
- Specified by:
withApiVersionin interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
hasApiVersion
public Boolean hasApiVersion()
- Specified by:
hasApiVersionin interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(String arg1)
- Specified by:
withNewApiVersionin interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuilder arg1)
- Specified by:
withNewApiVersionin interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuffer arg1)
- Specified by:
withNewApiVersionin interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
addToItems
public A addToItems(int index, Authentication item)
- Specified by:
addToItemsin interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
setToItems
public A setToItems(int index, Authentication item)
- Specified by:
setToItemsin interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
addToItems
public A addToItems(Authentication... items)
- Specified by:
addToItemsin interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
addAllToItems
public A addAllToItems(Collection<Authentication> items)
- Specified by:
addAllToItemsin interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
removeFromItems
public A removeFromItems(Authentication... items)
- Specified by:
removeFromItemsin interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
removeAllFromItems
public A removeAllFromItems(Collection<Authentication> items)
- Specified by:
removeAllFromItemsin interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
removeMatchingFromItems
public A removeMatchingFromItems(Predicate<AuthenticationBuilder> predicate)
- Specified by:
removeMatchingFromItemsin interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
getItems
@Deprecated public List<Authentication> getItems()
Deprecated.This method has been deprecated, please use method buildItems instead.- Specified by:
getItemsin interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>- Returns:
- The buildable object.
-
buildItems
public List<Authentication> buildItems()
- Specified by:
buildItemsin interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
buildItem
public Authentication buildItem(int index)
- Specified by:
buildItemin interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
buildFirstItem
public Authentication buildFirstItem()
- Specified by:
buildFirstItemin interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
buildLastItem
public Authentication buildLastItem()
- Specified by:
buildLastItemin interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
buildMatchingItem
public Authentication buildMatchingItem(Predicate<AuthenticationBuilder> predicate)
- Specified by:
buildMatchingItemin interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
hasMatchingItem
public Boolean hasMatchingItem(Predicate<AuthenticationBuilder> predicate)
- Specified by:
hasMatchingItemin interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
withItems
public A withItems(List<Authentication> items)
- Specified by:
withItemsin interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
withItems
public A withItems(Authentication... items)
- Specified by:
withItemsin interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
hasItems
public Boolean hasItems()
- Specified by:
hasItemsin interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
addNewItem
public AuthenticationListFluent.ItemsNested<A> addNewItem()
- Specified by:
addNewItemin interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
addNewItemLike
public AuthenticationListFluent.ItemsNested<A> addNewItemLike(Authentication item)
- Specified by:
addNewItemLikein interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
setNewItemLike
public AuthenticationListFluent.ItemsNested<A> setNewItemLike(int index, Authentication item)
- Specified by:
setNewItemLikein interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
editItem
public AuthenticationListFluent.ItemsNested<A> editItem(int index)
- Specified by:
editItemin interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
editFirstItem
public AuthenticationListFluent.ItemsNested<A> editFirstItem()
- Specified by:
editFirstItemin interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
editLastItem
public AuthenticationListFluent.ItemsNested<A> editLastItem()
- Specified by:
editLastItemin interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
editMatchingItem
public AuthenticationListFluent.ItemsNested<A> editMatchingItem(Predicate<AuthenticationBuilder> predicate)
- Specified by:
editMatchingItemin interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
getKind
public String getKind()
- Specified by:
getKindin interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
withKind
public A withKind(String kind)
- Specified by:
withKindin interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
hasKind
public Boolean hasKind()
- Specified by:
hasKindin interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
withNewKind
public A withNewKind(String arg1)
- Specified by:
withNewKindin interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
withNewKind
public A withNewKind(StringBuilder arg1)
- Specified by:
withNewKindin interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
withNewKind
public A withNewKind(StringBuffer arg1)
- Specified by:
withNewKindin interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
getMetadata
public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
- Specified by:
getMetadatain interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
withMetadata
public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
- Specified by:
withMetadatain interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
hasMetadata
public Boolean hasMetadata()
- Specified by:
hasMetadatain interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
withNewMetadata
public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
- Specified by:
withNewMetadatain interfaceAuthenticationListFluent<A extends AuthenticationListFluent<A>>
-
-