Uses of Class
microsoft.dynamics.crm.enums.RelationshipType
-
Packages that use RelationshipType Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.entity microsoft.dynamics.crm.enums -
-
Uses of RelationshipType in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as RelationshipType Modifier and Type Field Description protected RelationshipTypeDependentRelationship. entityRelationshipTypeprotected RelationshipTypeComplexManyToManyRelationshipMetadata. relationshipTypeprotected RelationshipTypeComplexOneToManyRelationshipMetadata. relationshipTypeMethods in microsoft.dynamics.crm.complex that return types with arguments of type RelationshipType Modifier and Type Method Description Optional<RelationshipType>DependentRelationship. getEntityRelationshipType()Optional<RelationshipType>ComplexManyToManyRelationshipMetadata. getRelationshipType()Optional<RelationshipType>ComplexOneToManyRelationshipMetadata. getRelationshipType()Methods in microsoft.dynamics.crm.complex with parameters of type RelationshipType Modifier and Type Method Description DependentRelationship.BuilderDependentRelationship.Builder. entityRelationshipType(RelationshipType entityRelationshipType)ComplexManyToManyRelationshipMetadata.BuilderComplexManyToManyRelationshipMetadata.Builder. relationshipType(RelationshipType relationshipType)ComplexOneToManyRelationshipMetadata.BuilderComplexOneToManyRelationshipMetadata.Builder. relationshipType(RelationshipType relationshipType)DependentRelationshipDependentRelationship. withEntityRelationshipType(RelationshipType entityRelationshipType)ComplexManyToManyRelationshipMetadataComplexManyToManyRelationshipMetadata. withRelationshipType(RelationshipType relationshipType)ComplexOneToManyRelationshipMetadataComplexOneToManyRelationshipMetadata. withRelationshipType(RelationshipType relationshipType) -
Uses of RelationshipType in microsoft.dynamics.crm.entity
Fields in microsoft.dynamics.crm.entity declared as RelationshipType Modifier and Type Field Description protected RelationshipTypeRelationshipMetadataBase. relationshipTypeMethods in microsoft.dynamics.crm.entity that return types with arguments of type RelationshipType Modifier and Type Method Description Optional<RelationshipType>RelationshipMetadataBase. getRelationshipType()Methods in microsoft.dynamics.crm.entity with parameters of type RelationshipType Modifier and Type Method Description ManyToManyRelationshipMetadata.BuilderManyToManyRelationshipMetadata.Builder. relationshipType(RelationshipType relationshipType)OneToManyRelationshipMetadata.BuilderOneToManyRelationshipMetadata.Builder. relationshipType(RelationshipType relationshipType)RelationshipMetadataBaseRelationshipMetadataBase. withRelationshipType(RelationshipType relationshipType) -
Uses of RelationshipType in microsoft.dynamics.crm.enums
Methods in microsoft.dynamics.crm.enums that return RelationshipType Modifier and Type Method Description static RelationshipTypeRelationshipType. 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.
-