Package microsoft.dynamics.crm.complex
Class ComplexOneToManyRelationshipMetadata.Builder
- java.lang.Object
-
- microsoft.dynamics.crm.complex.ComplexOneToManyRelationshipMetadata.Builder
-
- Enclosing class:
- ComplexOneToManyRelationshipMetadata
public static final class ComplexOneToManyRelationshipMetadata.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
associatedMenuConfiguration
public ComplexOneToManyRelationshipMetadata.Builder associatedMenuConfiguration(AssociatedMenuConfiguration associatedMenuConfiguration)
-
cascadeConfiguration
public ComplexOneToManyRelationshipMetadata.Builder cascadeConfiguration(CascadeConfiguration cascadeConfiguration)
-
referencedAttribute
public ComplexOneToManyRelationshipMetadata.Builder referencedAttribute(String referencedAttribute)
-
referencedEntity
public ComplexOneToManyRelationshipMetadata.Builder referencedEntity(String referencedEntity)
-
referencingAttribute
public ComplexOneToManyRelationshipMetadata.Builder referencingAttribute(String referencingAttribute)
-
referencingEntity
public ComplexOneToManyRelationshipMetadata.Builder referencingEntity(String referencingEntity)
-
isHierarchical
public ComplexOneToManyRelationshipMetadata.Builder isHierarchical(Boolean isHierarchical)
-
entityKey
public ComplexOneToManyRelationshipMetadata.Builder entityKey(String entityKey)
-
relationshipAttributes
public ComplexOneToManyRelationshipMetadata.Builder relationshipAttributes(List<RelationshipAttribute> relationshipAttributes)
-
relationshipAttributes
public ComplexOneToManyRelationshipMetadata.Builder relationshipAttributes(RelationshipAttribute... relationshipAttributes)
-
relationshipAttributesNextLink
public ComplexOneToManyRelationshipMetadata.Builder relationshipAttributesNextLink(String relationshipAttributesNextLink)
-
referencedEntityNavigationPropertyName
public ComplexOneToManyRelationshipMetadata.Builder referencedEntityNavigationPropertyName(String referencedEntityNavigationPropertyName)
-
referencingEntityNavigationPropertyName
public ComplexOneToManyRelationshipMetadata.Builder referencingEntityNavigationPropertyName(String referencingEntityNavigationPropertyName)
-
relationshipBehavior
public ComplexOneToManyRelationshipMetadata.Builder relationshipBehavior(Integer relationshipBehavior)
-
isCustomRelationship
public ComplexOneToManyRelationshipMetadata.Builder isCustomRelationship(Boolean isCustomRelationship)
-
isCustomizable
public ComplexOneToManyRelationshipMetadata.Builder isCustomizable(BooleanManagedProperty isCustomizable)
-
isValidForAdvancedFind
public ComplexOneToManyRelationshipMetadata.Builder isValidForAdvancedFind(Boolean isValidForAdvancedFind)
-
schemaName
public ComplexOneToManyRelationshipMetadata.Builder schemaName(String schemaName)
-
securityTypes
public ComplexOneToManyRelationshipMetadata.Builder securityTypes(SecurityTypes securityTypes)
-
isManaged
public ComplexOneToManyRelationshipMetadata.Builder isManaged(Boolean isManaged)
-
relationshipType
public ComplexOneToManyRelationshipMetadata.Builder relationshipType(RelationshipType relationshipType)
-
introducedVersion
public ComplexOneToManyRelationshipMetadata.Builder introducedVersion(String introducedVersion)
-
metadataId
public ComplexOneToManyRelationshipMetadata.Builder metadataId(UUID metadataId)
-
hasChanged
public ComplexOneToManyRelationshipMetadata.Builder hasChanged(Boolean hasChanged)
-
build
public ComplexOneToManyRelationshipMetadata build()
-
-