public static interface SendEventResponse.Builder extends ConnectParticipantResponse.Builder, SdkPojo, CopyableBuilder<SendEventResponse.Builder,SendEventResponse>
| Modifier and Type | Method and Description |
|---|---|
SendEventResponse.Builder |
absoluteTime(String absoluteTime)
The time when the event was sent.
|
SendEventResponse.Builder |
id(String id)
The ID of the response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSendEventResponse.Builder id(String id)
The ID of the response.
id - The ID of the response.SendEventResponse.Builder absoluteTime(String absoluteTime)
The time when the event was sent.
It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
absoluteTime - The time when the event was sent.
It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
Copyright © 2023. All rights reserved.