Uses of Class
net.webpdf.wsclient.openapi.OperationSelectionAnnotation
-
Packages that use OperationSelectionAnnotation Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationSelectionAnnotation in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationSelectionAnnotation Modifier and Type Method Description OperationSelectionAnnotationOperationSelectionAnnotation. objectKey(OperationObjectKeySelectionAnnotation objectKey)OperationSelectionAnnotationOperationSelectionAnnotation. page(Integer page)OperationSelectionAnnotationOperationSelectionAnnotation. position(OperationRectangle position)Methods in net.webpdf.wsclient.openapi that return types with arguments of type OperationSelectionAnnotation Modifier and Type Method Description @Nullable List<OperationSelectionAnnotation>OperationSelectionEdit. getSelect()Get select@Nullable List<OperationSelectionAnnotation>OperationSelectionRemove. getSelect()Get selectMethods in net.webpdf.wsclient.openapi with parameters of type OperationSelectionAnnotation Modifier and Type Method Description OperationSelectionEditOperationSelectionEdit. addSelectItem(OperationSelectionAnnotation selectItem)OperationSelectionRemoveOperationSelectionRemove. addSelectItem(OperationSelectionAnnotation selectItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type OperationSelectionAnnotation Modifier and Type Method Description OperationSelectionEditOperationSelectionEdit. select(List<OperationSelectionAnnotation> select)OperationSelectionRemoveOperationSelectionRemove. select(List<OperationSelectionAnnotation> select)voidOperationSelectionEdit. setSelect(List<OperationSelectionAnnotation> select)voidOperationSelectionRemove. setSelect(List<OperationSelectionAnnotation> select)
-