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