|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.baidubce.model.AbstractBceRequest
com.baidubce.services.doc.model.RegisterDocumentRequest
public class RegisterDocumentRequest
RegisterDocumentRequest class used to register document request send to API server.
Constructor Summary | |
---|---|
RegisterDocumentRequest()
|
Method Summary | |
---|---|
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 |
Methods inherited from class com.baidubce.model.AbstractBceRequest |
---|
getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegisterDocumentRequest()
Method Detail |
---|
public RegisterDocumentRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials
in class AbstractBceRequest
credentials
- 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 type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |