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