Uses of Class
microsoft.dynamics.crm.enums.IntegerFormat
-
Packages that use IntegerFormat Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.entity microsoft.dynamics.crm.enums -
-
Uses of IntegerFormat in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as IntegerFormat Modifier and Type Field Description protected IntegerFormatComplexIntegerAttributeMetadata. formatMethods in microsoft.dynamics.crm.complex that return types with arguments of type IntegerFormat Modifier and Type Method Description Optional<IntegerFormat>ComplexIntegerAttributeMetadata. getFormat()Methods in microsoft.dynamics.crm.complex with parameters of type IntegerFormat Modifier and Type Method Description ComplexIntegerAttributeMetadata.BuilderComplexIntegerAttributeMetadata.Builder. format(IntegerFormat format)ComplexIntegerAttributeMetadataComplexIntegerAttributeMetadata. withFormat(IntegerFormat format) -
Uses of IntegerFormat in microsoft.dynamics.crm.entity
Fields in microsoft.dynamics.crm.entity declared as IntegerFormat Modifier and Type Field Description protected IntegerFormatIntegerAttributeMetadata. formatMethods in microsoft.dynamics.crm.entity that return types with arguments of type IntegerFormat Modifier and Type Method Description Optional<IntegerFormat>IntegerAttributeMetadata. getFormat()Methods in microsoft.dynamics.crm.entity with parameters of type IntegerFormat Modifier and Type Method Description IntegerAttributeMetadata.BuilderIntegerAttributeMetadata.Builder. format(IntegerFormat format)IntegerAttributeMetadataIntegerAttributeMetadata. withFormat(IntegerFormat format) -
Uses of IntegerFormat in microsoft.dynamics.crm.enums
Methods in microsoft.dynamics.crm.enums that return IntegerFormat Modifier and Type Method Description static IntegerFormatIntegerFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static IntegerFormat[]IntegerFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-