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.SortByListSessionsRequest.SortBy. create(String key)ListSessionsRequest.SortByListSessionsRequest. getSortBy()The field to sort by.static ListSessionsRequest.SortByListSessionsRequest.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.BuilderListSessionsRequest.Builder. sortBy(ListSessionsRequest.SortBy sortBy)The field to sort by.
-