Modifier and Type | Field and Description |
---|---|
static java.lang.Class<Invite> |
InviteDB.clazz |
Modifier and Type | Method and Description |
---|---|
static Invite |
InviteDB.inviteByUserId(java.lang.Long userId,
java.lang.Long eventId) |
static Invite |
InviteDB.load(java.lang.Long id) |
Modifier and Type | Method and Description |
---|---|
static com.google.api.server.spi.response.CollectionResponse<Invite> |
InviteDB.inviteByUser(java.lang.Long userId,
java.lang.String cursor,
int limit) |
static com.google.api.server.spi.response.CollectionResponse<Invite> |
InviteDB.inviteByUser(java.lang.Long userId,
java.lang.String cursor,
java.lang.Integer limit) |
static com.google.api.server.spi.response.CollectionResponse<Invite> |
InviteDB.listByEvent(java.lang.Long eventId,
InviteTypeEnum type,
java.lang.String cursor,
java.lang.Integer limit) |
static com.google.api.server.spi.response.CollectionResponse<Invite> |
InviteDB.listByEvent(java.lang.Long eventId,
java.lang.String cursor,
java.lang.Integer limit) |
Modifier and Type | Method and Description |
---|---|
static void |
InviteDB.save(Invite invite) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<Invite> |
EventEndpoint.createInvite(java.lang.Long eventId,
java.lang.Long cardId,
InviteTypeEnum type) |
EntityResponse<Invite> |
EventEndpoint.existingInvitation(java.lang.Long id,
java.lang.Long eventId) |
EntityCollectionResponse<Invite> |
EventEndpoint.getEventsByUser(java.lang.Integer limit,
java.lang.String cursor,
java.lang.Long id) |
EntityCollectionResponse<Invite> |
EventEndpoint.listInvites(java.lang.Long eventId,
InviteTypeEnum type,
java.lang.Integer limit,
java.lang.String cursor) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<Invite> |
AppEndpoint.createInvite(java.lang.Long eventId,
java.lang.Long cardId,
InviteTypeEnum type) |
EntityResponse<Invite> |
AppEndpoint.existingInvitation(java.lang.Long id,
java.lang.Long eventId) |
EntityCollectionResponse<Invite> |
AppEndpoint.getEventsByUser(java.lang.Integer limit,
java.lang.String cursor,
java.lang.Long id) |
EntityCollectionResponse<Invite> |
AppEndpoint.listInvites(java.lang.Long eventId,
InviteTypeEnum type,
java.lang.Integer limit,
java.lang.String cursor) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<Invite> |
AppEndpoint.createInvite(java.lang.Long eventId,
java.lang.Long cardId,
InviteTypeEnum type) |
EntityResponse<Invite> |
AppEndpoint.existingInvitation(java.lang.Long id,
java.lang.Long eventId) |
EntityCollectionResponse<Invite> |
AppEndpoint.getEventsByUser(java.lang.Integer limit,
java.lang.String cursor,
java.lang.Long id) |
EntityCollectionResponse<Invite> |
AppEndpoint.listInvites(java.lang.Long eventId,
InviteTypeEnum type,
java.lang.Integer limit,
java.lang.String cursor) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<Invite> |
AppEndpoint.createInvite(java.lang.Long eventId,
java.lang.Long cardId,
InviteTypeEnum type) |
EntityResponse<Invite> |
AppEndpoint.existingInvitation(java.lang.Long id,
java.lang.Long eventId) |
EntityCollectionResponse<Invite> |
AppEndpoint.getEventsByUser(java.lang.Integer limit,
java.lang.String cursor,
java.lang.Long id) |
EntityCollectionResponse<Invite> |
AppEndpoint.listInvites(java.lang.Long eventId,
InviteTypeEnum type,
java.lang.Integer limit,
java.lang.String cursor) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<Invite> |
AppEndpoint.createInvite(java.lang.Long eventId,
java.lang.Long cardId,
InviteTypeEnum type) |
EntityResponse<Invite> |
AppEndpoint.existingInvitation(java.lang.Long id,
java.lang.Long eventId) |
EntityCollectionResponse<Invite> |
AppEndpoint.getEventsByUser(java.lang.Integer limit,
java.lang.String cursor,
java.lang.Long id) |
EntityCollectionResponse<Invite> |
AppEndpoint.listInvites(java.lang.Long eventId,
InviteTypeEnum type,
java.lang.Integer limit,
java.lang.String cursor) |
Constructor and Description |
---|
EventConnection(Invite invite,
DeviceTypeEnum deviceType) |