Interface Bot.UpdateStages.WithEtag

  • All Known Subinterfaces:
    Bot.Update
    Enclosing interface:
    Bot.UpdateStages

    public static interface Bot.UpdateStages.WithEtag
    The stage of the Bot update allowing to specify etag.
    • Method Detail

      • withEtag

        Bot.Update withEtag​(String etag)
        Specifies the etag property: Entity Tag.
        Parameters:
        etag - Entity Tag.
        Returns:
        the next definition stage.