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