Uses of Class
microsoft.dynamics.crm.enums.LookupFormat
-
Packages that use LookupFormat Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.entity microsoft.dynamics.crm.enums -
-
Uses of LookupFormat in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as LookupFormat Modifier and Type Field Description protected LookupFormatComplexLookupAttributeMetadata. formatMethods in microsoft.dynamics.crm.complex that return types with arguments of type LookupFormat Modifier and Type Method Description Optional<LookupFormat>ComplexLookupAttributeMetadata. getFormat()Methods in microsoft.dynamics.crm.complex with parameters of type LookupFormat Modifier and Type Method Description ComplexLookupAttributeMetadata.BuilderComplexLookupAttributeMetadata.Builder. format(LookupFormat format)ComplexLookupAttributeMetadataComplexLookupAttributeMetadata. withFormat(LookupFormat format) -
Uses of LookupFormat in microsoft.dynamics.crm.entity
Fields in microsoft.dynamics.crm.entity declared as LookupFormat Modifier and Type Field Description protected LookupFormatLookupAttributeMetadata. formatMethods in microsoft.dynamics.crm.entity that return types with arguments of type LookupFormat Modifier and Type Method Description Optional<LookupFormat>LookupAttributeMetadata. getFormat()Methods in microsoft.dynamics.crm.entity with parameters of type LookupFormat Modifier and Type Method Description LookupAttributeMetadata.BuilderLookupAttributeMetadata.Builder. format(LookupFormat format)LookupAttributeMetadataLookupAttributeMetadata. withFormat(LookupFormat format) -
Uses of LookupFormat in microsoft.dynamics.crm.enums
Methods in microsoft.dynamics.crm.enums that return LookupFormat Modifier and Type Method Description static LookupFormatLookupFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static LookupFormat[]LookupFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-