Package com.slack.api.model.admin
Class AppWorkflow.StepInputValue
- java.lang.Object
-
- com.slack.api.model.admin.AppWorkflow.StepInputValue
-
- Enclosing class:
- AppWorkflow
public static class AppWorkflow.StepInputValue extends Object
-
-
Constructor Summary
Constructors Constructor Description StepInputValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<AppWorkflow.StepInputValueElement>getElements()List<LayoutBlock>getInteractiveBlocks()List<String>getRequired()StringgetStringValue()List<String>getStringValues()inthashCode()voidsetElements(List<AppWorkflow.StepInputValueElement> elements)voidsetInteractiveBlocks(List<LayoutBlock> interactiveBlocks)voidsetRequired(List<String> required)voidsetStringValue(String stringValue)voidsetStringValues(List<String> stringValues)StringtoString()
-
-
-
Method Detail
-
getStringValue
public String getStringValue()
-
getElements
public List<AppWorkflow.StepInputValueElement> getElements()
-
getInteractiveBlocks
public List<LayoutBlock> getInteractiveBlocks()
-
setStringValue
public void setStringValue(String stringValue)
-
setElements
public void setElements(List<AppWorkflow.StepInputValueElement> elements)
-
setInteractiveBlocks
public void setInteractiveBlocks(List<LayoutBlock> interactiveBlocks)
-
canEqual
protected boolean canEqual(Object other)
-
-