Class AddDomainTypeAssignmentRuleRequest.Builder
Object
Builder
- Enclosing class:
AddDomainTypeAssignmentRuleRequest
-
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 added 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.toString()workflowDefinitionId(UUID workflowDefinitionId) Required. The ID of the workflow definition containing the assignment rule to be added.
-
Method Details
-
but
Deprecated.This method will be removed in the future. Please, useAddDomainTypeAssignmentRuleRequest.builder()Clone method for this Builder. -
workflowDefinitionId
Required. The ID of the workflow definition containing the assignment rule to be added.- Returns:
this.
-
domainTypeId
Required. The ID of the domain type the added rule should refer to.- Returns:
this.
-
communityId
The ID of the community the assignment rule should apply for.- Returns:
this.
-
exactResourceTypeMatch
public AddDomainTypeAssignmentRuleRequest.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
-