Class EventSendParams.Body
-
- All Implemented Interfaces:
public final class EventSendParams.BodyRequest parameters for sending events to a
session.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEventSendParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final List<BetaManagedAgentsEventParams>events()Events to send to the session.final JsonField<List<BetaManagedAgentsEventParams>>_events()Returns the raw JSON value of events. final Map<String, JsonValue>_additionalProperties()final EventSendParams.Body.BuildertoBuilder()final EventSendParams.Bodyvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static EventSendParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
events
final List<BetaManagedAgentsEventParams> events()
Events to send to the
session.
-
_events
final JsonField<List<BetaManagedAgentsEventParams>> _events()
Returns the raw JSON value of events.
Unlike events, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final EventSendParams.Body.Builder toBuilder()
-
validate
final EventSendParams.Body 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 EventSendParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.events()
-
-
-
-