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 Summary

    Modifier and Type
    Method
    Description
    Specifies the etag property: Entity Tag.
  • Method Details

    • withEtag

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