Interface Request<T>

All Known Implementing Classes:
GetMe, GetUpdates, SendMessage, SendPhoto, SetWebHook

public interface Request<T>
  • Method Details

    • getMethod

      String getMethod()
    • getResponseType

      com.fasterxml.jackson.core.type.TypeReference<T> getResponseType()
    • getBody

      Optional<Map<Object,​Object>> getBody()