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