Class BetaContextManagementResponse
-
- All Implemented Interfaces:
public final class BetaContextManagementResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaContextManagementResponse.BuilderA builder for BetaContextManagementResponse.
public final classBetaContextManagementResponse.AppliedEdit
-
Method Summary
Modifier and Type Method Description final List<BetaContextManagementResponse.AppliedEdit>appliedEdits()List of context management edits that were applied. final JsonField<List<BetaContextManagementResponse.AppliedEdit>>_appliedEdits()Returns the raw JSON value of appliedEdits. final Map<String, JsonValue>_additionalProperties()final BetaContextManagementResponse.BuildertoBuilder()final BetaContextManagementResponsevalidate()Validates that the types of all values in this object match their expected types recursively. 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<BetaContextManagementResponse.AppliedEdit> appliedEdits()
List of context management edits that were applied.
-
_appliedEdits
final JsonField<List<BetaContextManagementResponse.AppliedEdit>> _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()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static BetaContextManagementResponse.Builder builder()
Returns a mutable builder for constructing an instance of BetaContextManagementResponse.
The following fields are required:
.appliedEdits()
-
-
-
-