Package com.mindee.http
Class Endpoint
- java.lang.Object
-
- com.mindee.http.Endpoint
-
public final class Endpoint extends Object
Endpoint for custom documents.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAccountName()
The name of the account that owns the API.String
getEndpointName()
The name of the product associated to the expected model.String
getVersion()
The version number of the API.
-
-
-
Method Detail
-
getEndpointName
public String getEndpointName()
The name of the product associated to the expected model.
-
getAccountName
public String getAccountName()
The name of the account that owns the API. Useful when using custom builder.
-
getVersion
public String getVersion()
The version number of the API. Without the v (for example for the v1.2: 1.2).
-
-