Uses of Class
com.oracle.bmc.loganalytics.requests.ListSourceExtendedFieldDefinitionsRequest.SortBy
-
Packages that use ListSourceExtendedFieldDefinitionsRequest.SortBy Package Description com.oracle.bmc.loganalytics.requests -
-
Uses of ListSourceExtendedFieldDefinitionsRequest.SortBy in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListSourceExtendedFieldDefinitionsRequest.SortBy Modifier and Type Method Description static ListSourceExtendedFieldDefinitionsRequest.SortBy
ListSourceExtendedFieldDefinitionsRequest.SortBy. create(String key)
ListSourceExtendedFieldDefinitionsRequest.SortBy
ListSourceExtendedFieldDefinitionsRequest. getSortBy()
The attribute used to sort the returned source patternsstatic ListSourceExtendedFieldDefinitionsRequest.SortBy
ListSourceExtendedFieldDefinitionsRequest.SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListSourceExtendedFieldDefinitionsRequest.SortBy[]
ListSourceExtendedFieldDefinitionsRequest.SortBy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loganalytics.requests with parameters of type ListSourceExtendedFieldDefinitionsRequest.SortBy Modifier and Type Method Description ListSourceExtendedFieldDefinitionsRequest.Builder
ListSourceExtendedFieldDefinitionsRequest.Builder. sortBy(ListSourceExtendedFieldDefinitionsRequest.SortBy sortBy)
The attribute used to sort the returned source patterns
-