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