Interface InviteRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    InviteRequest, InviteRequest.Builder

    public interface InviteRequestOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      invited user phone
      com.google.protobuf.ByteString getIdBytes()
      invited user phone
      InviteRequest.InviteReferral getReferral()
      .streamlayer.users.InviteRequest.InviteReferral referral = 2 [json_name = "referral"];
      boolean hasReferral()
      .streamlayer.users.InviteRequest.InviteReferral referral = 2 [json_name = "referral"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getId

        java.lang.String getId()
         invited user phone
         
        string id = 1 [json_name = "id"];
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
         invited user phone
         
        string id = 1 [json_name = "id"];
        Returns:
        The bytes for id.
      • hasReferral

        boolean hasReferral()
        .streamlayer.users.InviteRequest.InviteReferral referral = 2 [json_name = "referral"];
        Returns:
        Whether the referral field is set.
      • getReferral

        InviteRequest.InviteReferral getReferral()
        .streamlayer.users.InviteRequest.InviteReferral referral = 2 [json_name = "referral"];
        Returns:
        The referral.