Package com.sap.ai.sdk.grounding.model
Interface CollectionsListResponse.Builder
- Enclosing class:
CollectionsListResponse
public static interface CollectionsListResponse.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondefault CollectionsListResponseresources(Collection... resources) Set the resources of thisCollectionsListResponseinstance.resources(List<Collection> resources) Set the resources of thisCollectionsListResponseinstance.
-
Method Details
-
resources
Set the resources of thisCollectionsListResponseinstance.- Parameters:
resources- The resources of thisCollectionsListResponse- Returns:
- The CollectionsListResponse instance.
-
resources
Set the resources of thisCollectionsListResponseinstance.- Parameters:
resources- The resources of thisCollectionsListResponse- Returns:
- The CollectionsListResponse instance.
-