Class OpenShiftAPIServerListFluentImpl<A extends OpenShiftAPIServerListFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerListFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,OpenShiftAPIServerListFluent<A>
- Direct Known Subclasses:
OpenShiftAPIServerListBuilder
public class OpenShiftAPIServerListFluentImpl<A extends OpenShiftAPIServerListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements OpenShiftAPIServerListFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classOpenShiftAPIServerListFluentImpl.ItemsNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerListFluent
OpenShiftAPIServerListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description OpenShiftAPIServerListFluentImpl()OpenShiftAPIServerListFluentImpl(OpenShiftAPIServerList instance)
-
Method Summary
-
-
-
Constructor Detail
-
OpenShiftAPIServerListFluentImpl
public OpenShiftAPIServerListFluentImpl()
-
OpenShiftAPIServerListFluentImpl
public OpenShiftAPIServerListFluentImpl(OpenShiftAPIServerList instance)
-
-
Method Detail
-
getApiVersion
public String getApiVersion()
- Specified by:
getApiVersionin interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
withApiVersion
public A withApiVersion(String apiVersion)
- Specified by:
withApiVersionin interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
hasApiVersion
public Boolean hasApiVersion()
- Specified by:
hasApiVersionin interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(String arg1)
- Specified by:
withNewApiVersionin interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuilder arg1)
- Specified by:
withNewApiVersionin interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuffer arg1)
- Specified by:
withNewApiVersionin interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
addToItems
public A addToItems(int index, OpenShiftAPIServer item)
- Specified by:
addToItemsin interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
setToItems
public A setToItems(int index, OpenShiftAPIServer item)
- Specified by:
setToItemsin interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
addToItems
public A addToItems(OpenShiftAPIServer... items)
- Specified by:
addToItemsin interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
addAllToItems
public A addAllToItems(Collection<OpenShiftAPIServer> items)
- Specified by:
addAllToItemsin interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
removeFromItems
public A removeFromItems(OpenShiftAPIServer... items)
- Specified by:
removeFromItemsin interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
removeAllFromItems
public A removeAllFromItems(Collection<OpenShiftAPIServer> items)
- Specified by:
removeAllFromItemsin interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
removeMatchingFromItems
public A removeMatchingFromItems(Predicate<OpenShiftAPIServerBuilder> predicate)
- Specified by:
removeMatchingFromItemsin interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
getItems
@Deprecated public List<OpenShiftAPIServer> getItems()
Deprecated.This method has been deprecated, please use method buildItems instead.- Specified by:
getItemsin interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>- Returns:
- The buildable object.
-
buildItems
public List<OpenShiftAPIServer> buildItems()
- Specified by:
buildItemsin interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
buildItem
public OpenShiftAPIServer buildItem(int index)
- Specified by:
buildItemin interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
buildFirstItem
public OpenShiftAPIServer buildFirstItem()
- Specified by:
buildFirstItemin interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
buildLastItem
public OpenShiftAPIServer buildLastItem()
- Specified by:
buildLastItemin interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
buildMatchingItem
public OpenShiftAPIServer buildMatchingItem(Predicate<OpenShiftAPIServerBuilder> predicate)
- Specified by:
buildMatchingItemin interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
hasMatchingItem
public Boolean hasMatchingItem(Predicate<OpenShiftAPIServerBuilder> predicate)
- Specified by:
hasMatchingItemin interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
withItems
public A withItems(List<OpenShiftAPIServer> items)
- Specified by:
withItemsin interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
withItems
public A withItems(OpenShiftAPIServer... items)
- Specified by:
withItemsin interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
hasItems
public Boolean hasItems()
- Specified by:
hasItemsin interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
addNewItem
public OpenShiftAPIServerListFluent.ItemsNested<A> addNewItem()
- Specified by:
addNewItemin interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
addNewItemLike
public OpenShiftAPIServerListFluent.ItemsNested<A> addNewItemLike(OpenShiftAPIServer item)
- Specified by:
addNewItemLikein interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
setNewItemLike
public OpenShiftAPIServerListFluent.ItemsNested<A> setNewItemLike(int index, OpenShiftAPIServer item)
- Specified by:
setNewItemLikein interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
editItem
public OpenShiftAPIServerListFluent.ItemsNested<A> editItem(int index)
- Specified by:
editItemin interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
editFirstItem
public OpenShiftAPIServerListFluent.ItemsNested<A> editFirstItem()
- Specified by:
editFirstItemin interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
editLastItem
public OpenShiftAPIServerListFluent.ItemsNested<A> editLastItem()
- Specified by:
editLastItemin interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
editMatchingItem
public OpenShiftAPIServerListFluent.ItemsNested<A> editMatchingItem(Predicate<OpenShiftAPIServerBuilder> predicate)
- Specified by:
editMatchingItemin interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
getKind
public String getKind()
- Specified by:
getKindin interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
withKind
public A withKind(String kind)
- Specified by:
withKindin interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
hasKind
public Boolean hasKind()
- Specified by:
hasKindin interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
withNewKind
public A withNewKind(String arg1)
- Specified by:
withNewKindin interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
withNewKind
public A withNewKind(StringBuilder arg1)
- Specified by:
withNewKindin interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
withNewKind
public A withNewKind(StringBuffer arg1)
- Specified by:
withNewKindin interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
getMetadata
public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
- Specified by:
getMetadatain interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
withMetadata
public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
- Specified by:
withMetadatain interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
hasMetadata
public Boolean hasMetadata()
- Specified by:
hasMetadatain interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
withNewMetadata
public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
- Specified by:
withNewMetadatain interfaceOpenShiftAPIServerListFluent<A extends OpenShiftAPIServerListFluent<A>>
-
-