Interface IItemRelationshipDelta


public interface IItemRelationshipDelta
A record to create or remove a relationship from an item.
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the relationship field.
    The relationship flags for the related item.
    int
    The ID of the item related via the relationship field.
  • Method Details

    • getFieldName

      String getFieldName() throws TMAPIException
      The name of the relationship field.
      Returns:
      The name of the relationship field.
      Throws:
      TMAPIException - Reserved exception.
    • getItemID

      int getItemID() throws TMAPIException
      The ID of the item related via the relationship field.
      Returns:
      the ID of the related item.
      Throws:
      TMAPIException - Reserved exception.
    • getFlags

      Set<String> getFlags() throws TMAPIException
      The relationship flags for the related item.
      Returns:
      The relationship flags for the related item.
      Throws:
      TMAPIException - Reserved exception.