| Package | Description |
|---|---|
| microsoft.dynamics.crm.entity |
| Modifier and Type | Method and Description |
|---|---|
Relationship |
Relationship.Builder.build() |
Relationship |
Relationship.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Relationship |
Relationship.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Relationship |
Relationship.withComponentstate(Integer componentstate) |
Relationship |
Relationship.withEntitykeyid(String entitykeyid) |
Relationship |
Relationship.withName(String name) |
Relationship |
Relationship.withOverwritetime(OffsetDateTime overwritetime) |
Relationship |
Relationship.withRelationshipid(String relationshipid) |
Relationship |
Relationship.withSolutionid(String solutionid) |
Relationship |
Relationship.withUnmappedField(String name,
String value) |
Copyright © 2018–2021. All rights reserved.