public class ConsoleNotificationListFluentImpl<A extends ConsoleNotificationListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ConsoleNotificationListFluent<A>
ConsoleNotificationListFluent.ItemsNested<N>| Constructor and Description |
|---|
ConsoleNotificationListFluentImpl() |
ConsoleNotificationListFluentImpl(ConsoleNotificationList instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ConsoleNotificationListFluentImpl()
public ConsoleNotificationListFluentImpl(ConsoleNotificationList instance)
public String getApiVersion()
getApiVersion in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public A addToItems(Integer index, ConsoleNotification item)
addToItems in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public A setToItems(Integer index, ConsoleNotification item)
setToItems in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public A addToItems(ConsoleNotification... items)
addToItems in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public A addAllToItems(Collection<ConsoleNotification> items)
addAllToItems in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public A removeFromItems(ConsoleNotification... items)
removeFromItems in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public A removeAllFromItems(Collection<ConsoleNotification> items)
removeAllFromItems in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public A removeMatchingFromItems(Predicate<ConsoleNotificationBuilder> predicate)
removeMatchingFromItems in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>@Deprecated public List<ConsoleNotification> getItems()
getItems in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public List<ConsoleNotification> buildItems()
buildItems in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public ConsoleNotification buildItem(Integer index)
buildItem in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public ConsoleNotification buildFirstItem()
buildFirstItem in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public ConsoleNotification buildLastItem()
buildLastItem in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public ConsoleNotification buildMatchingItem(Predicate<ConsoleNotificationBuilder> predicate)
buildMatchingItem in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public Boolean hasMatchingItem(Predicate<ConsoleNotificationBuilder> predicate)
hasMatchingItem in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public A withItems(List<ConsoleNotification> items)
withItems in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public A withItems(ConsoleNotification... items)
withItems in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public Boolean hasItems()
hasItems in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public ConsoleNotificationListFluent.ItemsNested<A> addNewItem()
addNewItem in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public ConsoleNotificationListFluent.ItemsNested<A> addNewItemLike(ConsoleNotification item)
addNewItemLike in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public ConsoleNotificationListFluent.ItemsNested<A> setNewItemLike(Integer index, ConsoleNotification item)
setNewItemLike in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public ConsoleNotificationListFluent.ItemsNested<A> editItem(Integer index)
editItem in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public ConsoleNotificationListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public ConsoleNotificationListFluent.ItemsNested<A> editLastItem()
editLastItem in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public ConsoleNotificationListFluent.ItemsNested<A> editMatchingItem(Predicate<ConsoleNotificationBuilder> predicate)
editMatchingItem in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public String getKind()
getKind in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public A withKind(String kind)
withKind in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public Boolean hasKind()
hasKind in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
getMetadata in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
withMetadata in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public Boolean hasMetadata()
hasMetadata in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
withNewMetadata in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ConsoleNotificationListFluent<A extends ConsoleNotificationListFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ConsoleNotificationListFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ConsoleNotificationListFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.