public class CreateDocumentRequest extends AbstractBceRequest
| Constructor and Description |
|---|
CreateDocumentRequest() |
| Modifier and Type | Method and Description |
|---|---|
File |
getFile() |
String |
getFormat() |
String |
getNotification() |
String |
getTitle() |
void |
setFile(File file) |
void |
setFormat(String format) |
void |
setNotification(String notification) |
void |
setTitle(String title) |
CreateDocumentRequest |
withRequestCredentials(BceCredentials credentials) |
getRequestCredentials, setRequestCredentialspublic CreateDocumentRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestpublic File getFile()
public void setFile(File file)
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.