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