Uses of Class
com.oracle.bmc.devops.requests.ListBuildRunSnapshotsRequest.SortBy
-
Packages that use ListBuildRunSnapshotsRequest.SortBy Package Description com.oracle.bmc.devops.requests -
-
Uses of ListBuildRunSnapshotsRequest.SortBy in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return ListBuildRunSnapshotsRequest.SortBy Modifier and Type Method Description static ListBuildRunSnapshotsRequest.SortByListBuildRunSnapshotsRequest.SortBy. create(String key)ListBuildRunSnapshotsRequest.SortByListBuildRunSnapshotsRequest. getSortBy()The field to sort by.static ListBuildRunSnapshotsRequest.SortByListBuildRunSnapshotsRequest.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ListBuildRunSnapshotsRequest.SortBy[]ListBuildRunSnapshotsRequest.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 ListBuildRunSnapshotsRequest.SortBy Modifier and Type Method Description ListBuildRunSnapshotsRequest.BuilderListBuildRunSnapshotsRequest.Builder. sortBy(ListBuildRunSnapshotsRequest.SortBy sortBy)The field to sort by.
-