Package io.camunda.client.protocol.rest
Class ProcessInstanceCreationStartInstruction
java.lang.Object
io.camunda.client.protocol.rest.ProcessInstanceCreationStartInstruction
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-25T13:39:08.081076719Z[GMT]",
comments="Generator version: 7.10.0")
public class ProcessInstanceCreationStartInstruction
extends Object
ProcessInstanceCreationStartInstruction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanFuture extensions might include: - different types of start instructions - ability to set local variables for different flow scopes For now, however, the start instruction is implicitly a \"startBeforeElement\" instructioninthashCode()voidsetElementId(String elementId) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ELEMENT_ID
- See Also:
-
-
Constructor Details
-
ProcessInstanceCreationStartInstruction
public ProcessInstanceCreationStartInstruction()
-
-
Method Details
-
elementId
-
getElementId
Future extensions might include: - different types of start instructions - ability to set local variables for different flow scopes For now, however, the start instruction is implicitly a \"startBeforeElement\" instruction- Returns:
- elementId
-
setElementId
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-