Class BetaManagedAgentsSessionDeletedEvent
-
- All Implemented Interfaces:
public final class BetaManagedAgentsSessionDeletedEventEmitted when a session has been deleted. Terminates any active event stream — no further events will be emitted for this session.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsSessionDeletedEvent.BuilderA builder for BetaManagedAgentsSessionDeletedEvent.
public final classBetaManagedAgentsSessionDeletedEvent.Type
-
Method Summary
Modifier and Type Method Description final Stringid()Unique identifier for this event. final OffsetDateTimeprocessedAt()A timestamp in RFC 3339 format final BetaManagedAgentsSessionDeletedEvent.Typetype()final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<OffsetDateTime>_processedAt()Returns the raw JSON value of processedAt. final JsonField<BetaManagedAgentsSessionDeletedEvent.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsSessionDeletedEvent.BuildertoBuilder()final BetaManagedAgentsSessionDeletedEventvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsSessionDeletedEvent.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionDeletedEvent. -
-
Method Detail
-
processedAt
final OffsetDateTime processedAt()
A timestamp in RFC 3339 format
-
type
final BetaManagedAgentsSessionDeletedEvent.Type type()
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_processedAt
final JsonField<OffsetDateTime> _processedAt()
Returns the raw JSON value of processedAt.
Unlike processedAt, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsSessionDeletedEvent.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsSessionDeletedEvent.Builder toBuilder()
-
validate
final BetaManagedAgentsSessionDeletedEvent 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 BetaManagedAgentsSessionDeletedEvent.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionDeletedEvent.
The following fields are required:
.id() .processedAt() .type()
-
-
-
-