Package com.sap.ai.sdk.grounding.model
Class CollectionDeletedResponse
java.lang.Object
com.sap.ai.sdk.grounding.model.CollectionDeletedResponse
- All Implemented Interfaces:
VectorV1VectorEndpointsGetCollectionDeletionStatus200Response
public class CollectionDeletedResponse
extends Object
implements VectorV1VectorEndpointsGetCollectionDeletionStatus200Response
CollectionDeletedResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceBuilder helper class.static interfaceBuilder helper class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor for CollectionDeletedResponse. -
Method Summary
Modifier and TypeMethodDescriptioncollectionURL(String collectionURL) Set the collectionURL of thisCollectionDeletedResponseinstance and return the same instance.create()Create a type-safe, fluent-api builder object to construct a newCollectionDeletedResponseinstance with all required arguments.booleanGet collectionURLgetCustomField(String name) Deprecated.Get the names of the unrecognizable properties of theCollectionDeletedResponse.Get statusinthashCode()voidsetCollectionURL(String collectionURL) Set the collectionURL of thisCollectionDeletedResponseinstance.voidsetCustomField(String customFieldName, Object customFieldValue) Set an unrecognizable property of thisCollectionDeletedResponseinstance.voidSet the status of thisCollectionDeletedResponseinstance.Set the status of thisCollectionDeletedResponseinstance and return the same instance.toMap()Get the value of all properties of thisCollectionDeletedResponseinstance including unrecognized properties.toString()
-
Constructor Details
-
CollectionDeletedResponse
protected CollectionDeletedResponse()Default constructor for CollectionDeletedResponse.
-
-
Method Details
-
collectionURL
Set the collectionURL of thisCollectionDeletedResponseinstance and return the same instance.- Parameters:
collectionURL- The collectionURL of thisCollectionDeletedResponse- Returns:
- The same instance of this
CollectionDeletedResponseclass
-
getCollectionURL
Get collectionURL- Returns:
- collectionURL The collectionURL of this
CollectionDeletedResponseinstance.
-
setCollectionURL
Set the collectionURL of thisCollectionDeletedResponseinstance.- Parameters:
collectionURL- The collectionURL of thisCollectionDeletedResponse
-
status
Set the status of thisCollectionDeletedResponseinstance and return the same instance.- Parameters:
status- The status of thisCollectionDeletedResponse- Returns:
- The same instance of this
CollectionDeletedResponseclass
-
getStatus
Get status- Returns:
- status The status of this
CollectionDeletedResponseinstance.
-
setStatus
Set the status of thisCollectionDeletedResponseinstance.- Parameters:
status- The status of thisCollectionDeletedResponse
-
getCustomFieldNames
Get the names of the unrecognizable properties of theCollectionDeletedResponse.- Returns:
- The set of properties names
-
getCustomField
@Nullable @Deprecated public Object getCustomField(@Nonnull String name) throws NoSuchElementException Deprecated.UsetoMap()instead.Get the value of an unrecognizable property of thisCollectionDeletedResponseinstance.- Parameters:
name- The name of the property- Returns:
- The value of the property
- Throws:
NoSuchElementException- If no property with the given name could be found.
-
toMap
Get the value of all properties of thisCollectionDeletedResponseinstance including unrecognized properties.- Returns:
- The map of all properties
-
setCustomField
Set an unrecognizable property of thisCollectionDeletedResponseinstance. If the map previously contained a mapping for the key, the old value is replaced by the specified value.- Parameters:
customFieldName- The name of the propertycustomFieldValue- The value of the property
-
equals
-
hashCode
public int hashCode() -
toString
-
create
Create a type-safe, fluent-api builder object to construct a newCollectionDeletedResponseinstance with all required arguments.
-
toMap()instead.