public class MediaUploadDoneRequest extends AbstractBceRequest
| Constructor and Description |
|---|
MediaUploadDoneRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getEtags() |
String |
getSessionKey() |
boolean |
isAutoExtractCover() |
boolean |
isMultipartUpload() |
void |
setAutoExtractCover(boolean autoExtractCover) |
void |
setEtags(List<String> etags) |
void |
setMultipartUpload(boolean multipartUpload) |
void |
setSessionKey(String sessionKey) |
AbstractBceRequest |
withRequestCredentials(BceCredentials credentials) |
getRequestCredentials, setRequestCredentialspublic boolean isAutoExtractCover()
public void setAutoExtractCover(boolean autoExtractCover)
public boolean isMultipartUpload()
public void setMultipartUpload(boolean multipartUpload)
public String getSessionKey()
public void setSessionKey(String sessionKey)
public AbstractBceRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2024. All rights reserved.