public class RegisterDocumentRequest extends AbstractBceRequest
| Constructor and Description |
|---|
RegisterDocumentRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccess() |
String |
getFormat() |
String |
getNotification() |
String |
getTitle() |
void |
setAccess(String access) |
void |
setFormat(String format) |
void |
setNotification(String notification) |
void |
setTitle(String title) |
RegisterDocumentRequest |
withRequestCredentials(BceCredentials credentials) |
getRequestCredentials, setRequestCredentialspublic RegisterDocumentRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestpublic 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)
Copyright © 2016. All rights reserved.