Class ProfileListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.tuned.v1.ProfileListFluent<ProfileListBuilder>
-
- io.fabric8.openshift.api.model.tuned.v1.ProfileListBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ProfileList>,io.fabric8.kubernetes.api.builder.Visitable<ProfileListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ProfileList,ProfileListBuilder>
public class ProfileListBuilder extends ProfileListFluent<ProfileListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ProfileList,ProfileListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.tuned.v1.ProfileListFluent
ProfileListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description ProfileListBuilder()ProfileListBuilder(ProfileList instance)ProfileListBuilder(ProfileListFluent<?> fluent)ProfileListBuilder(ProfileListFluent<?> fluent, ProfileList instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProfileListbuild()-
Methods inherited from class io.fabric8.openshift.api.model.tuned.v1.ProfileListFluent
addAllToItems, addNewItem, addNewItemLike, addToAdditionalProperties, addToAdditionalProperties, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, copyInstance, editFirstItem, editItem, editLastItem, editMatchingItem, equals, getAdditionalProperties, getApiVersion, getKind, getMetadata, hasAdditionalProperties, hasApiVersion, hashCode, hasItems, hasKind, hasMatchingItem, hasMetadata, removeAllFromItems, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromItems, removeMatchingFromItems, setNewItemLike, setToItems, toString, withAdditionalProperties, withApiVersion, withItems, withItems, withKind, withMetadata, withNewMetadata
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ProfileListBuilder
public ProfileListBuilder()
-
ProfileListBuilder
public ProfileListBuilder(ProfileListFluent<?> fluent)
-
ProfileListBuilder
public ProfileListBuilder(ProfileListFluent<?> fluent, ProfileList instance)
-
ProfileListBuilder
public ProfileListBuilder(ProfileList instance)
-
-
Method Detail
-
build
public ProfileList build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ProfileList>
-
-