public static class MultiDocumentWorkflowDetailsResponse.Control extends VaultModel
label: UI Label for the control. type: Type of control (instructions, participants, date, documents, or description).
Constructor and Description |
---|
Control() |
Modifier and Type | Method and Description |
---|---|
String |
getInstructions() |
String |
getLabel() |
List<MultiDocumentWorkflowDetailsResponse.Prompt> |
getPrompts() |
String |
getType() |
void |
setInstructions(String instructions) |
void |
setLabel(String label) |
void |
setPrompts(List<MultiDocumentWorkflowDetailsResponse.Prompt> prompts) |
void |
setType(String type) |
get, getBoolean, getFieldNames, getInteger, getListInteger, getListLong, getListString, getLong, getString, getVaultModelData, set, setVaultModelData, toJSONObject, toJsonString, toMap, toMap
public String getInstructions()
public void setInstructions(String instructions)
public String getLabel()
public void setLabel(String label)
public List<MultiDocumentWorkflowDetailsResponse.Prompt> getPrompts()
public void setPrompts(List<MultiDocumentWorkflowDetailsResponse.Prompt> prompts)
public String getType()
public void setType(String type)
Copyright © 2021. All rights reserved.