Class BetaContextManagementResponse
-
- All Implemented Interfaces:
public final class BetaContextManagementResponseInformation about context management operations applied during the request.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaContextManagementResponse.BuilderA builder for BetaContextManagementResponse.
-
Method Summary
Modifier and Type Method Description final List<BetaClearToolUses20250919EditResponse>appliedEdits()List of context management edits that were applied. final JsonField<List<BetaClearToolUses20250919EditResponse>>_appliedEdits()Returns the raw JSON value of appliedEdits. final Map<String, JsonValue>_additionalProperties()final BetaContextManagementResponse.BuildertoBuilder()final BetaContextManagementResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaContextManagementResponse.Builderbuilder()Returns a mutable builder for constructing an instance of BetaContextManagementResponse. -
-
Method Detail
-
appliedEdits
final List<BetaClearToolUses20250919EditResponse> appliedEdits()
List of context management edits that were applied.
-
_appliedEdits
final JsonField<List<BetaClearToolUses20250919EditResponse>> _appliedEdits()
Returns the raw JSON value of appliedEdits.
Unlike appliedEdits, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaContextManagementResponse.Builder toBuilder()
-
validate
final BetaContextManagementResponse validate()
-
builder
final static BetaContextManagementResponse.Builder builder()
Returns a mutable builder for constructing an instance of BetaContextManagementResponse.
The following fields are required:
.appliedEdits()
-
-
-
-