Uses of Class
io.fabric8.openshift.api.model.UserOAuthAccessToken
-
Packages that use UserOAuthAccessToken Package Description io.fabric8.openshift.api.model -
-
Uses of UserOAuthAccessToken in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return UserOAuthAccessToken Modifier and Type Method Description UserOAuthAccessTokenUserOAuthAccessTokenBuilder. build()UserOAuthAccessTokenUserOAuthAccessTokenListFluent. buildFirstItem()UserOAuthAccessTokenUserOAuthAccessTokenListFluent. buildItem(int index)UserOAuthAccessTokenUserOAuthAccessTokenListFluent. buildLastItem()UserOAuthAccessTokenUserOAuthAccessTokenListFluent. buildMatchingItem(Predicate<UserOAuthAccessTokenBuilder> predicate)Methods in io.fabric8.openshift.api.model that return types with arguments of type UserOAuthAccessToken Modifier and Type Method Description List<UserOAuthAccessToken>UserOAuthAccessTokenListFluent. buildItems()List<UserOAuthAccessToken>UserOAuthAccessTokenList. getItems()UserOAuthAccessTokenList is a collection of access tokens issued on behalf of the requesting userMethods in io.fabric8.openshift.api.model with parameters of type UserOAuthAccessToken Modifier and Type Method Description UserOAuthAccessTokenListFluent.ItemsNested<A>UserOAuthAccessTokenListFluent. addNewItemLike(UserOAuthAccessToken item)AUserOAuthAccessTokenListFluent. addToItems(int index, UserOAuthAccessToken item)AUserOAuthAccessTokenListFluent. addToItems(UserOAuthAccessToken... items)protected voidUserOAuthAccessTokenFluent. copyInstance(UserOAuthAccessToken instance)AUserOAuthAccessTokenListFluent. removeFromItems(UserOAuthAccessToken... items)UserOAuthAccessTokenListFluent.ItemsNested<A>UserOAuthAccessTokenListFluent. setNewItemLike(int index, UserOAuthAccessToken item)AUserOAuthAccessTokenListFluent. setToItems(int index, UserOAuthAccessToken item)AUserOAuthAccessTokenListFluent. withItems(UserOAuthAccessToken... items)Method parameters in io.fabric8.openshift.api.model with type arguments of type UserOAuthAccessToken Modifier and Type Method Description AUserOAuthAccessTokenListFluent. addAllToItems(Collection<UserOAuthAccessToken> items)AUserOAuthAccessTokenListFluent. removeAllFromItems(Collection<UserOAuthAccessToken> items)voidUserOAuthAccessTokenList. setItems(List<UserOAuthAccessToken> items)UserOAuthAccessTokenList is a collection of access tokens issued on behalf of the requesting userAUserOAuthAccessTokenListFluent. withItems(List<UserOAuthAccessToken> items)Constructors in io.fabric8.openshift.api.model with parameters of type UserOAuthAccessToken Constructor Description UserOAuthAccessTokenBuilder(UserOAuthAccessToken instance)UserOAuthAccessTokenBuilder(UserOAuthAccessTokenFluent<?> fluent, UserOAuthAccessToken instance)UserOAuthAccessTokenFluent(UserOAuthAccessToken instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type UserOAuthAccessToken Constructor Description UserOAuthAccessTokenList(String apiVersion, List<UserOAuthAccessToken> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-