public class RegisterDocumentRequest extends AbstractBceRequest
| Constructor and Description |
|---|
RegisterDocumentRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccess()
get document access
|
String |
getFormat()
get document format
|
String |
getNotification()
get document notification
|
String |
getTargetType()
get document target type
|
String |
getTitle()
get document title
|
void |
setAccess(String access)
get document access
|
void |
setFormat(String format)
get document format
|
void |
setNotification(String notification)
get document notification
|
void |
setTargetType(String targetType)
get document target type
|
void |
setTitle(String title)
get document title
|
RegisterDocumentRequest |
withRequestCredentials(BceCredentials credentials)
set request credentials
|
getRequestCredentials, setRequestCredentialspublic RegisterDocumentRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - request credential.public String getFormat()
public void setFormat(String format)
format - the document formatpublic String getNotification()
public void setNotification(String notification)
notification - the document notificationpublic String getTitle()
public void setTitle(String title)
title - the document titlepublic String getAccess()
public void setAccess(String access)
access - the document accesspublic String getTargetType()
public void setTargetType(String targetType)
targetType - the document target typeCopyright © 2023. All rights reserved.