public class Event extends APINode
| Modifier and Type | Class and Description |
|---|---|
static class |
Event.APIRequestGet |
static class |
Event.APIRequestGetPicture |
static class |
Event.EnumType |
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
Event(Long id,
APIContext context) |
Event(String id,
APIContext context) |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic Event(Long id, APIContext context)
public Event(String id, APIContext context)
public Event fetch() throws APIException
APIExceptionpublic static Event fetchById(Long id, APIContext context) throws APIException
APIExceptionpublic static Event fetchById(String id, APIContext context) throws APIException
APIExceptionpublic static APINodeList<Event> fetchByIds(List<String> ids, List<String> fields, APIContext context) throws APIException
APIExceptionpublic static Event loadJSON(String json, APIContext context)
public static APINodeList<Event> parseResponse(String json, APIContext context, APIRequest request) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic Event.APIRequestGetPicture getPicture()
public Event.APIRequestGet get()
public Long getFieldAttendingCount()
public Boolean getFieldCanGuestsInvite()
public Boolean getFieldCanViewerPost()
public String getFieldCategory()
public Object getFieldCover()
public Long getFieldDeclinedCount()
public String getFieldDescription()
public String getFieldEndTime()
public Boolean getFieldGuestListEnabled()
public String getFieldId()
public Long getFieldInterestedCount()
public Boolean getFieldIsCanceled()
public Boolean getFieldIsDraft()
public Boolean getFieldIsPageOwned()
public Boolean getFieldIsViewerAdmin()
public Long getFieldMaybeCount()
public String getFieldName()
public Long getFieldNoreplyCount()
public Object getFieldOwner()
public Object getFieldParentGroup()
public Object getFieldPlace()
public String getFieldScheduledPublishTime()
public String getFieldStartTime()
public String getFieldTicketUri()
public String getFieldTicketingPrivacyUri()
public String getFieldTicketingTermsUri()
public String getFieldTimezone()
public Event.EnumType getFieldType()
public String getFieldUpdatedTime()
public static APIRequest.ResponseParser<Event> getParser()
Copyright © 2017. All rights reserved.