public class GetOptionsFluentImpl<A extends GetOptionsFluent<A>> extends BaseFluent<A> implements GetOptionsFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
GetOptionsFluentImpl() |
GetOptionsFluentImpl(GetOptions 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 |
getApiVersion() |
String |
getKind() |
String |
getResourceVersion() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasApiVersion() |
int |
hashCode() |
Boolean |
hasKind() |
Boolean |
hasResourceVersion() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withApiVersion(String apiVersion) |
A |
withKind(String kind) |
A |
withResourceVersion(String resourceVersion) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic GetOptionsFluentImpl()
public GetOptionsFluentImpl(GetOptions instance)
public String getApiVersion()
getApiVersion in interface GetOptionsFluent<A extends GetOptionsFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface GetOptionsFluent<A extends GetOptionsFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface GetOptionsFluent<A extends GetOptionsFluent<A>>public String getKind()
getKind in interface GetOptionsFluent<A extends GetOptionsFluent<A>>public A withKind(String kind)
withKind in interface GetOptionsFluent<A extends GetOptionsFluent<A>>public Boolean hasKind()
hasKind in interface GetOptionsFluent<A extends GetOptionsFluent<A>>public String getResourceVersion()
getResourceVersion in interface GetOptionsFluent<A extends GetOptionsFluent<A>>public A withResourceVersion(String resourceVersion)
withResourceVersion in interface GetOptionsFluent<A extends GetOptionsFluent<A>>public Boolean hasResourceVersion()
hasResourceVersion in interface GetOptionsFluent<A extends GetOptionsFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface GetOptionsFluent<A extends GetOptionsFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface GetOptionsFluent<A extends GetOptionsFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface GetOptionsFluent<A extends GetOptionsFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface GetOptionsFluent<A extends GetOptionsFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface GetOptionsFluent<A extends GetOptionsFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface GetOptionsFluent<A extends GetOptionsFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface GetOptionsFluent<A extends GetOptionsFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends GetOptionsFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends GetOptionsFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.