Class InteractiveFeed.Builder

    • Method Detail

      • getId

        public java.lang.String getId()
        string id = 1 [json_name = "id"];
        Specified by:
        getId in interface InteractiveFeedOrBuilder
        Returns:
        The id.
      • getIdBytes

        public com.google.protobuf.ByteString getIdBytes()
        string id = 1 [json_name = "id"];
        Specified by:
        getIdBytes in interface InteractiveFeedOrBuilder
        Returns:
        The bytes for id.
      • setId

        public InteractiveFeed.Builder setId​(java.lang.String value)
        string id = 1 [json_name = "id"];
        Parameters:
        value - The id to set.
        Returns:
        This builder for chaining.
      • clearId

        public InteractiveFeed.Builder clearId()
        string id = 1 [json_name = "id"];
        Returns:
        This builder for chaining.
      • setIdBytes

        public InteractiveFeed.Builder setIdBytes​(com.google.protobuf.ByteString value)
        string id = 1 [json_name = "id"];
        Parameters:
        value - The bytes for id to set.
        Returns:
        This builder for chaining.
      • hasOptions

        public boolean hasOptions()
        .streamlayer.interactive.feed.FeedOptions options = 2 [json_name = "options"];
        Specified by:
        hasOptions in interface InteractiveFeedOrBuilder
        Returns:
        Whether the options field is set.
      • clearOptions

        public InteractiveFeed.Builder clearOptions()
        .streamlayer.interactive.feed.FeedOptions options = 2 [json_name = "options"];
      • hasModeration

        public boolean hasModeration()
        .streamlayer.interactive.EventModeration moderation = 3 [json_name = "moderation"];
        Specified by:
        hasModeration in interface InteractiveFeedOrBuilder
        Returns:
        Whether the moderation field is set.
      • clearModeration

        public InteractiveFeed.Builder clearModeration()
        .streamlayer.interactive.EventModeration moderation = 3 [json_name = "moderation"];