public class GroupVersionResourceFluentImpl<A extends GroupVersionResourceFluent<A>> extends BaseFluent<A> implements GroupVersionResourceFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
GroupVersionResourceFluentImpl() |
GroupVersionResourceFluentImpl(GroupVersionResource instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getGroup() |
String |
getResource() |
String |
getVersion() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasGroup() |
int |
hashCode() |
Boolean |
hasResource() |
Boolean |
hasVersion() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withGroup(String group) |
A |
withResource(String resource) |
A |
withVersion(String version) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic GroupVersionResourceFluentImpl()
public GroupVersionResourceFluentImpl(GroupVersionResource instance)
public String getGroup()
getGroup in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>public A withGroup(String group)
withGroup in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>public Boolean hasGroup()
hasGroup in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>public String getResource()
getResource in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>public A withResource(String resource)
withResource in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>public Boolean hasResource()
hasResource in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>public String getVersion()
getVersion in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>public A withVersion(String version)
withVersion in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>public Boolean hasVersion()
hasVersion in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface GroupVersionResourceFluent<A extends GroupVersionResourceFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends GroupVersionResourceFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends GroupVersionResourceFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.