Interface Request<T>

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

public interface Request<T>
  • Method Details

    • getUri

      URI getUri()
    • getResponseType

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

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