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