public class GroupResourceFluentImpl<A extends GroupResourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements GroupResourceFluent<A>
| Constructor and Description |
|---|
GroupResourceFluentImpl() |
GroupResourceFluentImpl(GroupResource 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() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasGroup() |
int |
hashCode() |
Boolean |
hasResource() |
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) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic GroupResourceFluentImpl()
public GroupResourceFluentImpl(GroupResource instance)
public String getGroup()
getGroup in interface GroupResourceFluent<A extends GroupResourceFluent<A>>public A withGroup(String group)
withGroup in interface GroupResourceFluent<A extends GroupResourceFluent<A>>public Boolean hasGroup()
hasGroup in interface GroupResourceFluent<A extends GroupResourceFluent<A>>public String getResource()
getResource in interface GroupResourceFluent<A extends GroupResourceFluent<A>>public A withResource(String resource)
withResource in interface GroupResourceFluent<A extends GroupResourceFluent<A>>public Boolean hasResource()
hasResource in interface GroupResourceFluent<A extends GroupResourceFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface GroupResourceFluent<A extends GroupResourceFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface GroupResourceFluent<A extends GroupResourceFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface GroupResourceFluent<A extends GroupResourceFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface GroupResourceFluent<A extends GroupResourceFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface GroupResourceFluent<A extends GroupResourceFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface GroupResourceFluent<A extends GroupResourceFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface GroupResourceFluent<A extends GroupResourceFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends GroupResourceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends GroupResourceFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.