Modifier and Type | Method and Description |
---|---|
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 int |
InviteDB.totalAcceptedInvites(java.lang.Long eventId,
InviteTypeEnum type) |
static int |
InviteDB.totalInvites(java.lang.Long eventId,
InviteTypeEnum type) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<Invite> |
EventEndpoint.createInvite(java.lang.Long eventId,
java.lang.Long cardId,
InviteTypeEnum type) |
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) |
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) |
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) |
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) |
EntityCollectionResponse<Invite> |
AppEndpoint.listInvites(java.lang.Long eventId,
InviteTypeEnum type,
java.lang.Integer limit,
java.lang.String cursor) |
Modifier and Type | Method and Description |
---|---|
static InviteTypeEnum |
InviteTypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InviteTypeEnum[] |
InviteTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
InviteTypeEnum |
Invite.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Invite.setType(InviteTypeEnum type) |
Constructor and Description |
---|
Invite(BCard bCard,
Event event,
InviteTypeEnum type) |