Uses of Class
net.webpdf.wsclient.openapi.OperationItem.PathPositionEnum
-
Packages that use OperationItem.PathPositionEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationItem.PathPositionEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationItem.PathPositionEnum Modifier and Type Method Description static OperationItem.PathPositionEnumOperationItem.PathPositionEnum. fromValue(String value)@Nullable OperationItem.PathPositionEnumOperationItem. getPathPosition()Selects the position where the entry should be created.static OperationItem.PathPositionEnumOperationItem.PathPositionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationItem.PathPositionEnum[]OperationItem.PathPositionEnum. 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 OperationItem.PathPositionEnum Modifier and Type Method Description OperationItemOperationItem. pathPosition(OperationItem.PathPositionEnum pathPosition)voidOperationItem. setPathPosition(OperationItem.PathPositionEnum pathPosition)
-