public class CreateEventOptions extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
CreateEventOptions.Builder
Builder. 
 | 
static interface  | 
CreateEventOptions.Type
The event type to be created. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EventData | 
data()
Gets the data. 
 | 
CreateEventOptions.Builder | 
newBuilder()
New builder. 
 | 
java.lang.String | 
type()
Gets the type. 
 | 
equals, hashCode, toStringpublic CreateEventOptions.Builder newBuilder()
public java.lang.String type()
public EventData data()