Uses of Class
microsoft.dynamics.crm.enums.StringFormat
-
Packages that use StringFormat Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.entity microsoft.dynamics.crm.enums -
-
Uses of StringFormat in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as StringFormat Modifier and Type Field Description protected StringFormatComplexMemoAttributeMetadata. formatprotected StringFormatComplexStringAttributeMetadata. formatMethods in microsoft.dynamics.crm.complex that return types with arguments of type StringFormat Modifier and Type Method Description Optional<StringFormat>ComplexMemoAttributeMetadata. getFormat()Optional<StringFormat>ComplexStringAttributeMetadata. getFormat()Methods in microsoft.dynamics.crm.complex with parameters of type StringFormat Modifier and Type Method Description ComplexMemoAttributeMetadata.BuilderComplexMemoAttributeMetadata.Builder. format(StringFormat format)ComplexStringAttributeMetadata.BuilderComplexStringAttributeMetadata.Builder. format(StringFormat format)ComplexMemoAttributeMetadataComplexMemoAttributeMetadata. withFormat(StringFormat format)ComplexStringAttributeMetadataComplexStringAttributeMetadata. withFormat(StringFormat format) -
Uses of StringFormat in microsoft.dynamics.crm.entity
Fields in microsoft.dynamics.crm.entity declared as StringFormat Modifier and Type Field Description protected StringFormatMemoAttributeMetadata. formatprotected StringFormatStringAttributeMetadata. formatMethods in microsoft.dynamics.crm.entity that return types with arguments of type StringFormat Modifier and Type Method Description Optional<StringFormat>MemoAttributeMetadata. getFormat()Optional<StringFormat>StringAttributeMetadata. getFormat()Methods in microsoft.dynamics.crm.entity with parameters of type StringFormat Modifier and Type Method Description MemoAttributeMetadata.BuilderMemoAttributeMetadata.Builder. format(StringFormat format)StringAttributeMetadata.BuilderStringAttributeMetadata.Builder. format(StringFormat format)MemoAttributeMetadataMemoAttributeMetadata. withFormat(StringFormat format)StringAttributeMetadataStringAttributeMetadata. withFormat(StringFormat format) -
Uses of StringFormat in microsoft.dynamics.crm.enums
Methods in microsoft.dynamics.crm.enums that return StringFormat Modifier and Type Method Description static StringFormatStringFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static StringFormat[]StringFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-