Class RemoveAssetTagsRequest
Object
RemoveAssetTagsRequest
- All Implemented Interfaces:
Serializable
The tags to be removed from given asset.
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 TypeMethodDescriptionbuilder()protected booleanbooleanRequired. The ID of the asset.Required. The names of the tags to be removed from given asset.inthashCode()voidsetAssetId(UUID assetId) Required. The ID of the asset.voidsetTagNames(List<String> tagNames) Required. The names of the tags to be removed from given asset.toString()
-
Constructor Details
-
RemoveAssetTagsRequest
public RemoveAssetTagsRequest()
-
-
Method Details
-
builder
-
getAssetId
Required. The ID of the asset. -
getTagNames
Required. The names of the tags to be removed from given asset. -
setAssetId
Required. The ID of the asset. -
setTagNames
Required. The names of the tags to be removed from given asset. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-