Package com.streamlayer.interactive.feed
Interface InteractiveFeedOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
InteractiveFeed,InteractiveFeed.Builder
public interface InteractiveFeedOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetId()string id = 1 [json_name = "id"];com.google.protobuf.ByteStringgetIdBytes()string id = 1 [json_name = "id"];EventModerationgetModeration().streamlayer.interactive.EventModeration moderation = 3 [json_name = "moderation"];FeedOptionsgetOptions().streamlayer.interactive.feed.FeedOptions options = 2 [json_name = "options"];booleanhasModeration().streamlayer.interactive.EventModeration moderation = 3 [json_name = "moderation"];booleanhasOptions().streamlayer.interactive.feed.FeedOptions options = 2 [json_name = "options"];
-
-
-
Method Detail
-
getId
java.lang.String getId()
string id = 1 [json_name = "id"];- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
string id = 1 [json_name = "id"];- Returns:
- The bytes for id.
-
hasOptions
boolean hasOptions()
.streamlayer.interactive.feed.FeedOptions options = 2 [json_name = "options"];- Returns:
- Whether the options field is set.
-
getOptions
FeedOptions getOptions()
.streamlayer.interactive.feed.FeedOptions options = 2 [json_name = "options"];- Returns:
- The options.
-
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.
-
-