Package io.fabric8.openshift.api.model
Class OAuthAccessTokenListBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.OAuthAccessTokenListFluentImpl<OAuthAccessTokenListBuilder>
io.fabric8.openshift.api.model.OAuthAccessTokenListBuilder
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<OAuthAccessTokenList>,io.fabric8.kubernetes.api.builder.Fluent<OAuthAccessTokenListBuilder>,io.fabric8.kubernetes.api.builder.Visitable<OAuthAccessTokenListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<OAuthAccessTokenList,OAuthAccessTokenListBuilder>,OAuthAccessTokenListFluent<OAuthAccessTokenListBuilder>
public class OAuthAccessTokenListBuilder extends OAuthAccessTokenListFluentImpl<OAuthAccessTokenListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<OAuthAccessTokenList,OAuthAccessTokenListBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.OAuthAccessTokenListFluentImpl
OAuthAccessTokenListFluentImpl.ItemsNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.OAuthAccessTokenListFluent
OAuthAccessTokenListFluent.ItemsNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description OAuthAccessTokenListBuilder()OAuthAccessTokenListBuilder(OAuthAccessTokenList instance)OAuthAccessTokenListBuilder(OAuthAccessTokenListFluent<?> fluent)OAuthAccessTokenListBuilder(OAuthAccessTokenListFluent<?> fluent, OAuthAccessTokenList instance)OAuthAccessTokenListBuilder(OAuthAccessTokenListFluent<?> fluent, OAuthAccessTokenList instance, Boolean validationEnabled)OAuthAccessTokenListBuilder(OAuthAccessTokenListFluent<?> fluent, Boolean validationEnabled)OAuthAccessTokenListBuilder(OAuthAccessTokenList instance, Boolean validationEnabled)OAuthAccessTokenListBuilder(Boolean validationEnabled) -
Method Summary
Modifier and Type Method Description OAuthAccessTokenListbuild()booleanequals(Object o)Methods inherited from class io.fabric8.openshift.api.model.OAuthAccessTokenListFluentImpl
addAllToItems, addNewItem, addNewItemLike, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, editFirstItem, editItem, editLastItem, editMatchingItem, getApiVersion, getItems, getKind, getMetadata, hasApiVersion, hasItems, hasKind, hasMatchingItem, hasMetadata, removeAllFromItems, removeFromItems, removeMatchingFromItems, setNewItemLike, setToItems, withApiVersion, withItems, withItems, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewMetadataMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
OAuthAccessTokenListBuilder
public OAuthAccessTokenListBuilder() -
OAuthAccessTokenListBuilder
-
OAuthAccessTokenListBuilder
-
OAuthAccessTokenListBuilder
public OAuthAccessTokenListBuilder(OAuthAccessTokenListFluent<?> fluent, Boolean validationEnabled) -
OAuthAccessTokenListBuilder
public OAuthAccessTokenListBuilder(OAuthAccessTokenListFluent<?> fluent, OAuthAccessTokenList instance) -
OAuthAccessTokenListBuilder
public OAuthAccessTokenListBuilder(OAuthAccessTokenListFluent<?> fluent, OAuthAccessTokenList instance, Boolean validationEnabled) -
OAuthAccessTokenListBuilder
-
OAuthAccessTokenListBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<OAuthAccessTokenList>
-
equals
- Overrides:
equalsin classOAuthAccessTokenListFluentImpl<OAuthAccessTokenListBuilder>
-