Interface RelationshipResourceFormat.UpdateStages.WithLookupMappings

All Known Subinterfaces:
RelationshipResourceFormat.Update
Enclosing interface:
RelationshipResourceFormat.UpdateStages

public static interface RelationshipResourceFormat.UpdateStages.WithLookupMappings
The stage of the RelationshipResourceFormat update allowing to specify lookupMappings.
  • Method Details

    • withLookupMappings

      RelationshipResourceFormat.Update withLookupMappings(List<RelationshipTypeMapping> lookupMappings)
      Specifies the lookupMappings property: Optional property to be used to map fields in profile to their strong ids in related profile..
      Parameters:
      lookupMappings - Optional property to be used to map fields in profile to their strong ids in related profile.
      Returns:
      the next definition stage.