Uses of Class
microsoft.dynamics.crm.enums.LayerDesiredOrderType
-
Packages that use LayerDesiredOrderType Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.enums -
-
Uses of LayerDesiredOrderType in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as LayerDesiredOrderType Modifier and Type Field Description protected LayerDesiredOrderTypeLayerDesiredOrder. typeMethods in microsoft.dynamics.crm.complex that return types with arguments of type LayerDesiredOrderType Modifier and Type Method Description Optional<LayerDesiredOrderType>LayerDesiredOrder. getType()Methods in microsoft.dynamics.crm.complex with parameters of type LayerDesiredOrderType Modifier and Type Method Description LayerDesiredOrder.BuilderLayerDesiredOrder.Builder. type(LayerDesiredOrderType type)LayerDesiredOrderLayerDesiredOrder. withType(LayerDesiredOrderType type) -
Uses of LayerDesiredOrderType in microsoft.dynamics.crm.enums
Methods in microsoft.dynamics.crm.enums that return LayerDesiredOrderType Modifier and Type Method Description static LayerDesiredOrderTypeLayerDesiredOrderType. valueOf(String name)Returns the enum constant of this type with the specified name.static LayerDesiredOrderType[]LayerDesiredOrderType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-