| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Event |
build()
Builds a new
Event object using the set fields. |
Event.Builder |
createdAt(String createdAt)
Setter for createdAt.
|
Event.Builder |
data(EventData data)
Setter for data.
|
Event.Builder |
eventId(String eventId)
Setter for eventId.
|
Event.Builder |
locationId(String locationId)
Setter for locationId.
|
Event.Builder |
merchantId(String merchantId)
Setter for merchantId.
|
Event.Builder |
type(String type)
Setter for type.
|
Event.Builder |
unsetEventId()
UnSetter for eventId.
|
Event.Builder |
unsetLocationId()
UnSetter for locationId.
|
Event.Builder |
unsetMerchantId()
UnSetter for merchantId.
|
Event.Builder |
unsetType()
UnSetter for type.
|
public Event.Builder merchantId(String merchantId)
merchantId - String value for merchantId.public Event.Builder unsetMerchantId()
public Event.Builder locationId(String locationId)
locationId - String value for locationId.public Event.Builder unsetLocationId()
public Event.Builder type(String type)
type - String value for type.public Event.Builder unsetType()
public Event.Builder eventId(String eventId)
eventId - String value for eventId.public Event.Builder unsetEventId()
public Event.Builder createdAt(String createdAt)
createdAt - String value for createdAt.public Event.Builder data(EventData data)
data - EventData value for data.Copyright © 2024. All rights reserved.