Uses of Class
io.fabric8.openshift.api.model.installer.gcp.v1.PlatformFluent.UserTagsNested
-
Packages that use PlatformFluent.UserTagsNested Package Description io.fabric8.openshift.api.model.installer.gcp.v1 -
-
Uses of PlatformFluent.UserTagsNested in io.fabric8.openshift.api.model.installer.gcp.v1
Methods in io.fabric8.openshift.api.model.installer.gcp.v1 that return PlatformFluent.UserTagsNested Modifier and Type Method Description PlatformFluent.UserTagsNested<A>PlatformFluent. addNewUserTag()PlatformFluent.UserTagsNested<A>PlatformFluent. addNewUserTagLike(UserTag item)PlatformFluent.UserTagsNested<A>PlatformFluent. editFirstUserTag()PlatformFluent.UserTagsNested<A>PlatformFluent. editLastUserTag()PlatformFluent.UserTagsNested<A>PlatformFluent. editMatchingUserTag(Predicate<UserTagBuilder> predicate)PlatformFluent.UserTagsNested<A>PlatformFluent. editUserTag(int index)PlatformFluent.UserTagsNested<A>PlatformFluent. setNewUserTagLike(int index, UserTag item)
-