Package io.fabric8.openshift.api.model
Class DoneableOAuthAuthorizeTokenList
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.OAuthAuthorizeTokenListFluentImpl<DoneableOAuthAuthorizeTokenList>
io.fabric8.openshift.api.model.DoneableOAuthAuthorizeTokenList
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableOAuthAuthorizeTokenList>,io.fabric8.kubernetes.api.builder.Visitable<DoneableOAuthAuthorizeTokenList>,io.fabric8.kubernetes.api.model.Doneable<OAuthAuthorizeTokenList>,OAuthAuthorizeTokenListFluent<DoneableOAuthAuthorizeTokenList>
public class DoneableOAuthAuthorizeTokenList extends OAuthAuthorizeTokenListFluentImpl<DoneableOAuthAuthorizeTokenList> implements io.fabric8.kubernetes.api.model.Doneable<OAuthAuthorizeTokenList>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.OAuthAuthorizeTokenListFluentImpl
OAuthAuthorizeTokenListFluentImpl.ItemsNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.OAuthAuthorizeTokenListFluent
OAuthAuthorizeTokenListFluent.ItemsNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableOAuthAuthorizeTokenList(io.fabric8.kubernetes.api.builder.Function<OAuthAuthorizeTokenList,OAuthAuthorizeTokenList> function)DoneableOAuthAuthorizeTokenList(OAuthAuthorizeTokenList item)DoneableOAuthAuthorizeTokenList(OAuthAuthorizeTokenList item, io.fabric8.kubernetes.api.builder.Function<OAuthAuthorizeTokenList,OAuthAuthorizeTokenList> function) -
Method Summary
Modifier and Type Method Description OAuthAuthorizeTokenListdone()Methods inherited from class io.fabric8.openshift.api.model.OAuthAuthorizeTokenListFluentImpl
addAllToItems, addNewItem, addNewItemLike, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, editFirstItem, editItem, editLastItem, editMatchingItem, equals, getApiVersion, getItems, getKind, getMetadata, hasApiVersion, hasItems, hasKind, hasMatchingItem, hasMetadata, removeAllFromItems, removeFromItems, removeMatchingFromItems, setNewItemLike, setToItems, withApiVersion, withItems, withItems, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewMetadata
-
Constructor Details
-
DoneableOAuthAuthorizeTokenList
public DoneableOAuthAuthorizeTokenList(io.fabric8.kubernetes.api.builder.Function<OAuthAuthorizeTokenList,OAuthAuthorizeTokenList> function) -
DoneableOAuthAuthorizeTokenList
public DoneableOAuthAuthorizeTokenList(OAuthAuthorizeTokenList item, io.fabric8.kubernetes.api.builder.Function<OAuthAuthorizeTokenList,OAuthAuthorizeTokenList> function) -
DoneableOAuthAuthorizeTokenList
-
-
Method Details
-
done
- Specified by:
donein interfaceio.fabric8.kubernetes.api.model.Doneable<OAuthAuthorizeTokenList>
-