Serialized Form
-
Package com.docusign.maestro.client
-
Class com.docusign.maestro.client.ApiException extends Exception implements Serializable
-
Class com.docusign.maestro.client.RFC3339DateFormat extends com.fasterxml.jackson.databind.util.ISO8601DateFormat implements Serializable
-
-
Package com.docusign.maestro.model
-
Class com.docusign.maestro.model.AccessTokenResponse extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
accessToken
String accessToken
-
expiresIn
BigDecimal expiresIn
-
tokenType
AccessTokenTokenTypes tokenType
-
-
Class com.docusign.maestro.model.CancelResponse extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.docusign.maestro.model.CreateOrUpdateWorkflowDefinitionRequestBody extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
workflowDefinition
WorkflowDefinition workflowDefinition
-
-
Class com.docusign.maestro.model.DeployRequest extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
deploymentStatus
DeployStatus deploymentStatus
-
-
Class com.docusign.maestro.model.DeployResponse extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.docusign.maestro.model.DSDocGenStep extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
config
RecordToNever config
-
id
String id
-
input
DSDocGenStepInput input
-
name
String name
-
output
Map<String,Object> output
-
type
DSWorkflowStepTypesDSDocGen type
-
-
Class com.docusign.maestro.model.DSDocGenStepInput extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
dataJson
RecordStringOrVariableOrTransformation dataJson
-
outputFileName
Object outputFileName
-
outputFileNameIsUnique
Boolean outputFileNameIsUnique
-
outputFormat
DSWorkflowDocGenDocOutputFormat outputFormat
-
templateId
Object templateId
-
-
Class com.docusign.maestro.model.DSDoUntilStep extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
doSteps
List<Object> doSteps
-
expression
DSWorkflowComparisonExpression expression
-
id
String id
-
name
String name
-
type
DSWorkflowStepTypesDoUntil type
-
-
Class com.docusign.maestro.model.DSIdvStep extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
config
RecordToNever config
-
id
String id
-
input
DSIdvStepInput input
-
name
String name
-
output
Map<String,Object> output
-
type
DSWorkflowStepTypesDSIdv type
-
-
Class com.docusign.maestro.model.DSIdvStepInput extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.docusign.maestro.model.DSIfElseStep extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
elseSteps
List<Object> elseSteps
-
expression
DSWorkflowBooleanExpression expression
-
id
String id
-
ifSteps
List<Object> ifSteps
-
name
String name
-
type
DSWorkflowStepTypesDSIfElse type
-
-
Class com.docusign.maestro.model.DSLoopStep extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
expression
DSWorkflowComparisonExpression expression
-
id
String id
-
loopSteps
List<Object> loopSteps
-
name
String name
-
type
DSWorkflowStepTypesLoop type
-
-
Class com.docusign.maestro.model.DSParallelStep extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
expression
DSWorkflowParallelExpression expression
-
id
String id
-
lanes
Map<String,DSWorkflowLane> lanes
-
name
String name
-
type
DSWorkflowStepTypesParallel type
-
-
Class com.docusign.maestro.model.DSServiceStep extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.docusign.maestro.model.DSSignStep extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
config
RecordToNever config
-
id
String id
-
input
DSSignStepInput input
-
name
String name
-
output
Map<String,Object> output
-
type
DSWorkflowStepTypesDSSign type
-
-
Class com.docusign.maestro.model.DSSignStepInput extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.docusign.maestro.model.DSTransformationStep extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.docusign.maestro.model.DSWebFormsStep extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
config
DSWebFormsStepConfig config
-
id
String id
-
input
Map<String,Object> input
-
name
String name
-
output
Map<String,Object> output
-
type
DSWorkflowStepTypesDSWebForms type
-
-
Class com.docusign.maestro.model.DSWebFormsStepConfig extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
pageUrl
String pageUrl
-
-
Class com.docusign.maestro.model.DSWorkflowBooleanExpression extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
expressions
List<Object> expressions
-
logicalOperator
DSWorkflowLogicalOperatorTypes logicalOperator
-
type
DSWorkflowExpressionTypesBooleanExpression type
-
-
Class com.docusign.maestro.model.DSWorkflowComparisonExpression extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
comparisonOperator
DSWorkflowComparisonOperatorTypes comparisonOperator
-
leftOperand
Object leftOperand
-
rightOperand
Object rightOperand
-
type
DSWorkflowExpressionTypesComparisonExpression type
-
-
Class com.docusign.maestro.model.DSWorkflowConcatExpression extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
inputs
List<Object> inputs
-
type
DSWorkflowTransformationExpressionTypesConcatExpression type
-
-
Class com.docusign.maestro.model.DSWorkflowIndexOfExpression extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
searchText
Object searchText
-
text
Object text
-
type
DSWorkflowTransformationExpressionTypesIndexOfExpression type
-
-
Class com.docusign.maestro.model.DSWorkflowLane extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.docusign.maestro.model.DSWorkflowLanesRecord extends HashMap<String,DSWorkflowLane> implements Serializable
- serialVersionUID:
- 1L
-
Class com.docusign.maestro.model.DSWorkflowLastIndexOfExpression extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
searchText
Object searchText
-
text
Object text
-
type
DSWorkflowTransformationExpressionTypesLastIndexOfExpression type
-
-
Class com.docusign.maestro.model.DSWorkflowParallelExpression extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
parallelCompletionSettings
Map<String,Boolean> parallelCompletionSettings
-
type
DSWorkflowExpressionTypesParallelExpression type
-
-
Class com.docusign.maestro.model.DSWorkflowParticipantRecord extends HashMap<String,Participant> implements Serializable
- serialVersionUID:
- 1L
-
Class com.docusign.maestro.model.DSWorkflowReplaceExpression extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
newText
Object newText
-
oldText
Object oldText
-
text
Object text
-
type
DSWorkflowTransformationExpressionTypesReplaceExpression type
-
-
Class com.docusign.maestro.model.DSWorkflowStep extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.docusign.maestro.model.DSWorkflowSubstringExpression extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
length
Object length
-
startIndex
Object startIndex
-
text
Object text
-
type
DSWorkflowTransformationExpressionTypesSubstringExpression type
-
-
Class com.docusign.maestro.model.DSWorkflowToLowerExpression extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
text
Object text
-
type
DSWorkflowTransformationExpressionTypesToLowerExpression type
-
-
Class com.docusign.maestro.model.DSWorkflowToUpperExpression extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
text
Object text
-
type
DSWorkflowTransformationExpressionTypesToUpperExpression type
-
-
Class com.docusign.maestro.model.DSWorkflowTransformationExpression extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.docusign.maestro.model.DSWorkflowTrigger extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.docusign.maestro.model.DSWorkflowVariable extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.docusign.maestro.model.DSWorkflowVariableFromParticipant extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.docusign.maestro.model.DSWorkflowVariableFromStep extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
key
String key
-
propertyName
String propertyName
-
source
DSWorkflowVariableSourceTypesStep source
-
stepId
String stepId
-
-
Class com.docusign.maestro.model.DSWorkflowVariableFromVariable extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
key
String key
-
propertyName
String propertyName
-
source
DSWorkflowVariableSourceTypesVariable source
-
stepId
String stepId
-
-
Class com.docusign.maestro.model.DSWorkflowVariableRecord extends HashMap<String,Object> implements Serializable
- serialVersionUID:
- 1L
-
Class com.docusign.maestro.model.ErrorResponse extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
ErrorCodes errorCode
-
message
String message
-
-
Class com.docusign.maestro.model.ESignDocumentFromESignTemplate extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
eSignTemplateId
String eSignTemplateId
-
fileExtension
DSWorkflowDocGenDocOutputFormat fileExtension
-
name
Object name
-
type
ESignDocumentTypesFromDSTemplate type
-
-
Class com.docusign.maestro.model.ESignDocumentFromPreviousStep extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
documentFromPreviousStep
Object documentFromPreviousStep
-
fileExtension
DSWorkflowDocGenDocOutputFormat fileExtension
-
name
Object name
-
type
ESignDocumentTypesFromPreviousStep type
-
-
Class com.docusign.maestro.model.ESignDocuments extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.docusign.maestro.model.ESignLocalePolicy extends HashMap<String,Object> implements Serializable
- serialVersionUID:
- 1L
-
Class com.docusign.maestro.model.ESignSigner extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
email
Object email
-
note
Object note
-
routingOrder
String routingOrder
-
tabs
ESignTabsRecord tabs
-
userName
Object userName
-
-
Class com.docusign.maestro.model.ESignTabs extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
anchorString
String anchorString
-
bold
String bold
-
documentId
String documentId
-
font
String font
-
fontColor
String fontColor
-
fontSize
String fontSize
-
height
String height
-
italic
String italic
-
localePolicy
Map<String,Object> localePolicy
-
name
String name
-
optional
String optional
-
pageNumber
String pageNumber
-
recipientId
String recipientId
-
scaleValue
String scaleValue
-
stampType
String stampType
-
tabId
String tabId
-
tabLabel
String tabLabel
-
tabType
String tabType
-
templateLocked
String templateLocked
-
templateRequired
String templateRequired
-
tooltip
String tooltip
-
underline
String underline
-
value
Object value
-
width
String width
-
xPosition
String xPosition
-
yPosition
String yPosition
-
-
Class com.docusign.maestro.model.ESignTabsRecord extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
Class com.docusign.maestro.model.GetConfigurationInstanceResponse extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.docusign.maestro.model.GetConfigurationInstancesResponse extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
configInstances
List<GetConfigurationInstancesResponseConfigInstances> configInstances
-
count
BigDecimal count
-
workflowDefinitionId
String workflowDefinitionId
-
-
Class com.docusign.maestro.model.GetConfigurationInstancesResponseConfigInstances extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.docusign.maestro.model.InvalidWorkflowResponse extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
message
String message
-
validationErrors
List<ValidationErrors> validationErrors
-
-
Class com.docusign.maestro.model.NewOrUpdatedWorkflowDefinitionResponse extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
isValidWorkflowDefinition
Boolean isValidWorkflowDefinition
-
validationErrors
List<ValidationErrors> validationErrors
-
workflowDefinition
WorkflowDefinition workflowDefinition
-
workflowDefinitionId
String workflowDefinitionId
-
-
Class com.docusign.maestro.model.NumberOrVariable extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.docusign.maestro.model.Participant extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.docusign.maestro.model.ProgressInstance extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
completedSteps
BigDecimal completedSteps
-
currentCompletedStepName
String currentCompletedStepName
-
totalSteps
BigDecimal totalSteps
-
-
Class com.docusign.maestro.model.RecordStringBoolean extends HashMap<String,Boolean> implements Serializable
- serialVersionUID:
- 1L
-
Class com.docusign.maestro.model.RecordStringOrVariableOrTransformation extends HashMap<String,Object> implements Serializable
- serialVersionUID:
- 1L
-
Class com.docusign.maestro.model.RecordToNever extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.docusign.maestro.model.StartedByInstance extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
startedById
String startedById
-
startedByName
String startedByName
-
startedByType
StartedByInstance.StartedByTypeEnum startedByType
-
-
Class com.docusign.maestro.model.StringOrVariableOrTransformation extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.docusign.maestro.model.SuccessMessageResponse extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
message
String message
-
-
Class com.docusign.maestro.model.TriggerPayload extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.docusign.maestro.model.TriggerWorkflowViaPostResponse extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.docusign.maestro.model.ValidationErrors extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.docusign.maestro.model.WorkflowDefinition extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
accountId
String accountId
-
createdByName
String createdByName
-
documentVersion
String documentVersion
-
participants
Map<String,Participant> participants
-
schemaVersion
String schemaVersion
-
steps
List<Object> steps
-
trigger
DSWorkflowTrigger trigger
-
variables
Map<String,Object> variables
-
workflowDescription
String workflowDescription
-
workflowName
String workflowName
-
-
Class com.docusign.maestro.model.WorkflowDefinitionList extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
count
BigDecimal count
-
value
List<WorkflowDefinitionMetadata> value
-
-
Class com.docusign.maestro.model.WorkflowDefinitionMetadata extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
accountId
String accountId
-
createdDate
String createdDate
-
id
String id
-
isDraft
Boolean isDraft
-
lastDeployedId
String lastDeployedId
-
lastDeployedVersion
String lastDeployedVersion
-
lastUpdatedDate
String lastUpdatedDate
-
name
String name
-
status
WorkflowMetadataStatus status
-
triggerUrl
String triggerUrl
-
-
Class com.docusign.maestro.model.WorkflowDefinitionWithId extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
accountId
String accountId
-
createdDate
String createdDate
-
id
String id
-
isDraft
Boolean isDraft
-
lastDeployedId
String lastDeployedId
-
lastDeployedVersion
String lastDeployedVersion
-
lastDeployedWorkflowDefinition
WorkflowDefinition lastDeployedWorkflowDefinition
-
lastUpdatedDate
String lastUpdatedDate
-
status
WorkflowMetadataStatus status
-
triggerUrl
String triggerUrl
-
validationErrors
List<ValidationErrors> validationErrors
-
workflowDefinition
WorkflowDefinition workflowDefinition
-
-
Class com.docusign.maestro.model.WorkflowDeleteResponse extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.docusign.maestro.model.WorkflowInstance extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
accountId
String accountId
-
creatorId
String creatorId
-
dacId
String dacId
-
endDate
String endDate
-
instanceName
String instanceName
-
instanceState
WorkflowInstanceState instanceState
-
progress
ProgressInstance progress
-
startDate
String startDate
-
startedBy
StartedByInstance startedBy
-
templateId
String templateId
-
users
Map<String,String> users
-
-
Class com.docusign.maestro.model.WorkflowInstanceMap extends HashMap<String,String> implements Serializable
- serialVersionUID:
- 1L
-
Class com.docusign.maestro.model.WorkflowInstancesList extends ArrayList<WorkflowInstance> implements Serializable
- serialVersionUID:
- 1L
-
Class com.docusign.maestro.model.WorkflowStepError extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
code
String code
-
endTime
String endTime
-
error
WorkflowStepErrorError error
-
name
String name
-
startTime
String startTime
-
-
Class com.docusign.maestro.model.WorkflowStepErrorError extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class com.docusign.maestro.model.WorkflowStepHistory extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
accountId
String accountId
-
dacId
String dacId
-
dsStepId
String dsStepId
-
endDate
String endDate
-
error
WorkflowStepError error
-
outputModuleProperties
Object outputModuleProperties
-
startDate
String startDate
-
stepId
String stepId
-
stepName
String stepName
-
stepState
WorkflowStepHistoryState stepState
-
userId
String userId
-
-
Class com.docusign.maestro.model.WorkflowStepHistoryList extends ArrayList<WorkflowStepHistory> implements Serializable
- serialVersionUID:
- 1L
-