public static interface DataSourceGroup.Builder extends SdkPojo, CopyableBuilder<DataSourceGroup.Builder,DataSourceGroup>
| Modifier and Type | Method and Description |
|---|---|
DataSourceGroup.Builder |
dataSourceId(String dataSourceId)
The identifier of the data source group you want to add to your list of data source groups.
|
DataSourceGroup.Builder |
groupId(String groupId)
The identifier of the group you want to add to your list of groups.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataSourceGroup.Builder groupId(String groupId)
The identifier of the group you want to add to your list of groups. This is for filtering search results based on the groups' access to documents.
groupId - The identifier of the group you want to add to your list of groups. This is for filtering search
results based on the groups' access to documents.DataSourceGroup.Builder dataSourceId(String dataSourceId)
The identifier of the data source group you want to add to your list of data source groups. This is for filtering search results based on the groups' access to documents in that data source.
dataSourceId - The identifier of the data source group you want to add to your list of data source groups. This is
for filtering search results based on the groups' access to documents in that data source.Copyright © 2023. All rights reserved.