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 |
|---|---|
boolean |
equals(Object o) |
Boolean |
getShort() |
String |
getTitle() |
String |
getValue() |
int |
hashCode() |
Boolean |
hasShort() |
Boolean |
hasTitle() |
Boolean |
hasValue() |
A |
withNewTitle(String arg0)
Deprecated.
|
A |
withNewValue(String arg0)
Deprecated.
|
A |
withShort(Boolean _short) |
A |
withTitle(String title) |
A |
withValue(String value) |
public 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>>@Deprecated public A withNewTitle(String arg0)
withNewTitle 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>>@Deprecated public A withNewValue(String arg0)
withNewValue in interface SlackFieldFluent<A extends SlackFieldFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.