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