public class CreateDocumentFromBosRequest extends AbstractBceRequest
| Constructor and Description |
|---|
CreateDocumentFromBosRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBucket() |
String |
getFormat() |
String |
getNotification() |
String |
getObject() |
String |
getTitle() |
void |
setBucket(String bucket) |
void |
setFormat(String format) |
void |
setNotification(String notification) |
void |
setObject(String object) |
void |
setTitle(String title) |
CreateDocumentFromBosRequest |
withRequestCredentials(BceCredentials credentials) |
getRequestCredentials, setRequestCredentialspublic CreateDocumentFromBosRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestpublic String getBucket()
public void setBucket(String bucket)
public String getObject()
public void setObject(String object)
public String getFormat()
public void setFormat(String format)
public String getNotification()
public void setNotification(String notification)
public String getTitle()
public void setTitle(String title)
Copyright © 2016. All rights reserved.