Interface IEntityTypeFilter


public interface IEntityTypeFilter
The name and identifier of an entity type that acted as a filter in an "expand" operation, plus any link type filters that apply to the entity type filter.
Since:
9.1
  • Method Details

    • getItemTypeId

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

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

      Set<ILinkTypeFilter> getLinkTypeFilters()
      Gets the ILinkTypeFilters that apply to "expand" operations that involve the entity type in this filter. The set is empty if there are no link type filters.
      Returns:
      See above.