Interface TweetPoll.TweetPollOptionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getPosition()
      int32 position = 1 [json_name = "position"];
      java.lang.String getText()
      string text = 2 [json_name = "text"];
      com.google.protobuf.ByteString getTextBytes()
      string text = 2 [json_name = "text"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getPosition

        int getPosition()
        int32 position = 1 [json_name = "position"];
        Returns:
        The position.
      • getText

        java.lang.String getText()
        string text = 2 [json_name = "text"];
        Returns:
        The text.
      • getTextBytes

        com.google.protobuf.ByteString getTextBytes()
        string text = 2 [json_name = "text"];
        Returns:
        The bytes for text.