public static interface ConnectorEntity.Builder extends SdkPojo, CopyableBuilder<ConnectorEntity.Builder,ConnectorEntity>
| Modifier and Type | Method and Description |
|---|---|
ConnectorEntity.Builder |
hasNestedEntities(Boolean hasNestedEntities)
Specifies whether the connector entity is a parent or a category and has more entities nested underneath it.
|
ConnectorEntity.Builder |
label(String label)
The label applied to the connector entity.
|
ConnectorEntity.Builder |
name(String name)
The name of the connector entity.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConnectorEntity.Builder name(String name)
The name of the connector entity.
name - The name of the connector entity.ConnectorEntity.Builder label(String label)
The label applied to the connector entity.
label - The label applied to the connector entity.ConnectorEntity.Builder hasNestedEntities(Boolean hasNestedEntities)
Specifies whether the connector entity is a parent or a category and has more entities nested underneath it.
If another call is made with
entitiesPath = "the_current_entity_name_with_hasNestedEntities_true", then it returns the nested
entities underneath it. This provides a way to retrieve all supported entities in a recursive fashion.
hasNestedEntities - Specifies whether the connector entity is a parent or a category and has more entities nested
underneath it. If another call is made with
entitiesPath = "the_current_entity_name_with_hasNestedEntities_true", then it returns the
nested entities underneath it. This provides a way to retrieve all supported entities in a recursive
fashion.Copyright © 2022. All rights reserved.