Class AddAssignmentRequest
Object
AddAssignmentRequest
- All Implemented Interfaces:
Serializable
The properties of the assignment to be added.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AddAssignmentRequest.Builder
builder()
protected boolean
boolean
The articulation rule definitions.Required. The ID of the asset type corresponding to the assignment.The list of characteristic types to be assigned, along with their assignment modalities.Deprecated.The list of data quality rule IDs will be removed from the next major release.Deprecated.The list of IDs of the domain types.getId()
The ID of the new assignment.The ID of the scope the assignment corresponds to.Required. 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
setAssetTypeId
(UUID assetTypeId) Required. The ID of the asset type corresponding to the assignment.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 from the next major release.void
setDefaultStatusId
(UUID defaultStatusId) Deprecated.void
setDomainTypeIds
(List<UUID> domainTypeIds) The list of IDs of the domain types.void
The ID of the new assignment.void
setScopeId
(UUID scopeId) The ID of the scope the assignment corresponds to.void
setStatusIds
(List<UUID> statusIds) Required. The list of IDs of the statuses.void
setValidationRuleIds
(List<UUID> validationRuleIds) The list of IDs of the validation rules.toString()
-
Constructor Details
-
AddAssignmentRequest
public AddAssignmentRequest()
-
-
Method Details
-
builder
-
getId
The ID of the new assignment. -
getAssetTypeId
Required. The ID of the asset type corresponding to the assignment. -
getStatusIds
Required. 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 from the next major release.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
The ID of the scope the assignment corresponds to. -
setId
The ID of the new assignment. -
setAssetTypeId
Required. The ID of the asset type corresponding to the assignment. -
setStatusIds
Required. 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 from the next major release.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
The ID of the scope the assignment corresponds to. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-