Class AddAssetTypeAssignmentRuleRequest.Builder
Object
Builder
- Enclosing class:
AddAssetTypeAssignmentRuleRequest
-
Method Summary
Modifier and TypeMethodDescriptionassetTypeId(UUID assetTypeId) Required. The ID of the asset type the added rule should refer to.build()but()Deprecated.This method will be removed in the future.communityId(UUID communityId) The ID of the community the assignment rule should apply for.The ID of the domain the assignment rule should apply for.exactResourceTypeMatch(boolean exactResourceTypeMatch) When true, the workflow can only be started for an asset if its type matches exactly the asset type defined in this rule.The ID of the status the assignment rule should apply for.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, useAddAssetTypeAssignmentRuleRequest.builder()Clone method for this Builder. -
workflowDefinitionId
Required. The ID of the workflow definition containing the assignment rule to be added.- Returns:
this.
-
assetTypeId
Required. The ID of the asset type the added rule should refer to.- Returns:
this.
-
domainId
The ID of the domain the assignment rule should apply for.- Returns:
this.
-
communityId
The ID of the community the assignment rule should apply for.- Returns:
this.
-
statusId
The ID of the status the assignment rule should apply for.- Returns:
this.
-
exactResourceTypeMatch
public AddAssetTypeAssignmentRuleRequest.Builder exactResourceTypeMatch(boolean exactResourceTypeMatch) When true, the workflow can only be started for an asset if its type matches exactly the asset type defined in this rule. Child asset types are excluded.- Returns:
this.
-
build
-
toString
-