public class V1EndpointsFluentImpl<A extends V1EndpointsFluent<A>> extends BaseFluent<A> implements V1EndpointsFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
V1EndpointsFluentImpl.MetadataNestedImpl<N> |
class |
V1EndpointsFluentImpl.SubsetsNestedImpl<N> |
V1EndpointsFluent.MetadataNested<N>, V1EndpointsFluent.SubsetsNested<N>
_visitables
Constructor and Description |
---|
V1EndpointsFluentImpl() |
V1EndpointsFluentImpl(V1Endpoints instance) |
public V1EndpointsFluentImpl()
public V1EndpointsFluentImpl(V1Endpoints instance)
public String getApiVersion()
getApiVersion
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public A withApiVersion(String apiVersion)
withApiVersion
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public Boolean hasApiVersion()
hasApiVersion
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public A withNewApiVersion(String arg1)
withNewApiVersion
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public A withNewApiVersion(StringBuilder arg1)
withNewApiVersion
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public A withNewApiVersion(StringBuffer arg1)
withNewApiVersion
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public String getKind()
getKind
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public A withKind(String kind)
withKind
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public Boolean hasKind()
hasKind
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public A withNewKind(String arg1)
withNewKind
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public A withNewKind(StringBuilder arg1)
withNewKind
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public A withNewKind(StringBuffer arg1)
withNewKind
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
@Deprecated public V1ObjectMeta getMetadata()
getMetadata
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public V1ObjectMeta buildMetadata()
buildMetadata
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public A withMetadata(V1ObjectMeta metadata)
withMetadata
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public Boolean hasMetadata()
hasMetadata
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public V1EndpointsFluent.MetadataNested<A> withNewMetadata()
withNewMetadata
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public V1EndpointsFluent.MetadataNested<A> withNewMetadataLike(V1ObjectMeta item)
withNewMetadataLike
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public V1EndpointsFluent.MetadataNested<A> editMetadata()
editMetadata
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public V1EndpointsFluent.MetadataNested<A> editOrNewMetadata()
editOrNewMetadata
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public V1EndpointsFluent.MetadataNested<A> editOrNewMetadataLike(V1ObjectMeta item)
editOrNewMetadataLike
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public A addToSubsets(int index, V1EndpointSubset item)
addToSubsets
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public A setToSubsets(int index, V1EndpointSubset item)
setToSubsets
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public A addToSubsets(V1EndpointSubset... items)
addToSubsets
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public A addAllToSubsets(Collection<V1EndpointSubset> items)
addAllToSubsets
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public A removeFromSubsets(V1EndpointSubset... items)
removeFromSubsets
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public A removeAllFromSubsets(Collection<V1EndpointSubset> items)
removeAllFromSubsets
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public A removeMatchingFromSubsets(Predicate<V1EndpointSubsetBuilder> predicate)
removeMatchingFromSubsets
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
@Deprecated public List<V1EndpointSubset> getSubsets()
getSubsets
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public List<V1EndpointSubset> buildSubsets()
buildSubsets
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public V1EndpointSubset buildSubset(int index)
buildSubset
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public V1EndpointSubset buildFirstSubset()
buildFirstSubset
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public V1EndpointSubset buildLastSubset()
buildLastSubset
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public V1EndpointSubset buildMatchingSubset(Predicate<V1EndpointSubsetBuilder> predicate)
buildMatchingSubset
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public Boolean hasMatchingSubset(Predicate<V1EndpointSubsetBuilder> predicate)
hasMatchingSubset
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public A withSubsets(List<V1EndpointSubset> subsets)
withSubsets
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public A withSubsets(V1EndpointSubset... subsets)
withSubsets
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public Boolean hasSubsets()
hasSubsets
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public V1EndpointsFluent.SubsetsNested<A> addNewSubset()
addNewSubset
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public V1EndpointsFluent.SubsetsNested<A> addNewSubsetLike(V1EndpointSubset item)
addNewSubsetLike
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public V1EndpointsFluent.SubsetsNested<A> setNewSubsetLike(int index, V1EndpointSubset item)
setNewSubsetLike
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public V1EndpointsFluent.SubsetsNested<A> editSubset(int index)
editSubset
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public V1EndpointsFluent.SubsetsNested<A> editFirstSubset()
editFirstSubset
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public V1EndpointsFluent.SubsetsNested<A> editLastSubset()
editLastSubset
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
public V1EndpointsFluent.SubsetsNested<A> editMatchingSubset(Predicate<V1EndpointSubsetBuilder> predicate)
editMatchingSubset
in interface V1EndpointsFluent<A extends V1EndpointsFluent<A>>
Copyright © 2021. All rights reserved.