public class SlackFieldFluentImpl<A extends SlackFieldFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements SlackFieldFluent<A>
| Constructor and Description |
|---|
SlackFieldFluentImpl() |
SlackFieldFluentImpl(SlackField 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() |
Boolean |
getShort() |
String |
getTitle() |
String |
getValue() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasShort() |
Boolean |
hasTitle() |
Boolean |
hasValue() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withShort() |
A |
withShort(Boolean _short) |
A |
withTitle(String title) |
A |
withValue(String value) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic SlackFieldFluentImpl()
public SlackFieldFluentImpl(SlackField instance)
public Boolean getShort()
getShort in interface SlackFieldFluent<A extends SlackFieldFluent<A>>public A withShort(Boolean _short)
withShort in interface SlackFieldFluent<A extends SlackFieldFluent<A>>public Boolean hasShort()
hasShort in interface SlackFieldFluent<A extends SlackFieldFluent<A>>public String getTitle()
getTitle in interface SlackFieldFluent<A extends SlackFieldFluent<A>>public A withTitle(String title)
withTitle in interface SlackFieldFluent<A extends SlackFieldFluent<A>>public Boolean hasTitle()
hasTitle in interface SlackFieldFluent<A extends SlackFieldFluent<A>>public String getValue()
getValue in interface SlackFieldFluent<A extends SlackFieldFluent<A>>public A withValue(String value)
withValue in interface SlackFieldFluent<A extends SlackFieldFluent<A>>public Boolean hasValue()
hasValue in interface SlackFieldFluent<A extends SlackFieldFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface SlackFieldFluent<A extends SlackFieldFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface SlackFieldFluent<A extends SlackFieldFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface SlackFieldFluent<A extends SlackFieldFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface SlackFieldFluent<A extends SlackFieldFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface SlackFieldFluent<A extends SlackFieldFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface SlackFieldFluent<A extends SlackFieldFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface SlackFieldFluent<A extends SlackFieldFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SlackFieldFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SlackFieldFluent<A>>public A withShort()
withShort in interface SlackFieldFluent<A extends SlackFieldFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.