Class ChangeDomainTypeAssignmentRuleRequest
Object
ChangeDomainTypeAssignmentRuleRequest
- All Implemented Interfaces:
Serializable
The properties of the domain type assignment rule to be changed.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe ID of the community the assignment rule should apply for.Required. The ID of the domain type the changed rule should refer to.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.Required. The ID of the workflow definition containing the assignment rule to be changed.inthashCode()voidsetCommunityId(UUID communityId) The ID of the community the assignment rule should apply for.voidsetDomainTypeId(UUID domainTypeId) Required. The ID of the domain type the changed rule should refer to.voidsetExactResourceTypeMatch(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.voidRequired. The ID of the domain type assignment rule.voidsetWorkflowDefinitionId(UUID workflowDefinitionId) Required. The ID of the workflow definition containing the assignment rule to be changed.toString()
-
Constructor Details
-
ChangeDomainTypeAssignmentRuleRequest
public ChangeDomainTypeAssignmentRuleRequest()
-
-
Method Details
-
builder
-
getWorkflowDefinitionId
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. -
getRuleId
Required. The ID of the domain type assignment rule. Silently ignored if the ID is provided as path parameter of the request. -
getDomainTypeId
Required. The ID of the domain type the changed rule should refer to. -
getCommunityId
The ID of the community the assignment rule should apply for. -
getExactResourceTypeMatch
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. -
setWorkflowDefinitionId
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. -
setRuleId
Required. The ID of the domain type assignment rule. Silently ignored if the ID is provided as path parameter of the request. -
setDomainTypeId
Required. The ID of the domain type the changed rule should refer to. -
setCommunityId
The ID of the community the assignment rule should apply for. -
setExactResourceTypeMatch
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. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-