nylas
2.3.0
jvm
nylas
/
com.nylas.models
/
WebPage
Web
Page
public
final
class
WebPage
Class representation for web pages in a contact.
Members
Constructors
Web
Page
Link copied to clipboard
public
WebPage
WebPage
(
@
Json
(
name
=
"url"
)
String
url
,
@
Json
(
name
=
"type"
)
String
type
)
Types
Builder
Link copied to clipboard
public
final
class
Builder
Properties
type
Link copied to clipboard
private
final
String
type
url
Link copied to clipboard
private
final
String
url
Functions
get
Type
Link copied to clipboard
public
final
String
getType
(
)
get
Url
Link copied to clipboard
public
final
String
getUrl
(
)