Uses of Class
net.webpdf.wsclient.openapi.OperationSelectionAttachment.ContextEnum
-
Packages that use OperationSelectionAttachment.ContextEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationSelectionAttachment.ContextEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationSelectionAttachment.ContextEnum Modifier and Type Method Description static OperationSelectionAttachment.ContextEnumOperationSelectionAttachment.ContextEnum. fromValue(String value)@Nullable OperationSelectionAttachment.ContextEnumOperationSelectionAttachment. getContext()Level to which the selection appliesstatic OperationSelectionAttachment.ContextEnumOperationSelectionAttachment.ContextEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationSelectionAttachment.ContextEnum[]OperationSelectionAttachment.ContextEnum. 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 OperationSelectionAttachment.ContextEnum Modifier and Type Method Description OperationSelectionAttachmentOperationSelectionAttachment. context(OperationSelectionAttachment.ContextEnum context)voidOperationSelectionAttachment. setContext(OperationSelectionAttachment.ContextEnum context)
-