Package com.openai.models.responses
Class ResponseDeleteParams
-
- All Implemented Interfaces:
-
com.openai.core.Params
public final class ResponseDeleteParams implements Params
Deletes a model response with the given ID.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ResponseDeleteParams.Builder
A builder for ResponseDeleteParams.
-
Method Summary
Modifier and Type Method Description final String
responseId()
final Map<String, JsonValue>
_additionalBodyProperties()
final Headers
_additionalHeaders()
final QueryParams
_additionalQueryParams()
final ResponseDeleteParams.Builder
toBuilder()
final Optional<Map<String, JsonValue>>
_body()
final String
_pathParam(Integer index)
Headers
_headers()
The full set of headers in the parameters, including both fixed and additional headers. QueryParams
_queryParams()
The full set of query params in the parameters, including both fixed and additional query params. Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static ResponseDeleteParams.Builder
builder()
Returns a mutable builder for constructing an instance of ResponseDeleteParams. -
-
Method Detail
-
responseId
final String responseId()
-
_additionalBodyProperties
final Map<String, JsonValue> _additionalBodyProperties()
-
_additionalHeaders
final Headers _additionalHeaders()
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
-
toBuilder
final ResponseDeleteParams.Builder toBuilder()
-
_pathParam
final String _pathParam(Integer index)
-
_headers
Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
builder
final static ResponseDeleteParams.Builder builder()
Returns a mutable builder for constructing an instance of ResponseDeleteParams.
The following fields are required:
.responseId()
-
-
-
-