detailDoc
Overview
Parameters:
String - doc token
Return:
DocResponse - success
Exception - failure
To get this document we need:
set your api token.
set your doc token.
call the method.
Usage:
Import the relevant components:
import docs.DocRequests;
import response.DocResponse;
import services.JsonConverter;Set your Api Token:
Set your doc token.
Call the method detailDoc and receive the DocResponse class or an error message as a response:
Example:
Was this helpful?