public static interface EventPayload.Builder extends SdkPojo, CopyableBuilder<EventPayload.Builder,EventPayload>
| Modifier and Type | Method and Description |
|---|---|
EventPayload.Builder |
contentType(String contentType)
The type of content in the event payload.
|
EventPayload.Builder |
data(String data)
The data included in the event payload.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEventPayload.Builder contentType(String contentType)
The type of content in the event payload.
contentType - The type of content in the event payload.EventPayload.Builder data(String data)
The data included in the event payload.
data - The data included in the event payload.Copyright © 2023. All rights reserved.