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() |
Modifier and Type | Method and Description |
---|---|
GroupListFluent.ItemsNested<T> |
addNewItem() |
GroupListFluent.ItemsNested<T> |
addNewItemLike(Group item) |
T |
addToAdditionalProperties(String key,
Object value) |
T |
addToItems(Group... items) |
GroupListFluent.MetadataNested<T> |
editMetadata() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
GroupList.ApiVersion |
getApiVersion() |
List<Group> |
getItems() |
String |
getKind() |
ListMeta |
getMetadata() |
T |
removeFromAdditionalProperties(String key) |
T |
removeFromItems(Group... items) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withApiVersion(GroupList.ApiVersion apiVersion) |
T |
withItems(Group... items) |
T |
withItems(List<Group> items) |
T |
withKind(String kind) |
T |
withMetadata(ListMeta metadata) |
GroupListFluent.MetadataNested<T> |
withNewMetadata() |
T |
withNewMetadata(String resourceVersion,
String selfLink) |
GroupListFluent.MetadataNested<T> |
withNewMetadataLike(ListMeta item) |
public GroupList.ApiVersion getApiVersion()
getApiVersion
in interface GroupListFluent<T extends GroupListFluent<T>>
public T withApiVersion(GroupList.ApiVersion 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 removeFromAdditionalProperties(String key)
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–2015 Red Hat. All rights reserved.