Class ImageResult.Response

java.lang.Object
ai.nextbillion.maps.ImageResult.Response
All Implemented Interfaces:
ApiResponse<ImageResult>
Enclosing class:
ImageResult

public static class ImageResult.Response
extends java.lang.Object
implements ApiResponse<ImageResult>
ImageResult.Response is a type system hack to enable API endpoints to return a ImageResult.
  • Constructor Summary

    Constructors 
    Constructor Description
    Response()  
  • Method Summary

    Modifier and Type Method Description
    ApiException getError()  
    ImageResult getResult()  
    boolean successful()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait