public class APIResourceFluentImpl<A extends APIResourceFluent<A>> extends BaseFluent<A> implements APIResourceFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
APIResourceFluentImpl() |
APIResourceFluentImpl(APIResource instance) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic APIResourceFluentImpl()
public APIResourceFluentImpl(APIResource instance)
public A addToCategories(Integer index, String item)
addToCategories in interface APIResourceFluent<A extends APIResourceFluent<A>>public A setToCategories(Integer index, String item)
setToCategories in interface APIResourceFluent<A extends APIResourceFluent<A>>public A addToCategories(String... items)
addToCategories in interface APIResourceFluent<A extends APIResourceFluent<A>>public A addAllToCategories(Collection<String> items)
addAllToCategories in interface APIResourceFluent<A extends APIResourceFluent<A>>public A removeFromCategories(String... items)
removeFromCategories in interface APIResourceFluent<A extends APIResourceFluent<A>>public A removeAllFromCategories(Collection<String> items)
removeAllFromCategories in interface APIResourceFluent<A extends APIResourceFluent<A>>public List<String> getCategories()
getCategories in interface APIResourceFluent<A extends APIResourceFluent<A>>public String getCategory(Integer index)
getCategory in interface APIResourceFluent<A extends APIResourceFluent<A>>public String getFirstCategory()
getFirstCategory in interface APIResourceFluent<A extends APIResourceFluent<A>>public String getLastCategory()
getLastCategory in interface APIResourceFluent<A extends APIResourceFluent<A>>public String getMatchingCategory(Predicate<String> predicate)
getMatchingCategory in interface APIResourceFluent<A extends APIResourceFluent<A>>public Boolean hasMatchingCategory(Predicate<String> predicate)
hasMatchingCategory in interface APIResourceFluent<A extends APIResourceFluent<A>>public A withCategories(List<String> categories)
withCategories in interface APIResourceFluent<A extends APIResourceFluent<A>>public A withCategories(String... categories)
withCategories in interface APIResourceFluent<A extends APIResourceFluent<A>>public Boolean hasCategories()
hasCategories in interface APIResourceFluent<A extends APIResourceFluent<A>>public A addNewCategory(String arg0)
addNewCategory in interface APIResourceFluent<A extends APIResourceFluent<A>>public String getGroup()
getGroup in interface APIResourceFluent<A extends APIResourceFluent<A>>public A withGroup(String group)
withGroup in interface APIResourceFluent<A extends APIResourceFluent<A>>public Boolean hasGroup()
hasGroup in interface APIResourceFluent<A extends APIResourceFluent<A>>@Deprecated public A withNewGroup(String arg0)
withNewGroup in interface APIResourceFluent<A extends APIResourceFluent<A>>public String getKind()
getKind in interface APIResourceFluent<A extends APIResourceFluent<A>>public A withKind(String kind)
withKind in interface APIResourceFluent<A extends APIResourceFluent<A>>public Boolean hasKind()
hasKind in interface APIResourceFluent<A extends APIResourceFluent<A>>@Deprecated public A withNewKind(String arg0)
withNewKind in interface APIResourceFluent<A extends APIResourceFluent<A>>public String getName()
getName in interface APIResourceFluent<A extends APIResourceFluent<A>>public A withName(String name)
withName in interface APIResourceFluent<A extends APIResourceFluent<A>>public Boolean hasName()
hasName in interface APIResourceFluent<A extends APIResourceFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface APIResourceFluent<A extends APIResourceFluent<A>>public Boolean getNamespaced()
getNamespaced in interface APIResourceFluent<A extends APIResourceFluent<A>>public A withNamespaced(Boolean namespaced)
withNamespaced in interface APIResourceFluent<A extends APIResourceFluent<A>>public Boolean hasNamespaced()
hasNamespaced in interface APIResourceFluent<A extends APIResourceFluent<A>>public A addToShortNames(Integer index, String item)
addToShortNames in interface APIResourceFluent<A extends APIResourceFluent<A>>public A setToShortNames(Integer index, String item)
setToShortNames in interface APIResourceFluent<A extends APIResourceFluent<A>>public A addToShortNames(String... items)
addToShortNames in interface APIResourceFluent<A extends APIResourceFluent<A>>public A addAllToShortNames(Collection<String> items)
addAllToShortNames in interface APIResourceFluent<A extends APIResourceFluent<A>>public A removeFromShortNames(String... items)
removeFromShortNames in interface APIResourceFluent<A extends APIResourceFluent<A>>public A removeAllFromShortNames(Collection<String> items)
removeAllFromShortNames in interface APIResourceFluent<A extends APIResourceFluent<A>>public List<String> getShortNames()
getShortNames in interface APIResourceFluent<A extends APIResourceFluent<A>>public String getShortName(Integer index)
getShortName in interface APIResourceFluent<A extends APIResourceFluent<A>>public String getFirstShortName()
getFirstShortName in interface APIResourceFluent<A extends APIResourceFluent<A>>public String getLastShortName()
getLastShortName in interface APIResourceFluent<A extends APIResourceFluent<A>>public String getMatchingShortName(Predicate<String> predicate)
getMatchingShortName in interface APIResourceFluent<A extends APIResourceFluent<A>>public Boolean hasMatchingShortName(Predicate<String> predicate)
hasMatchingShortName in interface APIResourceFluent<A extends APIResourceFluent<A>>public A withShortNames(List<String> shortNames)
withShortNames in interface APIResourceFluent<A extends APIResourceFluent<A>>public A withShortNames(String... shortNames)
withShortNames in interface APIResourceFluent<A extends APIResourceFluent<A>>public Boolean hasShortNames()
hasShortNames in interface APIResourceFluent<A extends APIResourceFluent<A>>public A addNewShortName(String arg0)
addNewShortName in interface APIResourceFluent<A extends APIResourceFluent<A>>public String getSingularName()
getSingularName in interface APIResourceFluent<A extends APIResourceFluent<A>>public A withSingularName(String singularName)
withSingularName in interface APIResourceFluent<A extends APIResourceFluent<A>>public Boolean hasSingularName()
hasSingularName in interface APIResourceFluent<A extends APIResourceFluent<A>>@Deprecated public A withNewSingularName(String arg0)
withNewSingularName in interface APIResourceFluent<A extends APIResourceFluent<A>>public String getStorageVersionHash()
getStorageVersionHash in interface APIResourceFluent<A extends APIResourceFluent<A>>public A withStorageVersionHash(String storageVersionHash)
withStorageVersionHash in interface APIResourceFluent<A extends APIResourceFluent<A>>public Boolean hasStorageVersionHash()
hasStorageVersionHash in interface APIResourceFluent<A extends APIResourceFluent<A>>@Deprecated public A withNewStorageVersionHash(String arg0)
withNewStorageVersionHash in interface APIResourceFluent<A extends APIResourceFluent<A>>public A addToVerbs(Integer index, String item)
addToVerbs in interface APIResourceFluent<A extends APIResourceFluent<A>>public A setToVerbs(Integer index, String item)
setToVerbs in interface APIResourceFluent<A extends APIResourceFluent<A>>public A addToVerbs(String... items)
addToVerbs in interface APIResourceFluent<A extends APIResourceFluent<A>>public A addAllToVerbs(Collection<String> items)
addAllToVerbs in interface APIResourceFluent<A extends APIResourceFluent<A>>public A removeFromVerbs(String... items)
removeFromVerbs in interface APIResourceFluent<A extends APIResourceFluent<A>>public A removeAllFromVerbs(Collection<String> items)
removeAllFromVerbs in interface APIResourceFluent<A extends APIResourceFluent<A>>public List<String> getVerbs()
getVerbs in interface APIResourceFluent<A extends APIResourceFluent<A>>public String getVerb(Integer index)
getVerb in interface APIResourceFluent<A extends APIResourceFluent<A>>public String getFirstVerb()
getFirstVerb in interface APIResourceFluent<A extends APIResourceFluent<A>>public String getLastVerb()
getLastVerb in interface APIResourceFluent<A extends APIResourceFluent<A>>public String getMatchingVerb(Predicate<String> predicate)
getMatchingVerb in interface APIResourceFluent<A extends APIResourceFluent<A>>public Boolean hasMatchingVerb(Predicate<String> predicate)
hasMatchingVerb in interface APIResourceFluent<A extends APIResourceFluent<A>>public A withVerbs(List<String> verbs)
withVerbs in interface APIResourceFluent<A extends APIResourceFluent<A>>public A withVerbs(String... verbs)
withVerbs in interface APIResourceFluent<A extends APIResourceFluent<A>>public Boolean hasVerbs()
hasVerbs in interface APIResourceFluent<A extends APIResourceFluent<A>>public A addNewVerb(String arg0)
addNewVerb in interface APIResourceFluent<A extends APIResourceFluent<A>>public String getVersion()
getVersion in interface APIResourceFluent<A extends APIResourceFluent<A>>public A withVersion(String version)
withVersion in interface APIResourceFluent<A extends APIResourceFluent<A>>public Boolean hasVersion()
hasVersion in interface APIResourceFluent<A extends APIResourceFluent<A>>@Deprecated public A withNewVersion(String arg0)
withNewVersion in interface APIResourceFluent<A extends APIResourceFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface APIResourceFluent<A extends APIResourceFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface APIResourceFluent<A extends APIResourceFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface APIResourceFluent<A extends APIResourceFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface APIResourceFluent<A extends APIResourceFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface APIResourceFluent<A extends APIResourceFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface APIResourceFluent<A extends APIResourceFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface APIResourceFluent<A extends APIResourceFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.