Class ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.console.v1.ConsoleNotificationListFluent<A>
-
- Direct Known Subclasses:
ConsoleNotificationListBuilder
public class ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classConsoleNotificationListFluent.ItemsNested<N>
-
Constructor Summary
Constructors Constructor Description ConsoleNotificationListFluent()ConsoleNotificationListFluent(ConsoleNotificationList instance)
-
Method Summary
-
-
-
Constructor Detail
-
ConsoleNotificationListFluent
public ConsoleNotificationListFluent()
-
ConsoleNotificationListFluent
public ConsoleNotificationListFluent(ConsoleNotificationList instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ConsoleNotificationList instance)
-
getApiVersion
public String getApiVersion()
-
hasApiVersion
public boolean hasApiVersion()
-
addToItems
public A addToItems(int index, ConsoleNotification item)
-
setToItems
public A setToItems(int index, ConsoleNotification item)
-
addToItems
public A addToItems(ConsoleNotification... items)
-
addAllToItems
public A addAllToItems(Collection<ConsoleNotification> items)
-
removeFromItems
public A removeFromItems(ConsoleNotification... items)
-
removeAllFromItems
public A removeAllFromItems(Collection<ConsoleNotification> items)
-
removeMatchingFromItems
public A removeMatchingFromItems(Predicate<ConsoleNotificationBuilder> predicate)
-
buildItems
public List<ConsoleNotification> buildItems()
-
buildItem
public ConsoleNotification buildItem(int index)
-
buildFirstItem
public ConsoleNotification buildFirstItem()
-
buildLastItem
public ConsoleNotification buildLastItem()
-
buildMatchingItem
public ConsoleNotification buildMatchingItem(Predicate<ConsoleNotificationBuilder> predicate)
-
hasMatchingItem
public boolean hasMatchingItem(Predicate<ConsoleNotificationBuilder> predicate)
-
withItems
public A withItems(List<ConsoleNotification> items)
-
withItems
public A withItems(ConsoleNotification... items)
-
hasItems
public boolean hasItems()
-
addNewItem
public ConsoleNotificationListFluent.ItemsNested<A> addNewItem()
-
addNewItemLike
public ConsoleNotificationListFluent.ItemsNested<A> addNewItemLike(ConsoleNotification item)
-
setNewItemLike
public ConsoleNotificationListFluent.ItemsNested<A> setNewItemLike(int index, ConsoleNotification item)
-
editItem
public ConsoleNotificationListFluent.ItemsNested<A> editItem(int index)
-
editFirstItem
public ConsoleNotificationListFluent.ItemsNested<A> editFirstItem()
-
editLastItem
public ConsoleNotificationListFluent.ItemsNested<A> editLastItem()
-
editMatchingItem
public ConsoleNotificationListFluent.ItemsNested<A> editMatchingItem(Predicate<ConsoleNotificationBuilder> predicate)
-
getKind
public String getKind()
-
hasKind
public boolean hasKind()
-
getMetadata
public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
-
withMetadata
public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
-
hasMetadata
public boolean hasMetadata()
-
withNewMetadata
public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ConsoleNotificationListFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ConsoleNotificationListFluent<A>>
-
-