Uses of Class
microsoft.dynamics.crm.complex.DependentEntityMetadataCollection
-
Packages that use DependentEntityMetadataCollection Package Description microsoft.dynamics.crm.complex -
-
Uses of DependentEntityMetadataCollection in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as DependentEntityMetadataCollection Modifier and Type Field Description protected DependentEntityMetadataCollectionEntityRelationsWithDependantEntityMetadata. dependantEntitiesCollectionprotected DependentEntityMetadataCollectionQueryWithEntityMetadata. dependantEntitiesCollectionMethods in microsoft.dynamics.crm.complex that return DependentEntityMetadataCollection Modifier and Type Method Description DependentEntityMetadataCollectionDependentEntityMetadataCollection.Builder. build()DependentEntityMetadataCollectionDependentEntityMetadataCollection. withUnmappedField(String name, Object value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type DependentEntityMetadataCollection Modifier and Type Method Description Optional<DependentEntityMetadataCollection>EntityRelationsWithDependantEntityMetadata. getDependantEntitiesCollection()Optional<DependentEntityMetadataCollection>QueryWithEntityMetadata. getDependantEntitiesCollection()Methods in microsoft.dynamics.crm.complex with parameters of type DependentEntityMetadataCollection Modifier and Type Method Description EntityRelationsWithDependantEntityMetadata.BuilderEntityRelationsWithDependantEntityMetadata.Builder. dependantEntitiesCollection(DependentEntityMetadataCollection dependantEntitiesCollection)QueryWithEntityMetadata.BuilderQueryWithEntityMetadata.Builder. dependantEntitiesCollection(DependentEntityMetadataCollection dependantEntitiesCollection)EntityRelationsWithDependantEntityMetadataEntityRelationsWithDependantEntityMetadata. withDependantEntitiesCollection(DependentEntityMetadataCollection dependantEntitiesCollection)QueryWithEntityMetadataQueryWithEntityMetadata. withDependantEntitiesCollection(DependentEntityMetadataCollection dependantEntitiesCollection)
-