Uses of Class
com.oracle.bmc.dns.model.SortOrder
-
Packages that use SortOrder Package Description com.oracle.bmc.dns.model com.oracle.bmc.dns.requests -
-
Uses of SortOrder in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return SortOrder Modifier and Type Method Description static SortOrderSortOrder. create(String key)static SortOrderSortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static SortOrder[]SortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SortOrder in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return SortOrder Modifier and Type Method Description SortOrderGetDomainRecordsRequest. getSortOrder()The order to sort the resources.SortOrderGetZoneRecordsRequest. getSortOrder()The order to sort the resources.SortOrderListResolverEndpointsRequest. getSortOrder()The order to sort the resources.SortOrderListResolversRequest. getSortOrder()The order to sort the resources.SortOrderListSteeringPoliciesRequest. getSortOrder()The order to sort the resources.SortOrderListSteeringPolicyAttachmentsRequest. getSortOrder()The order to sort the resources.SortOrderListTsigKeysRequest. getSortOrder()The order to sort the resources.SortOrderListViewsRequest. getSortOrder()The order to sort the resources.SortOrderListZonesRequest. getSortOrder()The order to sort the resources.Methods in com.oracle.bmc.dns.requests with parameters of type SortOrder Modifier and Type Method Description GetDomainRecordsRequest.BuilderGetDomainRecordsRequest.Builder. sortOrder(SortOrder sortOrder)The order to sort the resources.GetZoneRecordsRequest.BuilderGetZoneRecordsRequest.Builder. sortOrder(SortOrder sortOrder)The order to sort the resources.ListResolverEndpointsRequest.BuilderListResolverEndpointsRequest.Builder. sortOrder(SortOrder sortOrder)The order to sort the resources.ListResolversRequest.BuilderListResolversRequest.Builder. sortOrder(SortOrder sortOrder)The order to sort the resources.ListSteeringPoliciesRequest.BuilderListSteeringPoliciesRequest.Builder. sortOrder(SortOrder sortOrder)The order to sort the resources.ListSteeringPolicyAttachmentsRequest.BuilderListSteeringPolicyAttachmentsRequest.Builder. sortOrder(SortOrder sortOrder)The order to sort the resources.ListTsigKeysRequest.BuilderListTsigKeysRequest.Builder. sortOrder(SortOrder sortOrder)The order to sort the resources.ListViewsRequest.BuilderListViewsRequest.Builder. sortOrder(SortOrder sortOrder)The order to sort the resources.ListZonesRequest.BuilderListZonesRequest.Builder. sortOrder(SortOrder sortOrder)The order to sort the resources.
-