Interface ApiResponse

All Superinterfaces:
java.util.Map

public interface ApiResponse
extends java.util.Map
  • Nested Class Summary

    Nested classes/interfaces inherited from interface java.util.Map

    java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
  • Method Summary

    Modifier and Type Method Description
    RateLimit apiRateLimit()  
    java.util.Map<java.lang.String,​RateLimit> rateLimits()  

    Methods inherited from interface java.util.Map

    clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
  • Method Details

    • rateLimits

      java.util.Map<java.lang.String,​RateLimit> rateLimits() throws java.text.ParseException
      Throws:
      java.text.ParseException
    • apiRateLimit

      RateLimit apiRateLimit() throws java.text.ParseException
      Throws:
      java.text.ParseException