public class GroupListFluentImpl<T extends GroupListFluent<T>> extends BaseFluent<T> implements GroupListFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
GroupListFluentImpl.ItemsNestedImpl<N> |
class |
GroupListFluentImpl.MetadataNestedImpl<N> |
GroupListFluent.ItemsNested<N>, GroupListFluent.MetadataNested<N>_visitables| Constructor and Description |
|---|
GroupListFluentImpl() |
GroupListFluentImpl(GroupList instance) |
public GroupListFluentImpl()
public GroupListFluentImpl(GroupList instance)
public String getApiVersion()
getApiVersion in interface GroupListFluent<T extends GroupListFluent<T>>public T withApiVersion(String apiVersion)
withApiVersion in interface GroupListFluent<T extends GroupListFluent<T>>public T addToItems(Group... items)
addToItems in interface GroupListFluent<T extends GroupListFluent<T>>public T removeFromItems(Group... items)
removeFromItems in interface GroupListFluent<T extends GroupListFluent<T>>public List<Group> getItems()
getItems in interface GroupListFluent<T extends GroupListFluent<T>>public T withItems(List<Group> items)
withItems in interface GroupListFluent<T extends GroupListFluent<T>>public T withItems(Group... items)
withItems in interface GroupListFluent<T extends GroupListFluent<T>>public GroupListFluent.ItemsNested<T> addNewItem()
addNewItem in interface GroupListFluent<T extends GroupListFluent<T>>public GroupListFluent.ItemsNested<T> addNewItemLike(Group item)
addNewItemLike in interface GroupListFluent<T extends GroupListFluent<T>>public String getKind()
getKind in interface GroupListFluent<T extends GroupListFluent<T>>public T withKind(String kind)
withKind in interface GroupListFluent<T extends GroupListFluent<T>>public ListMeta getMetadata()
getMetadata in interface GroupListFluent<T extends GroupListFluent<T>>public T withMetadata(ListMeta metadata)
withMetadata in interface GroupListFluent<T extends GroupListFluent<T>>public GroupListFluent.MetadataNested<T> withNewMetadata()
withNewMetadata in interface GroupListFluent<T extends GroupListFluent<T>>public GroupListFluent.MetadataNested<T> withNewMetadataLike(ListMeta item)
withNewMetadataLike in interface GroupListFluent<T extends GroupListFluent<T>>public GroupListFluent.MetadataNested<T> editMetadata()
editMetadata in interface GroupListFluent<T extends GroupListFluent<T>>public T withNewMetadata(String resourceVersion, String selfLink)
withNewMetadata in interface GroupListFluent<T extends GroupListFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface GroupListFluent<T extends GroupListFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface GroupListFluent<T extends GroupListFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface GroupListFluent<T extends GroupListFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface GroupListFluent<T extends GroupListFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface GroupListFluent<T extends GroupListFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface GroupListFluent<T extends GroupListFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.