Package microsoft.dynamics.crm.complex
Class DependentEntityMetadata.Builder
- java.lang.Object
-
- microsoft.dynamics.crm.complex.DependentEntityMetadata.Builder
-
- Enclosing class:
- DependentEntityMetadata
public static final class DependentEntityMetadata.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DependentEntityMetadata.Builderattributes(DependentAttributeMetadataCollection attributes)DependentEntityMetadatabuild()DependentEntityMetadata.BuilderdisplayName(String displayName)DependentEntityMetadata.BuilderentityId(String entityId)DependentEntityMetadata.BuilderlogicalCollectionName(String logicalCollectionName)DependentEntityMetadata.BuilderlogicalName(String logicalName)DependentEntityMetadata.BuilderobjectTypeCode(Integer objectTypeCode)DependentEntityMetadata.BuilderprimaryIdAttribute(String primaryIdAttribute)DependentEntityMetadata.BuilderprimaryNameAttribute(String primaryNameAttribute)DependentEntityMetadata.Builderrelationships(DependentRelationshipCollection relationships)
-
-
-
Method Detail
-
entityId
public DependentEntityMetadata.Builder entityId(String entityId)
-
logicalName
public DependentEntityMetadata.Builder logicalName(String logicalName)
-
logicalCollectionName
public DependentEntityMetadata.Builder logicalCollectionName(String logicalCollectionName)
-
objectTypeCode
public DependentEntityMetadata.Builder objectTypeCode(Integer objectTypeCode)
-
displayName
public DependentEntityMetadata.Builder displayName(String displayName)
-
primaryNameAttribute
public DependentEntityMetadata.Builder primaryNameAttribute(String primaryNameAttribute)
-
primaryIdAttribute
public DependentEntityMetadata.Builder primaryIdAttribute(String primaryIdAttribute)
-
attributes
public DependentEntityMetadata.Builder attributes(DependentAttributeMetadataCollection attributes)
-
relationships
public DependentEntityMetadata.Builder relationships(DependentRelationshipCollection relationships)
-
build
public DependentEntityMetadata build()
-
-