Package com.pkgrove.pkgrovekit.storage
Class PutOptions
-
- All Implemented Interfaces:
public final class PutOptions
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcontentTypeprivate final Checksumchecksumprivate final WriteConditionconditionprivate final Map<String, String>userMetadata
-
Constructor Summary
Constructors Constructor Description PutOptions(String contentType, Checksum checksum, WriteCondition condition, Map<String, String> userMetadata)
-
Method Summary
Modifier and Type Method Description final StringgetContentType()final ChecksumgetChecksum()Verified on write; see ObjectStore.put. final WriteConditiongetCondition()final Map<String, String>getUserMetadata()-
-
Method Detail
-
getContentType
final String getContentType()
-
getChecksum
final Checksum getChecksum()
Verified on write; see ObjectStore.put.
-
getCondition
final WriteCondition getCondition()
-
getUserMetadata
final Map<String, String> getUserMetadata()
-
-
-
-