Class SetAssetTagsRequest
Object
SetAssetTagsRequest
- All Implemented Interfaces:
Serializable
The tags to be set on given asset.
If tag with given names does not exists, it will be created.
If there are any orphan tags after this request is performed (tags that don't belong to any asset) then those tags will be removed.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SetAssetTagsRequest.Builderbuilder()protected booleanbooleanRequired. The ID of the asset.Required. The names of the tags to be applied on given asset.inthashCode()voidsetAssetId(UUID assetId) Required. The ID of the asset.voidsetTagNames(List<String> tagNames) Required. The names of the tags to be applied on given asset.toString()
-
Constructor Details
-
SetAssetTagsRequest
public SetAssetTagsRequest()
-
-
Method Details
-
builder
-
getAssetId
Required. The ID of the asset. -
getTagNames
Required. The names of the tags to be applied on given asset. -
setAssetId
Required. The ID of the asset. -
setTagNames
Required. The names of the tags to be applied on given asset. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-