Package microsoft.dynamics.crm.complex
Class DependentManyToManyRelationshipMetadata.Builder
- java.lang.Object
-
- microsoft.dynamics.crm.complex.DependentManyToManyRelationshipMetadata.Builder
-
- Enclosing class:
- DependentManyToManyRelationshipMetadata
public static final class DependentManyToManyRelationshipMetadata.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DependentManyToManyRelationshipMetadatabuild()DependentManyToManyRelationshipMetadata.BuilderfromEntityAttribute(String fromEntityAttribute)DependentManyToManyRelationshipMetadata.BuilderintersectEntity(String intersectEntity)DependentManyToManyRelationshipMetadata.BuilderintersectPrimaryAttribute(String intersectPrimaryAttribute)DependentManyToManyRelationshipMetadata.BuilderintersectRelatedAttribute(String intersectRelatedAttribute)DependentManyToManyRelationshipMetadata.BuildertoEntityAttribute(String toEntityAttribute)
-
-
-
Method Detail
-
intersectEntity
public DependentManyToManyRelationshipMetadata.Builder intersectEntity(String intersectEntity)
-
fromEntityAttribute
public DependentManyToManyRelationshipMetadata.Builder fromEntityAttribute(String fromEntityAttribute)
-
toEntityAttribute
public DependentManyToManyRelationshipMetadata.Builder toEntityAttribute(String toEntityAttribute)
-
intersectPrimaryAttribute
public DependentManyToManyRelationshipMetadata.Builder intersectPrimaryAttribute(String intersectPrimaryAttribute)
-
intersectRelatedAttribute
public DependentManyToManyRelationshipMetadata.Builder intersectRelatedAttribute(String intersectRelatedAttribute)
-
build
public DependentManyToManyRelationshipMetadata build()
-
-