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