public class JsonGoogleCalendarRequest extends JsonLPObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
amount
The maximum amount of requested events,
-1 is used as a wildcard for all found results. |
com.google.gdata.data.DateTime |
max
Optional parameter.
|
com.google.gdata.data.DateTime |
min
Optional parameter.
|
CalendarRequestType |
requestType
The type of request as
CalendarRequestType. |
Id, Ontology, Version| Constructor and Description |
|---|
JsonGoogleCalendarRequest()
Public default constructor to create instances of this class.
|
toStringpublic CalendarRequestType requestType
CalendarRequestType.public java.lang.Integer amount
-1 is used as a wildcard for all found results.public com.google.gdata.data.DateTime min
public com.google.gdata.data.DateTime max