Package com.streamlayer.interactive.feed
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 FeedItemgetFeedItem().streamlayer.interactive.feed.FeedItem feed_item = 4 [json_name = "feedItem"];EventModerationgetModeration().streamlayer.interactive.EventModeration moderation = 3 [json_name = "moderation"];QuestionNotificationgetNotification()Deprecated.streamlayer.interactive.feed.FeedQuestion.notification is deprecated.QuestiongetQuestion().streamlayer.interactive.Question question = 1 [json_name = "question"];booleanhasFeedItem().streamlayer.interactive.feed.FeedItem feed_item = 4 [json_name = "feedItem"];booleanhasModeration().streamlayer.interactive.EventModeration moderation = 3 [json_name = "moderation"];booleanhasNotification()Deprecated.streamlayer.interactive.feed.FeedQuestion.notification is deprecated.booleanhasQuestion().streamlayer.interactive.Question question = 1 [json_name = "question"];
-
-
-
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=18deprecated, 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=18deprecated, 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.
-
-