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