Action.Builder |
Action.Builder.clearAccountId() |
Clears the value of the 'account_id' field.
|
Action.Builder |
Action.Builder.clearApplication() |
Clears the value of the 'application' field.
|
Action.Builder |
Action.Builder.clearBundle() |
Clears the value of the 'bundle' field.
|
Action.Builder |
Action.Builder.clearEventType() |
Clears the value of the 'event_type' field.
|
Action.Builder |
Action.Builder.clearPayload() |
Clears the value of the 'payload' field.
|
Action.Builder |
Action.Builder.clearTimestamp() |
Clears the value of the 'timestamp' field.
|
static Action.Builder |
Action.newBuilder() |
Creates a new Action RecordBuilder.
|
static Action.Builder |
Action.newBuilder(Action other) |
Creates a new Action RecordBuilder by copying an existing Action instance.
|
static Action.Builder |
Action.newBuilder(Action.Builder other) |
Creates a new Action RecordBuilder by copying an existing Builder.
|
Action.Builder |
Action.Builder.setAccountId(String value) |
Sets the value of the 'account_id' field.
|
Action.Builder |
Action.Builder.setApplication(String value) |
Sets the value of the 'application' field.
|
Action.Builder |
Action.Builder.setBundle(String value) |
Sets the value of the 'bundle' field.
|
Action.Builder |
Action.Builder.setEventType(String value) |
Sets the value of the 'event_type' field.
|
Action.Builder |
Action.Builder.setPayload(Map value) |
Sets the value of the 'payload' field.
|
Action.Builder |
Action.Builder.setTimestamp(LocalDateTime value) |
Sets the value of the 'timestamp' field.
|