Uses of Class
io.fabric8.openshift.api.model.config.v1.OAuth
-
Packages that use OAuth Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of OAuth in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return OAuth Modifier and Type Method Description OAuthOAuthBuilder. build()OAuthOAuthListFluent. buildFirstItem()OAuthOAuthListFluent. buildItem(int index)OAuthOAuthListFluent. buildLastItem()OAuthOAuthListFluent. buildMatchingItem(Predicate<OAuthBuilder> predicate)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type OAuth Modifier and Type Method Description List<OAuth>OAuthListFluent. buildItems()List<OAuth>OAuthList. getItems()Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type OAuth Modifier and Type Method Description OAuthListFluent.ItemsNested<A>OAuthListFluent. addNewItemLike(OAuth item)AOAuthListFluent. addToItems(int index, OAuth item)AOAuthListFluent. addToItems(OAuth... items)protected voidOAuthFluent. copyInstance(OAuth instance)AOAuthListFluent. removeFromItems(OAuth... items)OAuthListFluent.ItemsNested<A>OAuthListFluent. setNewItemLike(int index, OAuth item)AOAuthListFluent. setToItems(int index, OAuth item)AOAuthListFluent. withItems(OAuth... items)Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type OAuth Modifier and Type Method Description AOAuthListFluent. addAllToItems(Collection<OAuth> items)AOAuthListFluent. removeAllFromItems(Collection<OAuth> items)voidOAuthList. setItems(List<OAuth> items)Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).AOAuthListFluent. withItems(List<OAuth> items)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type OAuth Constructor Description OAuthBuilder(OAuth instance)OAuthBuilder(OAuthFluent<?> fluent, OAuth instance)OAuthFluent(OAuth instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type OAuth Constructor Description OAuthList(String apiVersion, List<OAuth> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-