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