public static interface ListEntitiesFilter.Builder extends SdkPojo, CopyableBuilder<ListEntitiesFilter.Builder,ListEntitiesFilter>
| Modifier and Type | Method and Description |
|---|---|
ListEntitiesFilter.Builder |
componentTypeId(String componentTypeId)
The ID of the component type in the entities in the list.
|
ListEntitiesFilter.Builder |
externalId(String externalId)
The external-Id property of a component.
|
ListEntitiesFilter.Builder |
parentEntityId(String parentEntityId)
The parent of the entities in the list.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListEntitiesFilter.Builder parentEntityId(String parentEntityId)
The parent of the entities in the list.
parentEntityId - The parent of the entities in the list.ListEntitiesFilter.Builder componentTypeId(String componentTypeId)
The ID of the component type in the entities in the list.
componentTypeId - The ID of the component type in the entities in the list.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.
externalId - The external-Id property of a component. The external-Id property is the primary key of an external
storage system.Copyright © 2023. All rights reserved.