Class SetAssetAttributesRequest.Builder
Object
Builder
- Enclosing class:
SetAssetAttributesRequest
-
Method Summary
Modifier and TypeMethodDescriptionRequired. The ID of the asset this attribute should belong to.build()but()Deprecated.This method will be removed in the future.toString()The ID of the attribute type for the new attribute.typePublicId(String typePublicId) The public ID of the attribute type for the new attribute.Required. The values for the new attribute.
-
Method Details
-
but
Deprecated.This method will be removed in the future. Please, useSetAssetAttributesRequest.builder()Clone method for this Builder. -
assetId
Required. The ID of the asset this attribute should belong to.- Returns:
this.
-
typeId
The ID of the attribute type for the new attribute.- Returns:
this.
-
typePublicId
The public ID of the attribute type for the new attribute.- Returns:
this.
-
values
Required. The values for the new attribute.- Returns:
this.
-
build
-
toString
-