Uses of Class
net.webpdf.wsclient.openapi.OperationReplyStateAnnotation.ReplyStateEnum
-
Packages that use OperationReplyStateAnnotation.ReplyStateEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationReplyStateAnnotation.ReplyStateEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationReplyStateAnnotation.ReplyStateEnum Modifier and Type Method Description static OperationReplyStateAnnotation.ReplyStateEnumOperationReplyStateAnnotation.ReplyStateEnum. fromValue(String value)@Nullable OperationReplyStateAnnotation.ReplyStateEnumOperationReplyStateAnnotation. getReplyState()Adds a mark for further processing suggestions/instructions to a commenting annotationstatic OperationReplyStateAnnotation.ReplyStateEnumOperationReplyStateAnnotation.ReplyStateEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationReplyStateAnnotation.ReplyStateEnum[]OperationReplyStateAnnotation.ReplyStateEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi with parameters of type OperationReplyStateAnnotation.ReplyStateEnum Modifier and Type Method Description OperationReplyStateAnnotationOperationReplyStateAnnotation. replyState(OperationReplyStateAnnotation.ReplyStateEnum replyState)voidOperationReplyStateAnnotation. setReplyState(OperationReplyStateAnnotation.ReplyStateEnum replyState)
-