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