Interface SendEventResponse
public interface SendEventResponse
SendEventResponse
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionstatic SendEventResponse.Builder
builder()
Getting builderAccepted timestamp.Event id.
-
Method Details
-
getAcceptedTime
Instant getAcceptedTime()Accepted timestamp.- Returns:
- acceptedTime
- Read Only
- This field is returned by the server and cannot be modified
-
getEventId
String getEventId()Event id.- Returns:
- eventId
- Read Only
- This field is returned by the server and cannot be modified
-
builder
Getting builder- Returns:
- New Builder instance
-