public class JsonGoogleCalendarResult extends JsonLPObject
JsonGoogleCalendarEvent if the request was successful. These messages will be generally sent by the
GoogleCalendarHookService.| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
amount
The number of found events.
|
java.util.List<JsonGoogleCalendarEvent> |
events
The found events as
List of JsonGoogleCalendarEvent. |
java.lang.String |
requestId
The ID of the request as
String to which this message is the result. |
CalendarRequestType |
requestType
The
CalendarRequestType of the request message. |
Id, Ontology, Version| Constructor and Description |
|---|
JsonGoogleCalendarResult()
Public default constructor to create instances of this class.
|
toStringpublic java.lang.String requestId
String to which this message is the result.public CalendarRequestType requestType
CalendarRequestType of the request message.public java.lang.Integer amount
public java.util.List<JsonGoogleCalendarEvent> events
List of JsonGoogleCalendarEvent.