public static interface ListConnectorEntitiesResponse.Builder extends AppflowResponse.Builder, SdkPojo, CopyableBuilder<ListConnectorEntitiesResponse.Builder,ListConnectorEntitiesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListConnectorEntitiesResponse.Builder |
connectorEntityMap(Map<String,? extends Collection<ConnectorEntity>> connectorEntityMap)
The response of
ListConnectorEntities lists entities grouped by category. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListConnectorEntitiesResponse.Builder connectorEntityMap(Map<String,? extends Collection<ConnectorEntity>> connectorEntityMap)
The response of ListConnectorEntities lists entities grouped by category. This map's key
represents the group name, and its value contains the list of entities belonging to that group.
connectorEntityMap - The response of ListConnectorEntities lists entities grouped by category. This map's key
represents the group name, and its value contains the list of entities belonging to that group.Copyright © 2022. All rights reserved.