nylas
2.0.0-beta.1
jvm
nylas
/
com.nylas.models
/
UpdateEventRequest
/
When
/
Datespan
Datespan
public
final
class
Datespan
extends
UpdateEventRequest.When
Members
Constructors
Update
Event
Request.
When.
Datespan
Link copied to clipboard
public
UpdateEventRequest.When.Datespan
UpdateEventRequest.When.Datespan
(
@
Json
(
name
=
"start_date"
)
String
startDate
,
@
Json
(
name
=
"end_date"
)
String
endDate
)
Types
Builder
Link copied to clipboard
public
final
class
Builder
Properties
end
Date
Link copied to clipboard
private
final
String
endDate
start
Date
Link copied to clipboard
private
final
String
startDate
Functions
get
End
Date
Link copied to clipboard
public
final
String
getEndDate
(
)
get
Start
Date
Link copied to clipboard
public
final
String
getStartDate
(
)