Interface FeedQuestionOrBuilder

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

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

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      FeedItem getFeedItem()
      .streamlayer.interactive.feed.FeedItem feed_item = 4 [json_name = "feedItem"];
      EventModeration getModeration()
      .streamlayer.interactive.EventModeration moderation = 3 [json_name = "moderation"];
      QuestionNotification getNotification()
      Deprecated.
      streamlayer.interactive.feed.FeedQuestion.notification is deprecated.
      Question getQuestion()
      .streamlayer.interactive.Question question = 1 [json_name = "question"];
      boolean hasFeedItem()
      .streamlayer.interactive.feed.FeedItem feed_item = 4 [json_name = "feedItem"];
      boolean hasModeration()
      .streamlayer.interactive.EventModeration moderation = 3 [json_name = "moderation"];
      boolean hasNotification()
      Deprecated.
      streamlayer.interactive.feed.FeedQuestion.notification is deprecated.
      boolean hasQuestion()
      .streamlayer.interactive.Question question = 1 [json_name = "question"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasQuestion

        boolean hasQuestion()
        .streamlayer.interactive.Question question = 1 [json_name = "question"];
        Returns:
        Whether the question field is set.
      • getQuestion

        Question getQuestion()
        .streamlayer.interactive.Question question = 1 [json_name = "question"];
        Returns:
        The question.
      • hasNotification

        @Deprecated
        boolean hasNotification()
        Deprecated.
        streamlayer.interactive.feed.FeedQuestion.notification is deprecated. See streamlayer/interactive/feed/interactive.feed.proto;l=18
         deprecated, don't use
         
        .streamlayer.interactive.QuestionNotification notification = 2 [json_name = "notification", deprecated = true];
        Returns:
        Whether the notification field is set.
      • getNotification

        @Deprecated
        QuestionNotification getNotification()
        Deprecated.
        streamlayer.interactive.feed.FeedQuestion.notification is deprecated. See streamlayer/interactive/feed/interactive.feed.proto;l=18
         deprecated, don't use
         
        .streamlayer.interactive.QuestionNotification notification = 2 [json_name = "notification", deprecated = true];
        Returns:
        The notification.
      • hasModeration

        boolean hasModeration()
        .streamlayer.interactive.EventModeration moderation = 3 [json_name = "moderation"];
        Returns:
        Whether the moderation field is set.
      • getModeration

        EventModeration getModeration()
        .streamlayer.interactive.EventModeration moderation = 3 [json_name = "moderation"];
        Returns:
        The moderation.
      • hasFeedItem

        boolean hasFeedItem()
        .streamlayer.interactive.feed.FeedItem feed_item = 4 [json_name = "feedItem"];
        Returns:
        Whether the feedItem field is set.
      • getFeedItem

        FeedItem getFeedItem()
        .streamlayer.interactive.feed.FeedItem feed_item = 4 [json_name = "feedItem"];
        Returns:
        The feedItem.