| Package | Description |
|---|---|
| microsoft.dynamics.crm.complex | |
| microsoft.dynamics.crm.entity | |
| microsoft.dynamics.crm.enums |
| Modifier and Type | Field and Description |
|---|---|
protected RelationshipType |
DependentRelationship.entityRelationshipType |
protected RelationshipType |
ComplexOneToManyRelationshipMetadata.relationshipType |
protected RelationshipType |
ComplexManyToManyRelationshipMetadata.relationshipType |
| Modifier and Type | Method and Description |
|---|---|
Optional<RelationshipType> |
DependentRelationship.getEntityRelationshipType() |
Optional<RelationshipType> |
ComplexOneToManyRelationshipMetadata.getRelationshipType() |
Optional<RelationshipType> |
ComplexManyToManyRelationshipMetadata.getRelationshipType() |
| Modifier and Type | Method and Description |
|---|---|
DependentRelationship.Builder |
DependentRelationship.Builder.entityRelationshipType(RelationshipType entityRelationshipType) |
ComplexOneToManyRelationshipMetadata.Builder |
ComplexOneToManyRelationshipMetadata.Builder.relationshipType(RelationshipType relationshipType) |
ComplexManyToManyRelationshipMetadata.Builder |
ComplexManyToManyRelationshipMetadata.Builder.relationshipType(RelationshipType relationshipType) |
DependentRelationship |
DependentRelationship.withEntityRelationshipType(RelationshipType entityRelationshipType) |
ComplexOneToManyRelationshipMetadata |
ComplexOneToManyRelationshipMetadata.withRelationshipType(RelationshipType relationshipType) |
ComplexManyToManyRelationshipMetadata |
ComplexManyToManyRelationshipMetadata.withRelationshipType(RelationshipType relationshipType) |
| Modifier and Type | Field and Description |
|---|---|
protected RelationshipType |
RelationshipMetadataBase.relationshipType |
| Modifier and Type | Method and Description |
|---|---|
Optional<RelationshipType> |
RelationshipMetadataBase.getRelationshipType() |
| Modifier and Type | Method and Description |
|---|---|
ManyToManyRelationshipMetadata.Builder |
ManyToManyRelationshipMetadata.Builder.relationshipType(RelationshipType relationshipType) |
OneToManyRelationshipMetadata.Builder |
OneToManyRelationshipMetadata.Builder.relationshipType(RelationshipType relationshipType) |
RelationshipMetadataBase |
RelationshipMetadataBase.withRelationshipType(RelationshipType relationshipType) |
| Modifier and Type | Method and Description |
|---|---|
static RelationshipType |
RelationshipType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationshipType[] |
RelationshipType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2021. All rights reserved.