Class GetObjectRetentionRequest

    • Constructor Detail

      • GetObjectRetentionRequest

        public GetObjectRetentionRequest​(java.lang.String bucketName,
                                         java.lang.String key)
    • Method Detail

      • getQueryParams

        public java.util.Map<java.lang.String,​java.lang.String> getQueryParams()
        Description copied from class: ObjectRequest
        Override to return the request-specific query parameters based on properties of the request. Do NOT include the subresource in this map; it will be inserted automatically. Note this implementation uses a TreeSet, which will sort the parameters by name. This is done to make URLs consistent for testing and should not change the semantics of any request.
        Overrides:
        getQueryParams in class ObjectRequest
      • getVersionId

        public java.lang.String getVersionId()
      • setVersionId

        public void setVersionId​(java.lang.String versionId)