Uses of Class
com.oracle.bmc.fusionapps.requests.ListServiceAttachmentsRequest.SortOrder
-
Packages that use ListServiceAttachmentsRequest.SortOrder Package Description com.oracle.bmc.fusionapps.requests -
-
Uses of ListServiceAttachmentsRequest.SortOrder in com.oracle.bmc.fusionapps.requests
Methods in com.oracle.bmc.fusionapps.requests that return ListServiceAttachmentsRequest.SortOrder Modifier and Type Method Description static ListServiceAttachmentsRequest.SortOrderListServiceAttachmentsRequest.SortOrder. create(String key)ListServiceAttachmentsRequest.SortOrderListServiceAttachmentsRequest. getSortOrder()The sort order to use, either ‘asc’ or ‘desc’.static ListServiceAttachmentsRequest.SortOrderListServiceAttachmentsRequest.SortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ListServiceAttachmentsRequest.SortOrder[]ListServiceAttachmentsRequest.SortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fusionapps.requests with parameters of type ListServiceAttachmentsRequest.SortOrder Modifier and Type Method Description ListServiceAttachmentsRequest.BuilderListServiceAttachmentsRequest.Builder. sortOrder(ListServiceAttachmentsRequest.SortOrder sortOrder)The sort order to use, either ‘asc’ or ‘desc’.
-