Uses of Class
microsoft.dynamics.crm.complex.EntitySetting
-
Packages that use EntitySetting Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.entity -
-
Uses of EntitySetting in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type EntitySetting Modifier and Type Field Description protected List<EntitySetting>ComplexEntityMetadata. settingsMethods in microsoft.dynamics.crm.complex that return EntitySetting Modifier and Type Method Description EntitySettingEntitySetting.Builder. build()EntitySettingEntitySetting. withName(String name)EntitySettingEntitySetting. withUnmappedField(String name, Object value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type EntitySetting Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<EntitySetting>ComplexEntityMetadata. getSettings()com.github.davidmoten.odata.client.CollectionPage<EntitySetting>ComplexEntityMetadata. getSettings(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.dynamics.crm.complex with parameters of type EntitySetting Modifier and Type Method Description ComplexEntityMetadata.BuilderComplexEntityMetadata.Builder. settings(EntitySetting... settings)Method parameters in microsoft.dynamics.crm.complex with type arguments of type EntitySetting Modifier and Type Method Description ComplexEntityMetadata.BuilderComplexEntityMetadata.Builder. settings(List<EntitySetting> settings) -
Uses of EntitySetting in microsoft.dynamics.crm.entity
Fields in microsoft.dynamics.crm.entity with type parameters of type EntitySetting Modifier and Type Field Description protected List<EntitySetting>EntityMetadata. settingsMethods in microsoft.dynamics.crm.entity that return types with arguments of type EntitySetting Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<EntitySetting>EntityMetadata. getSettings()com.github.davidmoten.odata.client.CollectionPage<EntitySetting>EntityMetadata. getSettings(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.dynamics.crm.entity with parameters of type EntitySetting Modifier and Type Method Description EntityMetadata.BuilderEntityMetadata.Builder. settings(EntitySetting... settings)Method parameters in microsoft.dynamics.crm.entity with type arguments of type EntitySetting Modifier and Type Method Description EntityMetadata.BuilderEntityMetadata.Builder. settings(List<EntitySetting> settings)EntityMetadataEntityMetadata. withSettings(List<EntitySetting> settings)
-