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