Uses of Class
microsoft.dynamics.crm.enums.AttributeRequiredLevel
-
Packages that use AttributeRequiredLevel Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.enums -
-
Uses of AttributeRequiredLevel in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as AttributeRequiredLevel Modifier and Type Field Description protected AttributeRequiredLevelAttributeRequiredLevelManagedProperty. valueMethods in microsoft.dynamics.crm.complex that return types with arguments of type AttributeRequiredLevel Modifier and Type Method Description Optional<AttributeRequiredLevel>AttributeRequiredLevelManagedProperty. getValue()Methods in microsoft.dynamics.crm.complex with parameters of type AttributeRequiredLevel Modifier and Type Method Description AttributeRequiredLevelManagedProperty.BuilderAttributeRequiredLevelManagedProperty.Builder. value(AttributeRequiredLevel value)AttributeRequiredLevelManagedPropertyAttributeRequiredLevelManagedProperty. withValue(AttributeRequiredLevel value) -
Uses of AttributeRequiredLevel in microsoft.dynamics.crm.enums
Methods in microsoft.dynamics.crm.enums that return AttributeRequiredLevel Modifier and Type Method Description static AttributeRequiredLevelAttributeRequiredLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static AttributeRequiredLevel[]AttributeRequiredLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-