Package so.prelude.sdk.models
Class WatchSendEventsParams.Body
-
- All Implemented Interfaces:
public final class WatchSendEventsParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
WatchSendEventsParams.Body.Builder
A builder for Body.
-
Method Summary
Modifier and Type Method Description final List<WatchSendEventsParams.Event>
events()
A list of events to dispatch. final JsonField<List<WatchSendEventsParams.Event>>
_events()
Returns the raw JSON value of events. final Map<String, JsonValue>
_additionalProperties()
final WatchSendEventsParams.Body.Builder
toBuilder()
final WatchSendEventsParams.Body
validate()
final Boolean
isValid()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static WatchSendEventsParams.Body.Builder
builder()
Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
events
final List<WatchSendEventsParams.Event> events()
A list of events to dispatch.
-
_events
final JsonField<List<WatchSendEventsParams.Event>> _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 WatchSendEventsParams.Body.Builder toBuilder()
-
validate
final WatchSendEventsParams.Body validate()
-
builder
final static WatchSendEventsParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.events()
-
-
-
-