Uses of Class
software.amazon.awssdk.services.workdocs.model.OrderType
-
Packages that use OrderType Package Description software.amazon.awssdk.services.workdocs.model -
-
Uses of OrderType in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return OrderType Modifier and Type Method Description static OrderTypeOrderType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OrderTypeDescribeFolderContentsRequest. order()The order for the contents of the folder.OrderTypeDescribeUsersRequest. order()The order for the results.static OrderTypeOrderType. valueOf(String name)Returns the enum constant of this type with the specified name.static OrderType[]OrderType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type OrderType Modifier and Type Method Description static Set<OrderType>OrderType. knownValues()Methods in software.amazon.awssdk.services.workdocs.model with parameters of type OrderType Modifier and Type Method Description DescribeFolderContentsRequest.BuilderDescribeFolderContentsRequest.Builder. order(OrderType order)The order for the contents of the folder.DescribeUsersRequest.BuilderDescribeUsersRequest.Builder. order(OrderType order)The order for the results.
-