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