Package io.camunda.client.protocol.rest
Class AdHocSubProcessActivateActivityReference
java.lang.Object
io.camunda.client.protocol.rest.AdHocSubProcessActivateActivityReference
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-04T12:01:10.435788262Z[GMT]",
comments="Generator version: 7.12.0")
public class AdHocSubProcessActivateActivityReference
extends Object
AdHocSubProcessActivateActivityReference
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe ID of the element that should be activated.inthashCode()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
-
AdHocSubProcessActivateActivityReference
public AdHocSubProcessActivateActivityReference()
-
-
Method Details
-
elementId
-
getElementId
The ID of the element that should be activated.- 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
-