Interface ListEntitiesFilter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ListEntitiesFilter.Builder,ListEntitiesFilter>, SdkBuilder<ListEntitiesFilter.Builder,ListEntitiesFilter>, SdkPojo
Enclosing class:
ListEntitiesFilter

@Mutable @NotThreadSafe public static interface ListEntitiesFilter.Builder extends SdkPojo, CopyableBuilder<ListEntitiesFilter.Builder,ListEntitiesFilter>
  • Method Details

    • 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.