Uses of Class
microsoft.dynamics.crm.complex.DependentManyToManyRelationshipMetadata.Builder
-
Packages that use DependentManyToManyRelationshipMetadata.Builder Package Description microsoft.dynamics.crm.complex -
-
Uses of DependentManyToManyRelationshipMetadata.Builder in microsoft.dynamics.crm.complex
Methods in microsoft.dynamics.crm.complex that return DependentManyToManyRelationshipMetadata.Builder Modifier and Type Method Description static DependentManyToManyRelationshipMetadata.BuilderDependentManyToManyRelationshipMetadata. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).DependentManyToManyRelationshipMetadata.BuilderDependentManyToManyRelationshipMetadata.Builder. fromEntityAttribute(String fromEntityAttribute)DependentManyToManyRelationshipMetadata.BuilderDependentManyToManyRelationshipMetadata.Builder. intersectEntity(String intersectEntity)DependentManyToManyRelationshipMetadata.BuilderDependentManyToManyRelationshipMetadata.Builder. intersectPrimaryAttribute(String intersectPrimaryAttribute)DependentManyToManyRelationshipMetadata.BuilderDependentManyToManyRelationshipMetadata.Builder. intersectRelatedAttribute(String intersectRelatedAttribute)DependentManyToManyRelationshipMetadata.BuilderDependentManyToManyRelationshipMetadata.Builder. toEntityAttribute(String toEntityAttribute)
-