public class Response
extends java.util.HashMap
implements com.cloudinary.api.ApiResponse
| Constructor and Description |
|---|
Response(org.apache.http.HttpResponse response,
java.util.Map result) |
| Modifier and Type | Method and Description |
|---|---|
com.cloudinary.api.RateLimit |
apiRateLimit() |
org.apache.http.HttpResponse |
getRawHttpResponse() |
java.util.Map<java.lang.String,com.cloudinary.api.RateLimit> |
rateLimits() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic Response(org.apache.http.HttpResponse response,
java.util.Map result)
public org.apache.http.HttpResponse getRawHttpResponse()
public java.util.Map<java.lang.String,com.cloudinary.api.RateLimit> rateLimits()
throws java.text.ParseException
rateLimits in interface com.cloudinary.api.ApiResponsejava.text.ParseExceptionpublic com.cloudinary.api.RateLimit apiRateLimit()
throws java.text.ParseException
apiRateLimit in interface com.cloudinary.api.ApiResponsejava.text.ParseException