Interface SendInvitationsMessageOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      InvitationCategory getCategory()
      invitation category
      int getCategoryValue()
      invitation category
      CommonData getCommon()
      common analytics data amongst calls kind: KIND_INVITATION_SENT, KIND_INVITATION_ACCEPTED category should be picked from extras
      InvitationFrom getFrom()
      who is sending the invitation
      int getFromValue()
      who is sending the invitation
      boolean hasCommon()
      common analytics data amongst calls kind: KIND_INVITATION_SENT, KIND_INVITATION_ACCEPTED category should be picked from extras
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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.