public class CreateDocumentRequest extends AbstractBceRequest
| Constructor and Description |
|---|
CreateDocumentRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccess() |
File |
getFile() |
String |
getFormat() |
String |
getNotification() |
String |
getTargetType() |
String |
getTitle() |
void |
setAccess(String access) |
void |
setFile(File file) |
void |
setFormat(String format) |
void |
setNotification(String notification) |
void |
setTargetType(String targetType) |
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)
public String getAccess()
public void setAccess(String access)
public String getTargetType()
public void setTargetType(String targetType)
Copyright © 2021. All rights reserved.