Uses of Class
net.webpdf.wsclient.openapi.OperationReplyStateAnnotation
-
Packages that use OperationReplyStateAnnotation Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationReplyStateAnnotation in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationReplyStateAnnotation Modifier and Type Method Description OperationReplyStateAnnotationOperationReplyStateAnnotation. creator(String creator)OperationReplyStateAnnotationOperationReplyStateAnnotation. name(String name)OperationReplyStateAnnotationOperationReplyStateAnnotation. page(Integer page)OperationReplyStateAnnotationOperationReplyStateAnnotation. replyState(OperationReplyStateAnnotation.ReplyStateEnum replyState)OperationReplyStateAnnotationOperationReplyStateAnnotation. replyTo(String replyTo)OperationReplyStateAnnotationOperationReplyStateAnnotation. subject(String subject)Methods in net.webpdf.wsclient.openapi that return types with arguments of type OperationReplyStateAnnotation Modifier and Type Method Description @Nullable List<OperationReplyStateAnnotation>OperationAddComment. getChangeAnnotationState()Get changeAnnotationStateMethods in net.webpdf.wsclient.openapi with parameters of type OperationReplyStateAnnotation Modifier and Type Method Description OperationAddCommentOperationAddComment. addChangeAnnotationStateItem(OperationReplyStateAnnotation changeAnnotationStateItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type OperationReplyStateAnnotation Modifier and Type Method Description OperationAddCommentOperationAddComment. changeAnnotationState(List<OperationReplyStateAnnotation> changeAnnotationState)voidOperationAddComment. setChangeAnnotationState(List<OperationReplyStateAnnotation> changeAnnotationState)
-