public class TypedObjectReferenceFluentImpl<A extends TypedObjectReferenceFluent<A>> extends BaseFluent<A> implements TypedObjectReferenceFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
TypedObjectReferenceFluentImpl() |
TypedObjectReferenceFluentImpl(TypedObjectReference 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 |
getApiGroup() |
String |
getKind() |
String |
getName() |
String |
getNamespace() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasApiGroup() |
int |
hashCode() |
Boolean |
hasKind() |
Boolean |
hasName() |
Boolean |
hasNamespace() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withApiGroup(String apiGroup) |
A |
withKind(String kind) |
A |
withName(String name) |
A |
withNamespace(String namespace) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic TypedObjectReferenceFluentImpl()
public TypedObjectReferenceFluentImpl(TypedObjectReference instance)
public String getApiGroup()
getApiGroup in interface TypedObjectReferenceFluent<A extends TypedObjectReferenceFluent<A>>public A withApiGroup(String apiGroup)
withApiGroup in interface TypedObjectReferenceFluent<A extends TypedObjectReferenceFluent<A>>public Boolean hasApiGroup()
hasApiGroup in interface TypedObjectReferenceFluent<A extends TypedObjectReferenceFluent<A>>public String getKind()
getKind in interface TypedObjectReferenceFluent<A extends TypedObjectReferenceFluent<A>>public A withKind(String kind)
withKind in interface TypedObjectReferenceFluent<A extends TypedObjectReferenceFluent<A>>public Boolean hasKind()
hasKind in interface TypedObjectReferenceFluent<A extends TypedObjectReferenceFluent<A>>public String getName()
getName in interface TypedObjectReferenceFluent<A extends TypedObjectReferenceFluent<A>>public A withName(String name)
withName in interface TypedObjectReferenceFluent<A extends TypedObjectReferenceFluent<A>>public Boolean hasName()
hasName in interface TypedObjectReferenceFluent<A extends TypedObjectReferenceFluent<A>>public String getNamespace()
getNamespace in interface TypedObjectReferenceFluent<A extends TypedObjectReferenceFluent<A>>public A withNamespace(String namespace)
withNamespace in interface TypedObjectReferenceFluent<A extends TypedObjectReferenceFluent<A>>public Boolean hasNamespace()
hasNamespace in interface TypedObjectReferenceFluent<A extends TypedObjectReferenceFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface TypedObjectReferenceFluent<A extends TypedObjectReferenceFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface TypedObjectReferenceFluent<A extends TypedObjectReferenceFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface TypedObjectReferenceFluent<A extends TypedObjectReferenceFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface TypedObjectReferenceFluent<A extends TypedObjectReferenceFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface TypedObjectReferenceFluent<A extends TypedObjectReferenceFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface TypedObjectReferenceFluent<A extends TypedObjectReferenceFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface TypedObjectReferenceFluent<A extends TypedObjectReferenceFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends TypedObjectReferenceFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends TypedObjectReferenceFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.