Uses of Class
io.fabric8.openshift.api.model.OAuthAccessToken
-
Packages that use OAuthAccessToken Package Description io.fabric8.openshift.api.model -
-
Uses of OAuthAccessToken in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return OAuthAccessToken Modifier and Type Method Description OAuthAccessTokenOAuthAccessTokenBuilder. build()OAuthAccessTokenOAuthAccessTokenListFluent. buildFirstItem()OAuthAccessTokenOAuthAccessTokenListFluent. buildItem(int index)OAuthAccessTokenOAuthAccessTokenListFluent. buildLastItem()OAuthAccessTokenOAuthAccessTokenListFluent. buildMatchingItem(Predicate<OAuthAccessTokenBuilder> predicate)Methods in io.fabric8.openshift.api.model that return types with arguments of type OAuthAccessToken Modifier and Type Method Description List<OAuthAccessToken>OAuthAccessTokenListFluent. buildItems()List<OAuthAccessToken>OAuthAccessTokenList. getItems()items is the list of OAuth access tokensMethods in io.fabric8.openshift.api.model with parameters of type OAuthAccessToken Modifier and Type Method Description OAuthAccessTokenListFluent.ItemsNested<A>OAuthAccessTokenListFluent. addNewItemLike(OAuthAccessToken item)AOAuthAccessTokenListFluent. addToItems(int index, OAuthAccessToken item)AOAuthAccessTokenListFluent. addToItems(OAuthAccessToken... items)protected voidOAuthAccessTokenFluent. copyInstance(OAuthAccessToken instance)AOAuthAccessTokenListFluent. removeFromItems(OAuthAccessToken... items)OAuthAccessTokenListFluent.ItemsNested<A>OAuthAccessTokenListFluent. setNewItemLike(int index, OAuthAccessToken item)AOAuthAccessTokenListFluent. setToItems(int index, OAuthAccessToken item)AOAuthAccessTokenListFluent. withItems(OAuthAccessToken... items)Method parameters in io.fabric8.openshift.api.model with type arguments of type OAuthAccessToken Modifier and Type Method Description AOAuthAccessTokenListFluent. addAllToItems(Collection<OAuthAccessToken> items)AOAuthAccessTokenListFluent. removeAllFromItems(Collection<OAuthAccessToken> items)voidOAuthAccessTokenList. setItems(List<OAuthAccessToken> items)items is the list of OAuth access tokensAOAuthAccessTokenListFluent. withItems(List<OAuthAccessToken> items)Constructors in io.fabric8.openshift.api.model with parameters of type OAuthAccessToken Constructor Description OAuthAccessTokenBuilder(OAuthAccessToken instance)OAuthAccessTokenBuilder(OAuthAccessTokenFluent<?> fluent, OAuthAccessToken instance)OAuthAccessTokenFluent(OAuthAccessToken instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type OAuthAccessToken Constructor Description OAuthAccessTokenList(String apiVersion, List<OAuthAccessToken> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-