Package com.mindee.http
Annotation Type CustomEndpointInfo
-
@Documented @Target(TYPE) @Retention(RUNTIME) public @interface CustomEndpointInfo
Endpoint settings for custom documents.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description StringaccountNameThe name of the account that owns the API.StringendpointNameThe name of the product associated to the expected model.
-
-
-
Element Detail
-
endpointName
String endpointName
The name of the product associated to the expected model.
-
-
-
accountName
String accountName
The name of the account that owns the API. Required when using custom builder.
-
-
-
version
String version
The version number of the API. Without the v (for example for the v1.2: 1.2). 1 by default.- Default:
- "1"
-
-