Uses of Class
microsoft.dynamics.crm.complex.RelationshipAttribute
-
Packages that use RelationshipAttribute Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.entity -
-
Uses of RelationshipAttribute in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type RelationshipAttribute Modifier and Type Field Description protected List<RelationshipAttribute>ComplexOneToManyRelationshipMetadata. relationshipAttributesMethods in microsoft.dynamics.crm.complex that return RelationshipAttribute Modifier and Type Method Description RelationshipAttributeRelationshipAttribute.Builder. build()RelationshipAttributeRelationshipAttribute. withReferencedAttributeName(String referencedAttributeName)RelationshipAttributeRelationshipAttribute. withReferencingAttributeName(String referencingAttributeName)RelationshipAttributeRelationshipAttribute. withUnmappedField(String name, Object value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type RelationshipAttribute Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<RelationshipAttribute>ComplexOneToManyRelationshipMetadata. getRelationshipAttributes()com.github.davidmoten.odata.client.CollectionPage<RelationshipAttribute>ComplexOneToManyRelationshipMetadata. getRelationshipAttributes(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.dynamics.crm.complex with parameters of type RelationshipAttribute Modifier and Type Method Description ComplexOneToManyRelationshipMetadata.BuilderComplexOneToManyRelationshipMetadata.Builder. relationshipAttributes(RelationshipAttribute... relationshipAttributes)Method parameters in microsoft.dynamics.crm.complex with type arguments of type RelationshipAttribute Modifier and Type Method Description ComplexOneToManyRelationshipMetadata.BuilderComplexOneToManyRelationshipMetadata.Builder. relationshipAttributes(List<RelationshipAttribute> relationshipAttributes) -
Uses of RelationshipAttribute in microsoft.dynamics.crm.entity
Fields in microsoft.dynamics.crm.entity with type parameters of type RelationshipAttribute Modifier and Type Field Description protected List<RelationshipAttribute>OneToManyRelationshipMetadata. relationshipAttributesMethods in microsoft.dynamics.crm.entity that return types with arguments of type RelationshipAttribute Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<RelationshipAttribute>OneToManyRelationshipMetadata. getRelationshipAttributes()com.github.davidmoten.odata.client.CollectionPage<RelationshipAttribute>OneToManyRelationshipMetadata. getRelationshipAttributes(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.dynamics.crm.entity with parameters of type RelationshipAttribute Modifier and Type Method Description OneToManyRelationshipMetadata.BuilderOneToManyRelationshipMetadata.Builder. relationshipAttributes(RelationshipAttribute... relationshipAttributes)Method parameters in microsoft.dynamics.crm.entity with type arguments of type RelationshipAttribute Modifier and Type Method Description OneToManyRelationshipMetadata.BuilderOneToManyRelationshipMetadata.Builder. relationshipAttributes(List<RelationshipAttribute> relationshipAttributes)OneToManyRelationshipMetadataOneToManyRelationshipMetadata. withRelationshipAttributes(List<RelationshipAttribute> relationshipAttributes)
-