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()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()
-
builder
final static BetaContextManagementResponse.Builder builder()
Returns a mutable builder for constructing an instance of BetaContextManagementResponse.
The following fields are required:
.appliedEdits()
-
-
-
-