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.Builderbuilder()protected booleanbooleanThe 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.inthashCode()voidsetArticulationRules(List<ArticulationRuleRequest> articulationRules) The articulation rule definitions.voidsetAssetTypeId(UUID assetTypeId) Required. The ID of the asset type corresponding to the assignment.voidsetCharacteristicTypes(List<CharacteristicTypeAssignmentReference> characteristicTypes) The list of characteristic types to be assigned, along with their assignment modalities.voidsetDataQualityRuleIds(List<UUID> dataQualityRuleIds) Deprecated.The list of data quality rule IDs will be removed from the next major release.voidsetDefaultStatusId(UUID defaultStatusId) Deprecated.voidsetDomainTypeIds(List<UUID> domainTypeIds) The list of IDs of the domain types.voidThe ID of the new assignment.voidsetScopeId(UUID scopeId) The ID of the scope the assignment corresponds to.voidsetStatusIds(List<UUID> statusIds) Required. The list of IDs of the statuses.voidsetValidationRuleIds(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
-