Uses of Class
com.google.cloud.dns.Dns.SortingOrder
-
Packages that use Dns.SortingOrder Package Description com.google.cloud.dns A client for Cloud DNS - A highly available global DNS network. -
-
Uses of Dns.SortingOrder in com.google.cloud.dns
Methods in com.google.cloud.dns that return Dns.SortingOrder Modifier and Type Method Description static Dns.SortingOrder
Dns.SortingOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static Dns.SortingOrder[]
Dns.SortingOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dns with parameters of type Dns.SortingOrder Modifier and Type Method Description static Dns.ChangeRequestListOption
Dns.ChangeRequestListOption. sortOrder(Dns.SortingOrder order)
Returns an option to specify whether the the change requests should be listed in ascending (most-recent last) or descending (most-recent first) order with respect to when the change request was accepted by the server.
-