Interface FeedSubscriptionResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      FeedItem getData()
      .streamlayer.interactive.feed.FeedItem data = 1 [json_name = "data"];
      FeedSubscriptionResponse.FeedSubscriptionMeta getMeta()
      .streamlayer.interactive.feed.FeedSubscriptionResponse.FeedSubscriptionMeta meta = 2 [json_name = "meta"];
      boolean hasData()
      .streamlayer.interactive.feed.FeedItem data = 1 [json_name = "data"];
      boolean hasMeta()
      .streamlayer.interactive.feed.FeedSubscriptionResponse.FeedSubscriptionMeta meta = 2 [json_name = "meta"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasData

        boolean hasData()
        .streamlayer.interactive.feed.FeedItem data = 1 [json_name = "data"];
        Returns:
        Whether the data field is set.
      • getData

        FeedItem getData()
        .streamlayer.interactive.feed.FeedItem data = 1 [json_name = "data"];
        Returns:
        The data.
      • hasMeta

        boolean hasMeta()
        .streamlayer.interactive.feed.FeedSubscriptionResponse.FeedSubscriptionMeta meta = 2 [json_name = "meta"];
        Returns:
        Whether the meta field is set.