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