Class ChangeDomainTypeAssignmentRuleRequest.Builder
Object
Builder
- Enclosing class:
ChangeDomainTypeAssignmentRuleRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()but()Deprecated.This method will be removed in the future.communityId(UUID communityId) The ID of the community the assignment rule should apply for.domainTypeId(UUID domainTypeId) Required. The ID of the domain type the changed rule should refer to.exactResourceTypeMatch(Boolean exactResourceTypeMatch) When true, the workflow can only be started for a domain if its type matches exactly the domain type defined in this rule.Required. The ID of the domain type assignment rule.toString()workflowDefinitionId(UUID workflowDefinitionId) Required. The ID of the workflow definition containing the assignment rule to be changed.
-
Method Details
-
but
Deprecated.This method will be removed in the future. Please, useChangeDomainTypeAssignmentRuleRequest.builder()Clone method for this Builder. -
workflowDefinitionId
public ChangeDomainTypeAssignmentRuleRequest.Builder workflowDefinitionId(UUID workflowDefinitionId) Required. The ID of the workflow definition containing the assignment rule to be changed. Silently ignored if the ID is provided as path parameter of the request.- Returns:
this.
-
ruleId
Required. The ID of the domain type assignment rule. Silently ignored if the ID is provided as path parameter of the request.- Returns:
this.
-
domainTypeId
Required. The ID of the domain type the changed rule should refer to.- Returns:
this.
-
communityId
The ID of the community the assignment rule should apply for.- Returns:
this.
-
exactResourceTypeMatch
public ChangeDomainTypeAssignmentRuleRequest.Builder exactResourceTypeMatch(Boolean exactResourceTypeMatch) When true, the workflow can only be started for a domain if its type matches exactly the domain type defined in this rule. Child domain types are excluded.- Returns:
this.
-
build
-
toString
-