Package com.sap.ai.sdk.grounding.model
Interface CollectionDeletedResponse.Builder
- Enclosing class:
CollectionDeletedResponse
public static interface CollectionDeletedResponse.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptioncollectionURL(String collectionURL) Set the collectionURL of thisCollectionDeletedResponseinstance.
-
Method Details
-
collectionURL
Set the collectionURL of thisCollectionDeletedResponseinstance.- Parameters:
collectionURL- The collectionURL of thisCollectionDeletedResponse- Returns:
- The CollectionDeletedResponse builder.
-