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