Class SetAssetAttributesRequest
Object
SetAssetAttributesRequest
- All Implemented Interfaces:
Serializable
The properties of the asset attributes to be set.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanRequired. The ID of the asset this attribute should belong to.The ID of the attribute type for the new attribute.The public ID of the attribute type for the new attribute.Required. The values for the new attribute.inthashCode()voidsetAssetId(UUID assetId) Required. The ID of the asset this attribute should belong to.voidThe ID of the attribute type for the new attribute.voidsetTypePublicId(String typePublicId) The public ID of the attribute type for the new attribute.voidDeprecated.This method will removed in the next major release.voidRequired. The values for the new attribute.toString()
-
Constructor Details
-
SetAssetAttributesRequest
public SetAssetAttributesRequest()
-
-
Method Details
-
setValue
Deprecated.This method will removed in the next major release. Please usesetValues(List) -
builder
-
getAssetId
Required. The ID of the asset this attribute should belong to. -
getTypeId
The ID of the attribute type for the new attribute. -
getTypePublicId
The public ID of the attribute type for the new attribute. -
getValues
Required. The values for the new attribute. -
setAssetId
Required. The ID of the asset this attribute should belong to. -
setTypeId
The ID of the attribute type for the new attribute. -
setTypePublicId
The public ID of the attribute type for the new attribute. -
setValues
Required. The values for the new attribute. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-