Class AttachmentActionPayload.AttachmentAction
java.lang.Object
com.slack.api.app_backend.interactive_components.payload.AttachmentActionPayload.AttachmentAction
- Enclosing class:
- AttachmentActionPayload
public static class AttachmentActionPayload.AttachmentAction extends Object
-
Constructor Summary
Constructors Constructor Description AttachmentAction() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetName()StringgetText()StringgetType()StringgetValue()inthashCode()voidsetName(String name)voidsetText(String text)voidsetType(String type)voidsetValue(String value)StringtoString()
-
Constructor Details
-
AttachmentAction
public AttachmentAction()
-
-
Method Details