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