Class ClusterRelocateListFluent<A extends ClusterRelocateListFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.v1.ClusterRelocateListFluent<A>
-
- Direct Known Subclasses:
ClusterRelocateListBuilder
public class ClusterRelocateListFluent<A extends ClusterRelocateListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classClusterRelocateListFluent.ItemsNested<N>
-
Constructor Summary
Constructors Constructor Description ClusterRelocateListFluent()ClusterRelocateListFluent(ClusterRelocateList instance)
-
Method Summary
-
-
-
Constructor Detail
-
ClusterRelocateListFluent
public ClusterRelocateListFluent()
-
ClusterRelocateListFluent
public ClusterRelocateListFluent(ClusterRelocateList instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ClusterRelocateList instance)
-
getApiVersion
public String getApiVersion()
-
hasApiVersion
public boolean hasApiVersion()
-
addToItems
public A addToItems(int index, ClusterRelocate item)
-
setToItems
public A setToItems(int index, ClusterRelocate item)
-
addToItems
public A addToItems(ClusterRelocate... items)
-
addAllToItems
public A addAllToItems(Collection<ClusterRelocate> items)
-
removeFromItems
public A removeFromItems(ClusterRelocate... items)
-
removeAllFromItems
public A removeAllFromItems(Collection<ClusterRelocate> items)
-
removeMatchingFromItems
public A removeMatchingFromItems(Predicate<ClusterRelocateBuilder> predicate)
-
buildItems
public List<ClusterRelocate> buildItems()
-
buildItem
public ClusterRelocate buildItem(int index)
-
buildFirstItem
public ClusterRelocate buildFirstItem()
-
buildLastItem
public ClusterRelocate buildLastItem()
-
buildMatchingItem
public ClusterRelocate buildMatchingItem(Predicate<ClusterRelocateBuilder> predicate)
-
hasMatchingItem
public boolean hasMatchingItem(Predicate<ClusterRelocateBuilder> predicate)
-
withItems
public A withItems(List<ClusterRelocate> items)
-
withItems
public A withItems(ClusterRelocate... items)
-
hasItems
public boolean hasItems()
-
addNewItem
public ClusterRelocateListFluent.ItemsNested<A> addNewItem()
-
addNewItemLike
public ClusterRelocateListFluent.ItemsNested<A> addNewItemLike(ClusterRelocate item)
-
setNewItemLike
public ClusterRelocateListFluent.ItemsNested<A> setNewItemLike(int index, ClusterRelocate item)
-
editItem
public ClusterRelocateListFluent.ItemsNested<A> editItem(int index)
-
editFirstItem
public ClusterRelocateListFluent.ItemsNested<A> editFirstItem()
-
editLastItem
public ClusterRelocateListFluent.ItemsNested<A> editLastItem()
-
editMatchingItem
public ClusterRelocateListFluent.ItemsNested<A> editMatchingItem(Predicate<ClusterRelocateBuilder> predicate)
-
getKind
public String getKind()
-
hasKind
public boolean hasKind()
-
getMetadata
public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
-
withMetadata
public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
-
hasMetadata
public boolean hasMetadata()
-
withNewMetadata
public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ClusterRelocateListFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ClusterRelocateListFluent<A>>
-
-