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