Interface ListEntitiesFilter.Builder

    • Method Detail

      • parentEntityId

        ListEntitiesFilter.Builder parentEntityId​(String parentEntityId)

        The parent of the entities in the list.

        Parameters:
        parentEntityId - The parent of the entities in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • componentTypeId

        ListEntitiesFilter.Builder componentTypeId​(String componentTypeId)

        The ID of the component type in the entities in the list.

        Parameters:
        componentTypeId - The ID of the component type in the entities in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • externalId

        ListEntitiesFilter.Builder externalId​(String externalId)

        The external-Id property of a component. The external-Id property is the primary key of an external storage system.

        Parameters:
        externalId - The external-Id property of a component. The external-Id property is the primary key of an external storage system.
        Returns:
        Returns a reference to this object so that method calls can be chained together.