Uses of Class
microsoft.dynamics.crm.entity.Relationship
-
Packages that use Relationship Package Description microsoft.dynamics.crm.entity -
-
Uses of Relationship in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Relationship Modifier and Type Method Description RelationshipRelationship.Builder. build()RelationshipRelationship. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.RelationshipRelationship. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).RelationshipRelationship. withComponentstate(Integer componentstate)RelationshipRelationship. withEntitykeyid(UUID entitykeyid)RelationshipRelationship. withName(String name)RelationshipRelationship. withOverwritetime(OffsetDateTime overwritetime)RelationshipRelationship. withRelationshipid(UUID relationshipid)RelationshipRelationship. withSolutionid(UUID solutionid)RelationshipRelationship. withUnmappedField(String name, Object value)
-