Interface FeedSubscriptionResponse.FeedSubscriptionMetaOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      FeedUpdateType getType()
      .streamlayer.interactive.feed.FeedUpdateType type = 1 [json_name = "type"];
      int getTypeValue()
      .streamlayer.interactive.feed.FeedUpdateType type = 1 [json_name = "type"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getTypeValue

        int getTypeValue()
        .streamlayer.interactive.feed.FeedUpdateType type = 1 [json_name = "type"];
        Returns:
        The enum numeric value on the wire for type.
      • getType

        FeedUpdateType getType()
        .streamlayer.interactive.feed.FeedUpdateType type = 1 [json_name = "type"];
        Returns:
        The type.