nylas
2.15.1
jvm
nylas
/
com.nylas.models
/
EventResource
Event
Resource
@
JsonClass
(
generateAdapter
=
true
)
public
final
class
EventResource
Members
Constructors
Event
Resource
Link copied to clipboard
public
EventResource
EventResource
(
@
Json
(
name
=
"email"
)
String
email
,
@
Json
(
name
=
"name"
)
String
name
)
Properties
email
Link copied to clipboard
private
final
String
email
name
Link copied to clipboard
private
final
String
name
Functions
get
Email
Link copied to clipboard
public
final
String
getEmail
(
)
get
Name
Link copied to clipboard
public
final
String
getName
(
)