Package com.docusign.maestro.model
Class TriggerWorkflowViaPostResponse
- java.lang.Object
-
- com.docusign.maestro.model.TriggerWorkflowViaPostResponse
-
- All Implemented Interfaces:
Serializable
public class TriggerWorkflowViaPostResponse extends Object implements Serializable
Trigger workflow via POST response details.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TriggerWorkflowViaPostResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.StringgetInstanceId()Get instanceId.StringgetWorkflowInstanceUrl()Instance specific url that can be used to be redirected to a workflow instance.inthashCode()Returns the HashCode.TriggerWorkflowViaPostResponseinstanceId(String instanceId)instanceId.voidsetInstanceId(String instanceId)setInstanceId.voidsetWorkflowInstanceUrl(String workflowInstanceUrl)setWorkflowInstanceUrl.StringtoString()Converts the given object to string.TriggerWorkflowViaPostResponseworkflowInstanceUrl(String workflowInstanceUrl)workflowInstanceUrl.
-
-
-
Method Detail
-
instanceId
public TriggerWorkflowViaPostResponse instanceId(String instanceId)
instanceId.- Returns:
- TriggerWorkflowViaPostResponse
-
getInstanceId
public String getInstanceId()
Get instanceId.- Returns:
- instanceId
-
setInstanceId
public void setInstanceId(String instanceId)
setInstanceId.
-
workflowInstanceUrl
public TriggerWorkflowViaPostResponse workflowInstanceUrl(String workflowInstanceUrl)
workflowInstanceUrl.- Returns:
- TriggerWorkflowViaPostResponse
-
getWorkflowInstanceUrl
public String getWorkflowInstanceUrl()
Instance specific url that can be used to be redirected to a workflow instance.- Returns:
- workflowInstanceUrl
-
setWorkflowInstanceUrl
public void setWorkflowInstanceUrl(String workflowInstanceUrl)
setWorkflowInstanceUrl.
-
equals
public boolean equals(Object o)
Compares objects.
-
-