Class AddDomainTypeAssignmentRuleRequest
Object
AddDomainTypeAssignmentRuleRequest
- All Implemented Interfaces:
Serializable
The properties of the domain type assignment rule to be added.
- See Also:
-
Nested Class Summary
Nested Classes -
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 added rule should refer to.Required. The ID of the workflow definition containing the assignment rule to be added.inthashCode()booleanWhen true, the workflow can only be started for a domain if its type matches exactly the domain type defined in this rule.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 added 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.voidsetWorkflowDefinitionId(UUID workflowDefinitionId) Required. The ID of the workflow definition containing the assignment rule to be added.toString()
-
Constructor Details
-
AddDomainTypeAssignmentRuleRequest
public AddDomainTypeAssignmentRuleRequest()
-
-
Method Details
-
builder
-
getWorkflowDefinitionId
Required. The ID of the workflow definition containing the assignment rule to be added. -
getDomainTypeId
Required. The ID of the domain type the added rule should refer to. -
getCommunityId
The ID of the community the assignment rule should apply for. -
isExactResourceTypeMatch
public boolean isExactResourceTypeMatch()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 added. -
setDomainTypeId
Required. The ID of the domain type the added rule should refer to. -
setCommunityId
The ID of the community the assignment rule should apply for. -
setExactResourceTypeMatch
public void setExactResourceTypeMatch(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. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-