Uses of Class
net.webpdf.wsclient.openapi.OperationReplyToAnnotation
-
Packages that use OperationReplyToAnnotation Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationReplyToAnnotation in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationReplyToAnnotation Modifier and Type Method Description OperationReplyToAnnotationOperationReplyToAnnotation. comment(String comment)OperationReplyToAnnotationOperationReplyToAnnotation. creator(String creator)OperationReplyToAnnotationOperationReplyToAnnotation. name(String name)OperationReplyToAnnotationOperationReplyToAnnotation. page(Integer page)OperationReplyToAnnotationOperationReplyToAnnotation. replyTo(String replyTo)OperationReplyToAnnotationOperationReplyToAnnotation. subject(String subject)Methods in net.webpdf.wsclient.openapi that return types with arguments of type OperationReplyToAnnotation Modifier and Type Method Description @Nullable List<OperationReplyToAnnotation>OperationAddComment. getReplyTo()Get replyToMethods in net.webpdf.wsclient.openapi with parameters of type OperationReplyToAnnotation Modifier and Type Method Description OperationAddCommentOperationAddComment. addReplyToItem(OperationReplyToAnnotation replyToItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type OperationReplyToAnnotation Modifier and Type Method Description OperationAddCommentOperationAddComment. replyTo(List<OperationReplyToAnnotation> replyTo)voidOperationAddComment. setReplyTo(List<OperationReplyToAnnotation> replyTo)
-