Uses of Class
io.fabric8.openshift.api.model.OAuthAuthorizeToken
-
Packages that use OAuthAuthorizeToken Package Description io.fabric8.openshift.api.model -
-
Uses of OAuthAuthorizeToken in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return OAuthAuthorizeToken Modifier and Type Method Description OAuthAuthorizeTokenOAuthAuthorizeTokenBuilder. build()OAuthAuthorizeTokenOAuthAuthorizeTokenListFluent. buildFirstItem()OAuthAuthorizeTokenOAuthAuthorizeTokenListFluent. buildItem(int index)OAuthAuthorizeTokenOAuthAuthorizeTokenListFluent. buildLastItem()OAuthAuthorizeTokenOAuthAuthorizeTokenListFluent. buildMatchingItem(Predicate<OAuthAuthorizeTokenBuilder> predicate)Methods in io.fabric8.openshift.api.model that return types with arguments of type OAuthAuthorizeToken Modifier and Type Method Description List<OAuthAuthorizeToken>OAuthAuthorizeTokenListFluent. buildItems()List<OAuthAuthorizeToken>OAuthAuthorizeTokenList. getItems()items is the list of OAuth authorization tokensMethods in io.fabric8.openshift.api.model with parameters of type OAuthAuthorizeToken Modifier and Type Method Description OAuthAuthorizeTokenListFluent.ItemsNested<A>OAuthAuthorizeTokenListFluent. addNewItemLike(OAuthAuthorizeToken item)AOAuthAuthorizeTokenListFluent. addToItems(int index, OAuthAuthorizeToken item)AOAuthAuthorizeTokenListFluent. addToItems(OAuthAuthorizeToken... items)protected voidOAuthAuthorizeTokenFluent. copyInstance(OAuthAuthorizeToken instance)AOAuthAuthorizeTokenListFluent. removeFromItems(OAuthAuthorizeToken... items)OAuthAuthorizeTokenListFluent.ItemsNested<A>OAuthAuthorizeTokenListFluent. setNewItemLike(int index, OAuthAuthorizeToken item)AOAuthAuthorizeTokenListFluent. setToItems(int index, OAuthAuthorizeToken item)AOAuthAuthorizeTokenListFluent. withItems(OAuthAuthorizeToken... items)Method parameters in io.fabric8.openshift.api.model with type arguments of type OAuthAuthorizeToken Modifier and Type Method Description AOAuthAuthorizeTokenListFluent. addAllToItems(Collection<OAuthAuthorizeToken> items)AOAuthAuthorizeTokenListFluent. removeAllFromItems(Collection<OAuthAuthorizeToken> items)voidOAuthAuthorizeTokenList. setItems(List<OAuthAuthorizeToken> items)items is the list of OAuth authorization tokensAOAuthAuthorizeTokenListFluent. withItems(List<OAuthAuthorizeToken> items)Constructors in io.fabric8.openshift.api.model with parameters of type OAuthAuthorizeToken Constructor Description OAuthAuthorizeTokenBuilder(OAuthAuthorizeToken instance)OAuthAuthorizeTokenBuilder(OAuthAuthorizeTokenFluent<?> fluent, OAuthAuthorizeToken instance)OAuthAuthorizeTokenFluent(OAuthAuthorizeToken instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type OAuthAuthorizeToken Constructor Description OAuthAuthorizeTokenList(String apiVersion, List<OAuthAuthorizeToken> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-