Interface SendInvitationsMessageOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SendInvitationsMessage,SendInvitationsMessage.Builder
public interface SendInvitationsMessageOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InvitationCategorygetCategory()invitation categoryintgetCategoryValue()invitation categoryCommonDatagetCommon()common analytics data amongst calls kind: KIND_INVITATION_SENT, KIND_INVITATION_ACCEPTED category should be picked from extrasInvitationFromgetFrom()who is sending the invitationintgetFromValue()who is sending the invitationbooleanhasCommon()common analytics data amongst calls kind: KIND_INVITATION_SENT, KIND_INVITATION_ACCEPTED category should be picked from extras
-
-
-
Method Detail
-
hasCommon
boolean hasCommon()
common analytics data amongst calls kind: KIND_INVITATION_SENT, KIND_INVITATION_ACCEPTED category should be picked from extras
.streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];- Returns:
- Whether the common field is set.
-
getCommon
CommonData getCommon()
common analytics data amongst calls kind: KIND_INVITATION_SENT, KIND_INVITATION_ACCEPTED category should be picked from extras
.streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];- Returns:
- The common.
-
getCategoryValue
int getCategoryValue()
invitation category
.streamlayer.analytics.v1.invitations.InvitationCategory category = 2 [json_name = "category"];- Returns:
- The enum numeric value on the wire for category.
-
getCategory
InvitationCategory getCategory()
invitation category
.streamlayer.analytics.v1.invitations.InvitationCategory category = 2 [json_name = "category"];- Returns:
- The category.
-
getFromValue
int getFromValue()
who is sending the invitation
.streamlayer.analytics.v1.invitations.InvitationFrom from = 3 [json_name = "from"];- Returns:
- The enum numeric value on the wire for from.
-
getFrom
InvitationFrom getFrom()
who is sending the invitation
.streamlayer.analytics.v1.invitations.InvitationFrom from = 3 [json_name = "from"];- Returns:
- The from.
-
-