Uses of Class
microsoft.dynamics.crm.complex.DependentRelationshipCollection
-
Packages that use DependentRelationshipCollection Package Description microsoft.dynamics.crm.complex -
-
Uses of DependentRelationshipCollection in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as DependentRelationshipCollection Modifier and Type Field Description protected DependentRelationshipCollectionEntityRelationsWithDependantEntityMetadata. entityRelationshipCollectionprotected DependentRelationshipCollectionDependentEntityMetadata. relationshipsMethods in microsoft.dynamics.crm.complex that return DependentRelationshipCollection Modifier and Type Method Description DependentRelationshipCollectionDependentRelationshipCollection.Builder. build()DependentRelationshipCollectionDependentRelationshipCollection. withUnmappedField(String name, String value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type DependentRelationshipCollection Modifier and Type Method Description Optional<DependentRelationshipCollection>EntityRelationsWithDependantEntityMetadata. getEntityRelationshipCollection()Optional<DependentRelationshipCollection>DependentEntityMetadata. getRelationships()Methods in microsoft.dynamics.crm.complex with parameters of type DependentRelationshipCollection Modifier and Type Method Description EntityRelationsWithDependantEntityMetadata.BuilderEntityRelationsWithDependantEntityMetadata.Builder. entityRelationshipCollection(DependentRelationshipCollection entityRelationshipCollection)DependentEntityMetadata.BuilderDependentEntityMetadata.Builder. relationships(DependentRelationshipCollection relationships)EntityRelationsWithDependantEntityMetadataEntityRelationsWithDependantEntityMetadata. withEntityRelationshipCollection(DependentRelationshipCollection entityRelationshipCollection)DependentEntityMetadataDependentEntityMetadata. withRelationships(DependentRelationshipCollection relationships)
-