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