@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") @Beta public class WorkflowInstanceStartPayload extends Object
Constructor and Description |
---|
WorkflowInstanceStartPayload() |
Modifier and Type | Method and Description |
---|---|
WorkflowInstanceStartPayload |
attachments(AttachmentsContext attachments)
Set the attachments of this
WorkflowInstanceStartPayload instance and return the same instance. |
WorkflowInstanceStartPayload |
context(Object context)
Set the context of this
WorkflowInstanceStartPayload instance and return the same instance. |
WorkflowInstanceStartPayload |
definitionId(String definitionId)
Set the definitionId of this
WorkflowInstanceStartPayload instance and return the same instance. |
boolean |
equals(Object o) |
AttachmentsContext |
getAttachments()
Get attachments
|
Object |
getContext()
Specify the initial context of the workflow instance.
|
String |
getDefinitionId()
Specify the ID of the workflow definition for which an instance should be started.
|
int |
hashCode() |
void |
setAttachments(AttachmentsContext attachments)
Set the attachments of this
WorkflowInstanceStartPayload instance. |
void |
setContext(Object context)
Set the context of this
WorkflowInstanceStartPayload instance. |
void |
setDefinitionId(String definitionId)
Set the definitionId of this
WorkflowInstanceStartPayload instance. |
String |
toString() |
@Nonnull public WorkflowInstanceStartPayload definitionId(@Nonnull String definitionId)
WorkflowInstanceStartPayload
instance and return the same instance.definitionId
- Specify the ID of the workflow definition for which an instance should be started. The ID is at most
64 characters long.WorkflowInstanceStartPayload
class@Nonnull public String getDefinitionId()
WorkflowInstanceStartPayload
instance.public void setDefinitionId(@Nonnull String definitionId)
WorkflowInstanceStartPayload
instance.definitionId
- Specify the ID of the workflow definition for which an instance should be started. The ID is at most
64 characters long.@Nonnull public WorkflowInstanceStartPayload context(@Nonnull Object context)
WorkflowInstanceStartPayload
instance and return the same instance.context
- Specify the initial context of the workflow instance.WorkflowInstanceStartPayload
class@Nonnull public Object getContext()
WorkflowInstanceStartPayload
instance.public void setContext(@Nonnull Object context)
WorkflowInstanceStartPayload
instance.context
- Specify the initial context of the workflow instance.@Nonnull public WorkflowInstanceStartPayload attachments(@Nonnull AttachmentsContext attachments)
WorkflowInstanceStartPayload
instance and return the same instance.attachments
- The attachments of this WorkflowInstanceStartPayload
WorkflowInstanceStartPayload
class@Nonnull public AttachmentsContext getAttachments()
WorkflowInstanceStartPayload
instance.public void setAttachments(@Nonnull AttachmentsContext attachments)
WorkflowInstanceStartPayload
instance.attachments
- The attachments of this WorkflowInstanceStartPayload
Copyright © 2020 SAP SE. All rights reserved.