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