public class StorageRemoveRequest extends StorageObjectRequest
Constructor and Description |
---|
StorageRemoveRequest(Integer tenantId,
String type,
String guid,
DigestType digestAlgorithm,
String digestHashBase16)
Initialize the needed parameters for delete requests of an object.
|
Modifier and Type | Method and Description |
---|---|
DigestType |
getDigestAlgorithm() |
String |
getDigestHashBase16() |
getGuid, toString
getTenantId, getType
public StorageRemoveRequest(Integer tenantId, String type, String guid, DigestType digestAlgorithm, String digestHashBase16)
tenantId
- request tenantIdtype
- the typeguid
- the object guiddigestAlgorithm
- the digest algorithmdigestHashBase16
- the digestpublic DigestType getDigestAlgorithm()
public String getDigestHashBase16()
Copyright © 2018 Vitam. All rights reserved.