public interface SlackActionFluent<A extends SlackActionFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SlackActionFluent.ConfirmNested<N> |
@Deprecated SlackConfirmationField getConfirm()
SlackConfirmationField buildConfirm()
A withConfirm(SlackConfirmationField confirm)
Boolean hasConfirm()
SlackActionFluent.ConfirmNested<A> withNewConfirm()
SlackActionFluent.ConfirmNested<A> withNewConfirmLike(SlackConfirmationField item)
SlackActionFluent.ConfirmNested<A> editConfirm()
SlackActionFluent.ConfirmNested<A> editOrNewConfirm()
SlackActionFluent.ConfirmNested<A> editOrNewConfirmLike(SlackConfirmationField item)
String getName()
Boolean hasName()
@Deprecated A withNewName(String arg0)
String getStyle()
Boolean hasStyle()
@Deprecated A withNewStyle(String arg0)
String getText()
Boolean hasText()
@Deprecated A withNewText(String arg0)
String getType()
Boolean hasType()
@Deprecated A withNewType(String arg0)
String getUrl()
Boolean hasUrl()
@Deprecated A withNewUrl(String arg0)
String getValue()
Boolean hasValue()
@Deprecated A withNewValue(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.