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