All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
Event |
copyFrom(Event instance) |
Event.APIRequestCreateComment |
createComment() |
Event.APIRequestCreateFeed |
createFeed() |
Event.APIRequestCreateLiveVideo |
createLiveVideo() |
Event.APIRequestCreatePhoto |
createPhoto() |
Event.APIRequestCreateVideo |
createVideo() |
Event |
fetch() |
static Event |
fetchById(Long id,
APIContext context) |
static Event |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<Event> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<Event> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<Event> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<Event>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
Event.APIRequestGet |
get() |
Event.APIRequestGetAdmins |
getAdmins() |
Event.APIRequestGetAttending |
getAttending() |
Event.APIRequestGetComments |
getComments() |
APIContext |
getContext() |
Event.APIRequestGetDeclined |
getDeclined() |
Event.APIRequestGetFeed |
getFeed() |
Long |
getFieldAttendingCount() |
Boolean |
getFieldCanGuestsInvite() |
Event.EnumCategory |
getFieldCategory() |
CoverPhoto |
getFieldCover() |
Long |
getFieldDeclinedCount() |
String |
getFieldDescription() |
Boolean |
getFieldDiscountCodeEnabled() |
String |
getFieldEndTime() |
List<ChildEvent> |
getFieldEventTimes() |
Boolean |
getFieldGuestListEnabled() |
String |
getFieldId() |
Long |
getFieldInterestedCount() |
Boolean |
getFieldIsCanceled() |
Boolean |
getFieldIsDraft() |
Boolean |
getFieldIsPageOwned() |
Long |
getFieldMaybeCount() |
String |
getFieldName() |
Long |
getFieldNoreplyCount() |
Object |
getFieldOwner() |
Group |
getFieldParentGroup() |
Place |
getFieldPlace() |
String |
getFieldScheduledPublishTime() |
String |
getFieldStartTime() |
String |
getFieldTicketingPrivacyUri() |
String |
getFieldTicketingTermsUri() |
String |
getFieldTicketUri() |
String |
getFieldTicketUriStartSalesTime() |
String |
getFieldTimezone() |
Event.EnumType |
getFieldType() |
String |
getFieldUpdatedTime() |
String |
getId() |
Event.APIRequestGetInterested |
getInterested() |
Event.APIRequestGetLiveVideos |
getLiveVideos() |
Event.APIRequestGetMaybe |
getMaybe() |
Event.APIRequestGetNoreply |
getNoreply() |
static APIRequest.ResponseParser<Event> |
getParser() |
Event.APIRequestGetPhotos |
getPhotos() |
Event.APIRequestGetPicture |
getPicture() |
Event.APIRequestGetPosts |
getPosts() |
Event.APIRequestGetRoles |
getRoles() |
Event.APIRequestGetVideos |
getVideos() |
static Event |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<Event> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |