Uses of Class
microsoft.dynamics.crm.enums.OrderType
-
Packages that use OrderType Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.enums -
-
Uses of OrderType in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as OrderType Modifier and Type Field Description protected OrderTypeOrderExpression. orderTypeMethods in microsoft.dynamics.crm.complex that return types with arguments of type OrderType Modifier and Type Method Description Optional<OrderType>OrderExpression. getOrderType()Methods in microsoft.dynamics.crm.complex with parameters of type OrderType Modifier and Type Method Description OrderExpression.BuilderOrderExpression.Builder. orderType(OrderType orderType)OrderExpressionOrderExpression. withOrderType(OrderType orderType) -
Uses of OrderType in microsoft.dynamics.crm.enums
Methods in microsoft.dynamics.crm.enums that return OrderType Modifier and Type Method Description 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.
-