Class ChangeAssignmentRequest
Object
ChangeAssignmentRequest
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
The articulation rule definitions.Required. The ID of the assignment to change.The list of characteristic types to be assigned, along with their assignment modalities.Deprecated.The list of data quality rule IDs will be removed in the future.Deprecated.The list of IDs of the domain types.Deprecated.The ID of the scope is ignored, and will be removed in the future.The list of IDs of the statuses.The list of IDs of the validation rules.int
hashCode()
void
setArticulationRules
(List<ArticulationRuleRequest> articulationRules) The articulation rule definitions.void
setAssignmentId
(UUID assignmentId) Required. The ID of the assignment to change.void
setCharacteristicTypes
(List<CharacteristicTypeAssignmentReference> characteristicTypes) The list of characteristic types to be assigned, along with their assignment modalities.void
setDataQualityRuleIds
(List<UUID> dataQualityRuleIds) Deprecated.The list of data quality rule IDs will be removed in the future.void
setDefaultStatusId
(UUID defaultStatusId) Deprecated.void
setDomainTypeIds
(List<UUID> domainTypeIds) The list of IDs of the domain types.void
setScopeId
(UUID scopeId) Deprecated.The ID of the scope is ignored, and will be removed in the future.void
setStatusIds
(List<UUID> statusIds) The list of IDs of the statuses.void
setValidationRuleIds
(List<UUID> validationRuleIds) The list of IDs of the validation rules.toString()
-
Constructor Details
-
ChangeAssignmentRequest
public ChangeAssignmentRequest()
-
-
Method Details
-
builder
-
getAssignmentId
Required. The ID of the assignment to change. -
getStatusIds
The list of IDs of the statuses. The first element in the list is used as default status id. -
getCharacteristicTypes
The list of characteristic types to be assigned, along with their assignment modalities. -
getArticulationRules
The articulation rule definitions. -
getValidationRuleIds
The list of IDs of the validation rules. -
getDataQualityRuleIds
Deprecated.The list of data quality rule IDs will be removed in the future.The list of IDs of the data quality rules. -
getDomainTypeIds
The list of IDs of the domain types. -
getDefaultStatusId
Deprecated.The ID of the default status for the asset type. This property will be ignored. The default status is the first status in the list of assigned statuses of the assignment. -
getScopeId
Deprecated.The ID of the scope is ignored, and will be removed in the future.The ID of the scope the assignment corresponds to. -
setAssignmentId
Required. The ID of the assignment to change. -
setStatusIds
The list of IDs of the statuses. The first element in the list is used as default status id. -
setCharacteristicTypes
The list of characteristic types to be assigned, along with their assignment modalities. -
setArticulationRules
The articulation rule definitions. -
setValidationRuleIds
The list of IDs of the validation rules. -
setDataQualityRuleIds
Deprecated.The list of data quality rule IDs will be removed in the future.The list of IDs of the data quality rules. -
setDomainTypeIds
The list of IDs of the domain types. -
setDefaultStatusId
Deprecated.The ID of the default status for the asset type. This property will be ignored. The default status is the first status in the list of assigned statuses of the assignment. -
setScopeId
Deprecated.The ID of the scope is ignored, and will be removed in the future.The ID of the scope the assignment corresponds to. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-