public class ThirdPartyResourceFluentImpl<T extends ThirdPartyResourceFluent<T>> extends BaseFluent<T> implements ThirdPartyResourceFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
ThirdPartyResourceFluentImpl.MetadataNestedImpl<N> |
class |
ThirdPartyResourceFluentImpl.VersionsNestedImpl<N> |
ThirdPartyResourceFluent.MetadataNested<N>, ThirdPartyResourceFluent.VersionsNested<N>_visitables| Constructor and Description |
|---|
ThirdPartyResourceFluentImpl() |
ThirdPartyResourceFluentImpl(ThirdPartyResource instance) |
public ThirdPartyResourceFluentImpl()
public ThirdPartyResourceFluentImpl(ThirdPartyResource instance)
public String getApiVersion()
getApiVersion in interface ThirdPartyResourceFluent<T extends ThirdPartyResourceFluent<T>>public T withApiVersion(String apiVersion)
withApiVersion in interface ThirdPartyResourceFluent<T extends ThirdPartyResourceFluent<T>>public String getDescription()
getDescription in interface ThirdPartyResourceFluent<T extends ThirdPartyResourceFluent<T>>public T withDescription(String description)
withDescription in interface ThirdPartyResourceFluent<T extends ThirdPartyResourceFluent<T>>public String getKind()
getKind in interface ThirdPartyResourceFluent<T extends ThirdPartyResourceFluent<T>>public T withKind(String kind)
withKind in interface ThirdPartyResourceFluent<T extends ThirdPartyResourceFluent<T>>public ObjectMeta getMetadata()
getMetadata in interface ThirdPartyResourceFluent<T extends ThirdPartyResourceFluent<T>>public T withMetadata(ObjectMeta metadata)
withMetadata in interface ThirdPartyResourceFluent<T extends ThirdPartyResourceFluent<T>>public ThirdPartyResourceFluent.MetadataNested<T> withNewMetadata()
withNewMetadata in interface ThirdPartyResourceFluent<T extends ThirdPartyResourceFluent<T>>public ThirdPartyResourceFluent.MetadataNested<T> withNewMetadataLike(ObjectMeta item)
withNewMetadataLike in interface ThirdPartyResourceFluent<T extends ThirdPartyResourceFluent<T>>public ThirdPartyResourceFluent.MetadataNested<T> editMetadata()
editMetadata in interface ThirdPartyResourceFluent<T extends ThirdPartyResourceFluent<T>>public T addToVersions(APIVersion... items)
addToVersions in interface ThirdPartyResourceFluent<T extends ThirdPartyResourceFluent<T>>public T removeFromVersions(APIVersion... items)
removeFromVersions in interface ThirdPartyResourceFluent<T extends ThirdPartyResourceFluent<T>>public List<APIVersion> getVersions()
getVersions in interface ThirdPartyResourceFluent<T extends ThirdPartyResourceFluent<T>>public T withVersions(List<APIVersion> versions)
withVersions in interface ThirdPartyResourceFluent<T extends ThirdPartyResourceFluent<T>>public T withVersions(APIVersion... versions)
withVersions in interface ThirdPartyResourceFluent<T extends ThirdPartyResourceFluent<T>>public ThirdPartyResourceFluent.VersionsNested<T> addNewVersion()
addNewVersion in interface ThirdPartyResourceFluent<T extends ThirdPartyResourceFluent<T>>public ThirdPartyResourceFluent.VersionsNested<T> addNewVersionLike(APIVersion item)
addNewVersionLike in interface ThirdPartyResourceFluent<T extends ThirdPartyResourceFluent<T>>public T addNewVersion(String name)
addNewVersion in interface ThirdPartyResourceFluent<T extends ThirdPartyResourceFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ThirdPartyResourceFluent<T extends ThirdPartyResourceFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ThirdPartyResourceFluent<T extends ThirdPartyResourceFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ThirdPartyResourceFluent<T extends ThirdPartyResourceFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ThirdPartyResourceFluent<T extends ThirdPartyResourceFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ThirdPartyResourceFluent<T extends ThirdPartyResourceFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ThirdPartyResourceFluent<T extends ThirdPartyResourceFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.