Uses of Class
com.exoscale.sdk.model.EnumSortOrder
-
Packages that use EnumSortOrder Package Description com.exoscale.sdk.model -
-
Uses of EnumSortOrder in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return EnumSortOrder Modifier and Type Method Description static EnumSortOrder
EnumSortOrder. fromValue(String value)
EnumSortOrder
GetDbaasServiceLogsRequest. getSortOrder()
Get sortOrderstatic EnumSortOrder
EnumSortOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static EnumSortOrder[]
EnumSortOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.exoscale.sdk.model with parameters of type EnumSortOrder Modifier and Type Method Description void
GetDbaasServiceLogsRequest. setSortOrder(EnumSortOrder sortOrder)
GetDbaasServiceLogsRequest
GetDbaasServiceLogsRequest. sortOrder(EnumSortOrder sortOrder)
-