Uses of Class
microsoft.dynamics.crm.complex.DependentAttributeMetadataCollection
-
Packages that use DependentAttributeMetadataCollection Package Description microsoft.dynamics.crm.complex -
-
Uses of DependentAttributeMetadataCollection in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as DependentAttributeMetadataCollection Modifier and Type Field Description protected DependentAttributeMetadataCollectionDependentEntityMetadata. attributesprotected DependentAttributeMetadataCollectionEntityRelationsWithDependantEntityMetadata. attributesMetadataMethods in microsoft.dynamics.crm.complex that return DependentAttributeMetadataCollection Modifier and Type Method Description DependentAttributeMetadataCollectionDependentAttributeMetadataCollection.Builder. build()DependentAttributeMetadataCollectionDependentAttributeMetadataCollection. withUnmappedField(String name, String value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type DependentAttributeMetadataCollection Modifier and Type Method Description Optional<DependentAttributeMetadataCollection>DependentEntityMetadata. getAttributes()Optional<DependentAttributeMetadataCollection>EntityRelationsWithDependantEntityMetadata. getAttributesMetadata()Methods in microsoft.dynamics.crm.complex with parameters of type DependentAttributeMetadataCollection Modifier and Type Method Description DependentEntityMetadata.BuilderDependentEntityMetadata.Builder. attributes(DependentAttributeMetadataCollection attributes)EntityRelationsWithDependantEntityMetadata.BuilderEntityRelationsWithDependantEntityMetadata.Builder. attributesMetadata(DependentAttributeMetadataCollection attributesMetadata)DependentEntityMetadataDependentEntityMetadata. withAttributes(DependentAttributeMetadataCollection attributes)EntityRelationsWithDependantEntityMetadataEntityRelationsWithDependantEntityMetadata. withAttributesMetadata(DependentAttributeMetadataCollection attributesMetadata)
-