Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateCommentRequest.Builder,CreateCommentRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateCommentRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateCommentRequest.Builder,CreateCommentRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateCommentRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
authenticationToken() |
Amazon WorkDocs authentication token.
|
static CreateCommentRequest.Builder |
builder() |
|
String |
documentId() |
The ID of the document.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Boolean |
notifyCollaborators() |
Set this parameter to TRUE to send an email out to the document collaborators after the comment is created.
|
String |
parentId() |
The ID of the parent comment.
|
static Class<? extends CreateCommentRequest.Builder> |
serializableBuilderClass() |
|
String |
text() |
The text of the comment.
|
String |
threadId() |
The ID of the root comment in the thread.
|
CreateCommentRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
versionId() |
The ID of the document version.
|
String |
visibility() |
The visibility of the comment.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String authenticationToken()
Amazon WorkDocs authentication token. This field should not be set when using administrative API actions, as in accessing the API using AWS credentials.
public String documentId()
The ID of the document.
public String versionId()
The ID of the document version.
public String parentId()
The ID of the parent comment.
public String threadId()
The ID of the root comment in the thread.
public String text()
The text of the comment.
public String visibility()
The visibility of the comment. Options are either PRIVATE, where the comment is visible only to the comment author and document owner and co-owners, or PUBLIC, where the comment is visible to document owners, co-owners, and contributors.
CommentVisibilityType
public Boolean notifyCollaborators()
Set this parameter to TRUE to send an email out to the document collaborators after the comment is created.
public CreateCommentRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateCommentRequest.Builder,CreateCommentRequest>
public static CreateCommentRequest.Builder builder()
public static Class<? extends CreateCommentRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.