Class SetAssetResponsibilitiesRequest
Object
SetAssetResponsibilitiesRequest
- All Implemented Interfaces:
Serializable
The properties of the asset responsibilities to be set.
Existing responsibilities for given asset and of given role are replaced by relations presented in this request.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanRequired. The ID of the asset.Required. The IDs of the owners.Required. The ID of the role for the responsibilities to be set.inthashCode()voidsetAssetId(UUID assetId) Required. The ID of the asset.voidsetOwnerIds(List<UUID> ownerIds) Required. The IDs of the owners.voidRequired. The ID of the role for the responsibilities to be set.toString()
-
Constructor Details
-
SetAssetResponsibilitiesRequest
public SetAssetResponsibilitiesRequest()
-
-
Method Details
-
builder
-
getAssetId
Required. The ID of the asset. -
getRoleId
Required. The ID of the role for the responsibilities to be set. -
getOwnerIds
Required. The IDs of the owners. An owner is either user or group. -
setAssetId
Required. The ID of the asset. -
setRoleId
Required. The ID of the role for the responsibilities to be set. -
setOwnerIds
Required. The IDs of the owners. An owner is either user or group. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-