| Package | Description |
|---|---|
| microsoft.dynamics.crm.complex | |
| microsoft.dynamics.crm.entity |
| Modifier and Type | Field and Description |
|---|---|
protected List<RelationshipAttribute> |
ComplexOneToManyRelationshipMetadata.relationshipAttributes |
| Modifier and Type | Method and Description |
|---|---|
RelationshipAttribute |
RelationshipAttribute.Builder.build() |
RelationshipAttribute |
RelationshipAttribute.withReferencedAttributeName(String referencedAttributeName) |
RelationshipAttribute |
RelationshipAttribute.withReferencingAttributeName(String referencingAttributeName) |
RelationshipAttribute |
RelationshipAttribute.withUnmappedField(String name,
String value) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
ComplexOneToManyRelationshipMetadata.Builder |
ComplexOneToManyRelationshipMetadata.Builder.relationshipAttributes(RelationshipAttribute... relationshipAttributes) |
| Modifier and Type | Method and Description |
|---|---|
ComplexOneToManyRelationshipMetadata.Builder |
ComplexOneToManyRelationshipMetadata.Builder.relationshipAttributes(List<RelationshipAttribute> relationshipAttributes) |
| Modifier and Type | Field and Description |
|---|---|
protected List<RelationshipAttribute> |
OneToManyRelationshipMetadata.relationshipAttributes |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
OneToManyRelationshipMetadata.Builder |
OneToManyRelationshipMetadata.Builder.relationshipAttributes(RelationshipAttribute... relationshipAttributes) |
| Modifier and Type | Method and Description |
|---|---|
OneToManyRelationshipMetadata.Builder |
OneToManyRelationshipMetadata.Builder.relationshipAttributes(List<RelationshipAttribute> relationshipAttributes) |
OneToManyRelationshipMetadata |
OneToManyRelationshipMetadata.withRelationshipAttributes(List<RelationshipAttribute> relationshipAttributes) |
Copyright © 2018–2020. All rights reserved.