Uses of Class
net.webpdf.wsclient.openapi.OperationTextAnnotation.IconEnum
-
Packages that use OperationTextAnnotation.IconEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationTextAnnotation.IconEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationTextAnnotation.IconEnum Modifier and Type Method Description static OperationTextAnnotation.IconEnumOperationTextAnnotation.IconEnum. fromValue(String value)@Nullable OperationTextAnnotation.IconEnumOperationTextAnnotation. getIcon()Used to specify the icon that should be displayed for the note on the page.static OperationTextAnnotation.IconEnumOperationTextAnnotation.IconEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationTextAnnotation.IconEnum[]OperationTextAnnotation.IconEnum. 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 OperationTextAnnotation.IconEnum Modifier and Type Method Description OperationTextAnnotationOperationTextAnnotation. icon(OperationTextAnnotation.IconEnum icon)voidOperationTextAnnotation. setIcon(OperationTextAnnotation.IconEnum icon)
-