Uses of Class
io.fabric8.openshift.api.model.tuned.v1.Profile
-
-
Uses of Profile in io.fabric8.openshift.api.model.tuned.v1
Methods in io.fabric8.openshift.api.model.tuned.v1 that return Profile Modifier and Type Method Description ProfileProfileBuilder. build()ProfileProfileListFluent. buildFirstItem()ProfileProfileListFluent. buildItem(int index)ProfileProfileListFluent. buildLastItem()ProfileProfileListFluent. buildMatchingItem(Predicate<ProfileBuilder> predicate)Methods in io.fabric8.openshift.api.model.tuned.v1 that return types with arguments of type Profile Modifier and Type Method Description List<Profile>ProfileListFluent. buildItems()List<Profile>ProfileList. getItems()ProfileList is a list of Profile resources.Methods in io.fabric8.openshift.api.model.tuned.v1 with parameters of type Profile Modifier and Type Method Description ProfileListFluent.ItemsNested<A>ProfileListFluent. addNewItemLike(Profile item)AProfileListFluent. addToItems(int index, Profile item)AProfileListFluent. addToItems(Profile... items)protected voidProfileFluent. copyInstance(Profile instance)AProfileListFluent. removeFromItems(Profile... items)ProfileListFluent.ItemsNested<A>ProfileListFluent. setNewItemLike(int index, Profile item)AProfileListFluent. setToItems(int index, Profile item)AProfileListFluent. withItems(Profile... items)Method parameters in io.fabric8.openshift.api.model.tuned.v1 with type arguments of type Profile Modifier and Type Method Description AProfileListFluent. addAllToItems(Collection<Profile> items)AProfileListFluent. removeAllFromItems(Collection<Profile> items)voidProfileList. setItems(List<Profile> items)ProfileList is a list of Profile resources.AProfileListFluent. withItems(List<Profile> items)Constructors in io.fabric8.openshift.api.model.tuned.v1 with parameters of type Profile Constructor Description ProfileBuilder(Profile instance)ProfileBuilder(ProfileFluent<?> fluent, Profile instance)ProfileFluent(Profile instance)Constructor parameters in io.fabric8.openshift.api.model.tuned.v1 with type arguments of type Profile Constructor Description ProfileList(String apiVersion, List<Profile> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-