Uses of Class
io.fabric8.openshift.api.model.Identity
-
Packages that use Identity Package Description io.fabric8.openshift.api.model -
-
Uses of Identity in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return Identity Modifier and Type Method Description IdentityIdentityBuilder. build()IdentityIdentityListFluent. buildFirstItem()IdentityIdentityListFluent. buildItem(int index)IdentityIdentityListFluent. buildLastItem()IdentityIdentityListFluent. buildMatchingItem(Predicate<IdentityBuilder> predicate)Methods in io.fabric8.openshift.api.model that return types with arguments of type Identity Modifier and Type Method Description List<Identity>IdentityListFluent. buildItems()List<Identity>IdentityList. getItems()items is the list of identitiesMethods in io.fabric8.openshift.api.model with parameters of type Identity Modifier and Type Method Description IdentityListFluent.ItemsNested<A>IdentityListFluent. addNewItemLike(Identity item)AIdentityListFluent. addToItems(int index, Identity item)AIdentityListFluent. addToItems(Identity... items)protected voidIdentityFluent. copyInstance(Identity instance)AIdentityListFluent. removeFromItems(Identity... items)IdentityListFluent.ItemsNested<A>IdentityListFluent. setNewItemLike(int index, Identity item)AIdentityListFluent. setToItems(int index, Identity item)AIdentityListFluent. withItems(Identity... items)Method parameters in io.fabric8.openshift.api.model with type arguments of type Identity Modifier and Type Method Description AIdentityListFluent. addAllToItems(Collection<Identity> items)AIdentityListFluent. removeAllFromItems(Collection<Identity> items)voidIdentityList. setItems(List<Identity> items)items is the list of identitiesAIdentityListFluent. withItems(List<Identity> items)Constructors in io.fabric8.openshift.api.model with parameters of type Identity Constructor Description IdentityBuilder(Identity instance)IdentityBuilder(IdentityFluent<?> fluent, Identity instance)IdentityFluent(Identity instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type Identity Constructor Description IdentityList(String apiVersion, List<Identity> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-