public class AntApi
extends java.lang.Object
| Constructor and Description |
|---|
AntApi() |
| Modifier and Type | Method and Description |
|---|---|
AddCollaboratorResponse |
AddAnnotationCollaborator(java.lang.String userId,
java.lang.String fileId,
ReviewerInfo body) |
CreateAnnotationResponse |
CreateAnnotation(java.lang.String userId,
java.lang.String fileId,
AnnotationInfo body) |
AddReplyResponse |
CreateAnnotationReply(java.lang.String userId,
java.lang.String annotationId,
AnnotationReplyInfo body) |
DeleteAnnotationResponse |
DeleteAnnotation(java.lang.String userId,
java.lang.String annotationId) |
DeleteReplyResponse |
DeleteAnnotationReply(java.lang.String userId,
java.lang.String replyGuid) |
DeleteDocumentAnnotationsResponse |
DeleteDocumentAnnotations(java.lang.String userId,
java.lang.String fileId) |
AddCollaboratorResponse |
DeleteDocumentReviewer(java.lang.String userId,
java.lang.String fileId,
java.lang.String reviewerId) |
EditReplyResponse |
EditAnnotationReply(java.lang.String userId,
java.lang.String replyGuid,
java.lang.String body) |
GetCollaboratorsResponse |
GetAnnotationCollaborators(java.lang.String userId,
java.lang.String fileId) |
java.lang.String |
getBasePath() |
ApiInvoker |
getInvoker() |
GetReviewerContactsResponse |
GetReviewerContacts(java.lang.String userId) |
GetSharedLinkAccessRightsResponse |
GetSharedLinkAccessRights(java.lang.String userId,
java.lang.String fileId) |
ListRepliesResponse |
ListAnnotationReplies(java.lang.String userId,
java.lang.String annotationId,
java.lang.Long after) |
ListAnnotationsResponse |
ListAnnotations(java.lang.String userId,
java.lang.String fileId) |
MoveAnnotationResponse |
MoveAnnotation(java.lang.String userId,
java.lang.String annotationId,
Point body) |
MoveAnnotationResponse |
MoveAnnotationMarker(java.lang.String userId,
java.lang.String annotationId,
MarkerPosition body) |
ResizeAnnotationResponse |
ResizeAnnotation(java.lang.String userId,
java.lang.String annotationId,
AnnotationSizeInfo body) |
SaveAnnotationTextResponse |
SaveTextField(java.lang.String userId,
java.lang.String annotationId,
TextFieldInfo body) |
SetAnnotationAccessResponse |
SetAnnotationAccess(java.lang.String userId,
java.lang.String annotationId,
java.lang.Integer body) |
SetCollaboratorsResponse |
SetAnnotationCollaborators(java.lang.String userId,
java.lang.String fileId,
java.lang.String version,
java.util.List<java.lang.String> body) |
void |
setBasePath(java.lang.String basePath) |
GetReviewerContactsResponse |
SetReviewerContacts(java.lang.String userId,
java.util.List<ReviewerContactInfo> body) |
SetReviewerRightsResponse |
SetReviewerRights(java.lang.String userId,
java.lang.String fileId,
java.util.List<ReviewerInfo> body) |
SetSessionCallbackUrlResponse |
SetSessionCallbackUrl(java.lang.String userId,
java.lang.String fileId,
java.lang.String body) |
SetSharedLinkAccessRightsResponse |
SetSharedLinkAccessRights(java.lang.String userId,
java.lang.String fileId,
java.lang.String body) |
SaveAnnotationTextResponse |
SetTextFieldColor(java.lang.String userId,
java.lang.String annotationId,
java.lang.Integer body) |
public ApiInvoker getInvoker()
public void setBasePath(java.lang.String basePath)
public java.lang.String getBasePath()
public CreateAnnotationResponse CreateAnnotation(java.lang.String userId, java.lang.String fileId, AnnotationInfo body) throws ApiException
ApiExceptionpublic ListAnnotationsResponse ListAnnotations(java.lang.String userId, java.lang.String fileId) throws ApiException
ApiExceptionpublic DeleteAnnotationResponse DeleteAnnotation(java.lang.String userId, java.lang.String annotationId) throws ApiException
ApiExceptionpublic DeleteDocumentAnnotationsResponse DeleteDocumentAnnotations(java.lang.String userId, java.lang.String fileId) throws ApiException
ApiExceptionpublic AddReplyResponse CreateAnnotationReply(java.lang.String userId, java.lang.String annotationId, AnnotationReplyInfo body) throws ApiException
ApiExceptionpublic EditReplyResponse EditAnnotationReply(java.lang.String userId, java.lang.String replyGuid, java.lang.String body) throws ApiException
ApiExceptionpublic DeleteReplyResponse DeleteAnnotationReply(java.lang.String userId, java.lang.String replyGuid) throws ApiException
ApiExceptionpublic ListRepliesResponse ListAnnotationReplies(java.lang.String userId, java.lang.String annotationId, java.lang.Long after) throws ApiException
ApiExceptionpublic SetCollaboratorsResponse SetAnnotationCollaborators(java.lang.String userId, java.lang.String fileId, java.lang.String version, java.util.List<java.lang.String> body) throws ApiException
ApiExceptionpublic GetCollaboratorsResponse GetAnnotationCollaborators(java.lang.String userId, java.lang.String fileId) throws ApiException
ApiExceptionpublic AddCollaboratorResponse AddAnnotationCollaborator(java.lang.String userId, java.lang.String fileId, ReviewerInfo body) throws ApiException
ApiExceptionpublic AddCollaboratorResponse DeleteDocumentReviewer(java.lang.String userId, java.lang.String fileId, java.lang.String reviewerId) throws ApiException
ApiExceptionpublic GetReviewerContactsResponse GetReviewerContacts(java.lang.String userId) throws ApiException
ApiExceptionpublic GetReviewerContactsResponse SetReviewerContacts(java.lang.String userId, java.util.List<ReviewerContactInfo> body) throws ApiException
ApiExceptionpublic MoveAnnotationResponse MoveAnnotation(java.lang.String userId, java.lang.String annotationId, Point body) throws ApiException
ApiExceptionpublic ResizeAnnotationResponse ResizeAnnotation(java.lang.String userId, java.lang.String annotationId, AnnotationSizeInfo body) throws ApiException
ApiExceptionpublic SetAnnotationAccessResponse SetAnnotationAccess(java.lang.String userId, java.lang.String annotationId, java.lang.Integer body) throws ApiException
ApiExceptionpublic MoveAnnotationResponse MoveAnnotationMarker(java.lang.String userId, java.lang.String annotationId, MarkerPosition body) throws ApiException
ApiExceptionpublic SetReviewerRightsResponse SetReviewerRights(java.lang.String userId, java.lang.String fileId, java.util.List<ReviewerInfo> body) throws ApiException
ApiExceptionpublic GetSharedLinkAccessRightsResponse GetSharedLinkAccessRights(java.lang.String userId, java.lang.String fileId) throws ApiException
ApiExceptionpublic SetSharedLinkAccessRightsResponse SetSharedLinkAccessRights(java.lang.String userId, java.lang.String fileId, java.lang.String body) throws ApiException
ApiExceptionpublic SetSessionCallbackUrlResponse SetSessionCallbackUrl(java.lang.String userId, java.lang.String fileId, java.lang.String body) throws ApiException
ApiExceptionpublic SaveAnnotationTextResponse SaveTextField(java.lang.String userId, java.lang.String annotationId, TextFieldInfo body) throws ApiException
ApiExceptionpublic SaveAnnotationTextResponse SetTextFieldColor(java.lang.String userId, java.lang.String annotationId, java.lang.Integer body) throws ApiException
ApiExceptionCopyright © 2015 GroupDocs. All Rights Reserved.