Class Event.Source
- java.lang.Object
-
- org.springframework.social.google.api.calendar.Event.Source
-
-
Constructor Summary
Constructors Constructor Description Source()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTitle()The title of the source; for example a title of a web page or an email subject.StringgetUrl()The URL of the source pointing to a resource.
-
-
-
Method Detail
-
getUrl
public String getUrl()
The URL of the source pointing to a resource. The URL's protocol will be HTTP or HTTPS.- Returns:
- the value or
nullif none.
-
getTitle
public String getTitle()
The title of the source; for example a title of a web page or an email subject.- Returns:
- the value or
nullif none.
-
-