Interface ILinkTypeFilter


public interface ILinkTypeFilter
The name and identifier of a link type that acted as a filter in an "expand" operation.
Since:
9.1
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets a String that contains the display name of the link type.
    Gets a String that contains the identifier of the link type.
  • Method Details

    • getItemTypeId

      String getItemTypeId()
      Gets a String that contains the identifier of the link type.
      Returns:
      See above.
    • getDisplayName

      String getDisplayName()
      Gets a String that contains the display name of the link type.
      Returns:
      See above.