public class V1APIResourceFluentImpl<A extends V1APIResourceFluent<A>> extends BaseFluent<A> implements V1APIResourceFluent<A>
_visitables| Constructor and Description |
|---|
V1APIResourceFluentImpl() |
V1APIResourceFluentImpl(V1APIResource instance) |
public V1APIResourceFluentImpl()
public V1APIResourceFluentImpl(V1APIResource instance)
public A addToCategories(int index, String item)
addToCategories in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A setToCategories(int index, String item)
setToCategories in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A addToCategories(String... items)
addToCategories in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A addAllToCategories(Collection<String> items)
addAllToCategories in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A removeFromCategories(String... items)
removeFromCategories in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A removeAllFromCategories(Collection<String> items)
removeAllFromCategories in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public List<String> getCategories()
getCategories in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public String getCategory(int index)
getCategory in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public String getFirstCategory()
getFirstCategory in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public String getLastCategory()
getLastCategory in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public String getMatchingCategory(Predicate<String> predicate)
getMatchingCategory in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public Boolean hasMatchingCategory(Predicate<String> predicate)
hasMatchingCategory in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A withCategories(List<String> categories)
withCategories in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A withCategories(String... categories)
withCategories in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public Boolean hasCategories()
hasCategories in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A addNewCategory(String arg1)
addNewCategory in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A addNewCategory(StringBuilder arg1)
addNewCategory in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A addNewCategory(StringBuffer arg1)
addNewCategory in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public String getGroup()
getGroup in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A withGroup(String group)
withGroup in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public Boolean hasGroup()
hasGroup in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A withNewGroup(String arg1)
withNewGroup in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A withNewGroup(StringBuilder arg1)
withNewGroup in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A withNewGroup(StringBuffer arg1)
withNewGroup in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public String getKind()
getKind in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A withKind(String kind)
withKind in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public Boolean hasKind()
hasKind in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A withNewKind(String arg1)
withNewKind in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A withNewKind(StringBuilder arg1)
withNewKind in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A withNewKind(StringBuffer arg1)
withNewKind in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public String getName()
getName in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A withName(String name)
withName in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public Boolean hasName()
hasName in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A withNewName(String arg1)
withNewName in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A withNewName(StringBuilder arg1)
withNewName in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A withNewName(StringBuffer arg1)
withNewName in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public Boolean isNamespaced()
isNamespaced in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A withNamespaced(Boolean namespaced)
withNamespaced in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public Boolean hasNamespaced()
hasNamespaced in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A withNewNamespaced(String arg1)
withNewNamespaced in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A withNewNamespaced(boolean arg1)
withNewNamespaced in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A addToShortNames(int index, String item)
addToShortNames in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A setToShortNames(int index, String item)
setToShortNames in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A addToShortNames(String... items)
addToShortNames in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A addAllToShortNames(Collection<String> items)
addAllToShortNames in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A removeFromShortNames(String... items)
removeFromShortNames in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A removeAllFromShortNames(Collection<String> items)
removeAllFromShortNames in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public List<String> getShortNames()
getShortNames in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public String getShortName(int index)
getShortName in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public String getFirstShortName()
getFirstShortName in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public String getLastShortName()
getLastShortName in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public String getMatchingShortName(Predicate<String> predicate)
getMatchingShortName in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public Boolean hasMatchingShortName(Predicate<String> predicate)
hasMatchingShortName in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A withShortNames(List<String> shortNames)
withShortNames in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A withShortNames(String... shortNames)
withShortNames in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public Boolean hasShortNames()
hasShortNames in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A addNewShortName(String arg1)
addNewShortName in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A addNewShortName(StringBuilder arg1)
addNewShortName in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A addNewShortName(StringBuffer arg1)
addNewShortName in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public String getSingularName()
getSingularName in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A withSingularName(String singularName)
withSingularName in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public Boolean hasSingularName()
hasSingularName in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A withNewSingularName(String arg1)
withNewSingularName in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A withNewSingularName(StringBuilder arg1)
withNewSingularName in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A withNewSingularName(StringBuffer arg1)
withNewSingularName in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public String getStorageVersionHash()
getStorageVersionHash in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A withStorageVersionHash(String storageVersionHash)
withStorageVersionHash in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public Boolean hasStorageVersionHash()
hasStorageVersionHash in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A withNewStorageVersionHash(String arg1)
withNewStorageVersionHash in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A withNewStorageVersionHash(StringBuilder arg1)
withNewStorageVersionHash in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A withNewStorageVersionHash(StringBuffer arg1)
withNewStorageVersionHash in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A addToVerbs(int index, String item)
addToVerbs in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A setToVerbs(int index, String item)
setToVerbs in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A addToVerbs(String... items)
addToVerbs in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A addAllToVerbs(Collection<String> items)
addAllToVerbs in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A removeFromVerbs(String... items)
removeFromVerbs in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A removeAllFromVerbs(Collection<String> items)
removeAllFromVerbs in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public List<String> getVerbs()
getVerbs in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public String getVerb(int index)
getVerb in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public String getFirstVerb()
getFirstVerb in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public String getLastVerb()
getLastVerb in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public String getMatchingVerb(Predicate<String> predicate)
getMatchingVerb in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public Boolean hasMatchingVerb(Predicate<String> predicate)
hasMatchingVerb in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A withVerbs(List<String> verbs)
withVerbs in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A withVerbs(String... verbs)
withVerbs in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public Boolean hasVerbs()
hasVerbs in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A addNewVerb(String arg1)
addNewVerb in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A addNewVerb(StringBuilder arg1)
addNewVerb in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A addNewVerb(StringBuffer arg1)
addNewVerb in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public String getVersion()
getVersion in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A withVersion(String version)
withVersion in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public Boolean hasVersion()
hasVersion in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A withNewVersion(String arg1)
withNewVersion in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A withNewVersion(StringBuilder arg1)
withNewVersion in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>public A withNewVersion(StringBuffer arg1)
withNewVersion in interface V1APIResourceFluent<A extends V1APIResourceFluent<A>>Copyright © 2022. All rights reserved.