nylas
2.0.0-beta.1
jvm
nylas
/
com.nylas.models
/
When
/
Datespan
Datespan
public
final
class
Datespan
extends
When
Members
Constructors
When.
Datespan
Link copied to clipboard
public
When.Datespan
When.Datespan
(
@
Json
(
name
=
"start_date"
)
String
startDate
,
@
Json
(
name
=
"end_date"
)
String
endDate
)
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
Object
Link copied to clipboard
public
final
WhenType
getObject
(
)
get
Start
Date
Link copied to clipboard
public
final
String
getStartDate
(
)