public class EventData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EventData.Builder
Class to build instances of
EventData. |
| Modifier | Constructor and Description |
|---|---|
protected |
EventData(io.apimatic.core.types.OptionalNullable<String> type,
String id,
io.apimatic.core.types.OptionalNullable<Boolean> deleted,
io.apimatic.core.types.OptionalNullable<JsonObject> object)
Initialization constructor.
|
|
EventData(String type,
String id,
Boolean deleted,
JsonObject object)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getDeleted()
Getter for Deleted.
|
String |
getId()
Getter for Id.
|
JsonObject |
getObject()
Getter for Object.
|
String |
getType()
Getter for Type.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<Boolean> |
internalGetDeleted()
Internal Getter for Deleted.
|
protected io.apimatic.core.types.OptionalNullable<JsonObject> |
internalGetObject()
Internal Getter for Object.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetType()
Internal Getter for Type.
|
EventData.Builder |
toBuilder()
Builds a new
EventData.Builder object. |
String |
toString()
Converts this EventData into string format.
|
public EventData(String type, String id, Boolean deleted, JsonObject object)
type - String value for type.id - String value for id.deleted - Boolean value for deleted.object - JsonObject value for object.protected EventData(io.apimatic.core.types.OptionalNullable<String> type, String id, io.apimatic.core.types.OptionalNullable<Boolean> deleted, io.apimatic.core.types.OptionalNullable<JsonObject> object)
type - String value for type.id - String value for id.deleted - Boolean value for deleted.object - JsonObject value for object.protected io.apimatic.core.types.OptionalNullable<String> internalGetType()
public String getType()
public String getId()
protected io.apimatic.core.types.OptionalNullable<Boolean> internalGetDeleted()
public Boolean getDeleted()
protected io.apimatic.core.types.OptionalNullable<JsonObject> internalGetObject()
public JsonObject getObject()
public String toString()
public EventData.Builder toBuilder()
EventData.Builder object.
Creates the instance with the state of the current model.EventData.Builder objectCopyright © 2024. All rights reserved.