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