public final class Event extends Object implements RelevantNullChecker
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the TurnOnline.biz Product Billing. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
| Constructor and Description |
|---|
Event() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allNull()
Checks whether this resource has at least a single property with non
null
value within its tree, among those that has been included to be checked. |
EventBegin |
getBegin() |
Date |
getDeadline() |
EventEnd |
getEnd() |
EventLocation |
getLocation() |
Integer |
getSeats() |
Event |
setBegin(EventBegin begin) |
void |
setBeginIf(EventBegin begin) |
Event |
setDeadline(Date deadline) |
Event |
setEnd(EventEnd end) |
void |
setEndIf(EventEnd end) |
Event |
setLocation(EventLocation location) |
void |
setLocationIf(EventLocation location) |
Event |
setSeats(Integer seats) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic EventBegin getBegin()
null for nonepublic Event setBegin(EventBegin begin)
begin - begin or null for nonepublic void setBeginIf(EventBegin begin)
public Date getDeadline()
null for nonepublic Event setDeadline(Date deadline)
deadline - deadline or null for nonepublic EventEnd getEnd()
null for nonepublic void setEndIf(EventEnd end)
public EventLocation getLocation()
null for nonepublic Event setLocation(EventLocation location)
location - location or null for nonepublic void setLocationIf(EventLocation location)
public Integer getSeats()
null for nonepublic boolean allNull()
RelevantNullCheckernull
value within its tree, among those that has been included to be checked.allNull in interface RelevantNullCheckertrue if at least a single property of this resource has a non null value,
otherwise falseCopyright © 2020. All rights reserved.