Index

A B C D E F G H I J L O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

abortTransaction() - Method in class io.lenra.api.internal.client.DataApi
Aborts a transaction
abortTransactionAsync(ApiCallback<Void>) - Method in class io.lenra.api.internal.client.DataApi
Aborts a transaction (asynchronously)
abortTransactionCall(ApiCallback) - Method in class io.lenra.api.internal.client.DataApi
Build call for abortTransaction
abortTransactionWithHttpInfo() - Method in class io.lenra.api.internal.client.DataApi
Aborts a transaction
AbstractOpenApiSchema - Class in io.lenra.api.internal.client.model
Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
AbstractOpenApiSchema(String, Boolean) - Constructor for class io.lenra.api.internal.client.model.AbstractOpenApiSchema
 
addDefaultCookie(String, String) - Method in class io.lenra.api.internal.ApiClient
Add a default cookie.
addDefaultHeader(String, String) - Method in class io.lenra.api.internal.ApiClient
Add a default header.
addInsertedIdsItem(String) - Method in class io.lenra.api.internal.client.model.InsertManyDocuments200Response
 
ApiCallback<T> - Interface in io.lenra.api.internal
Callback for asynchronous API call.
ApiClient - Class in io.lenra.api.internal
ApiClient class.
ApiClient() - Constructor for class io.lenra.api.internal.ApiClient
Basic constructor for ApiClient
ApiClient(OkHttpClient) - Constructor for class io.lenra.api.internal.ApiClient
Basic constructor with custom OkHttpClient
ApiException - Exception in io.lenra.api.internal
ApiException class.
ApiException() - Constructor for exception io.lenra.api.internal.ApiException
Constructor for ApiException.
ApiException(int, String) - Constructor for exception io.lenra.api.internal.ApiException
Constructor for ApiException.
ApiException(int, String, Map<String, List<String>>, String) - Constructor for exception io.lenra.api.internal.ApiException
Constructor for ApiException.
ApiException(int, Map<String, List<String>>, String) - Constructor for exception io.lenra.api.internal.ApiException
Constructor for ApiException.
ApiException(String) - Constructor for exception io.lenra.api.internal.ApiException
Constructor for ApiException.
ApiException(String, int, Map<String, List<String>>, String) - Constructor for exception io.lenra.api.internal.ApiException
Constructor for ApiException.
ApiException(String, Throwable, int, Map<String, List<String>>) - Constructor for exception io.lenra.api.internal.ApiException
Constructor for ApiException.
ApiException(String, Throwable, int, Map<String, List<String>>, String) - Constructor for exception io.lenra.api.internal.ApiException
Constructor for ApiException.
ApiException(Throwable) - Constructor for exception io.lenra.api.internal.ApiException
Constructor for ApiException.
ApiKeyAuth - Class in io.lenra.api.internal.auth
 
ApiKeyAuth(String, String) - Constructor for class io.lenra.api.internal.auth.ApiKeyAuth
 
ApiResponse<T> - Class in io.lenra.api.internal
API response returned by API call.
ApiResponse(int, Map<String, List<String>>) - Constructor for class io.lenra.api.internal.ApiResponse
Constructor for ApiResponse.
ApiResponse(int, Map<String, List<String>>, T) - Constructor for class io.lenra.api.internal.ApiResponse
Constructor for ApiResponse.
applyToParams(List<Pair>, Map<String, String>, Map<String, String>, String, String, URI) - Method in class io.lenra.api.internal.auth.ApiKeyAuth
 
applyToParams(List<Pair>, Map<String, String>, Map<String, String>, String, String, URI) - Method in interface io.lenra.api.internal.auth.Authentication
Apply authentication settings to header and query params.
applyToParams(List<Pair>, Map<String, String>, Map<String, String>, String, String, URI) - Method in class io.lenra.api.internal.auth.HttpBasicAuth
 
applyToParams(List<Pair>, Map<String, String>, Map<String, String>, String, String, URI) - Method in class io.lenra.api.internal.auth.HttpBearerAuth
 
Authentication - Interface in io.lenra.api.internal.auth
 

B

buildCall(String, String, String, List<Pair>, List<Pair>, Object, Map<String, String>, Map<String, String>, Map<String, Object>, String[], ApiCallback) - Method in class io.lenra.api.internal.ApiClient
Build HTTP call with the given options.
buildRequest(String, String, String, List<Pair>, List<Pair>, Object, Map<String, String>, Map<String, String>, Map<String, Object>, String[], ApiCallback) - Method in class io.lenra.api.internal.ApiClient
Build an HTTP request with the given options.
buildRequestBodyFormEncoding(Map<String, Object>) - Method in class io.lenra.api.internal.ApiClient
Build a form-encoding request body with the given form parameters.
buildRequestBodyMultipart(Map<String, Object>) - Method in class io.lenra.api.internal.ApiClient
Build a multipart (file uploading) request body with the given form parameters, which could contain text fields and file fields.
buildUrl(String, String, List<Pair>, List<Pair>) - Method in class io.lenra.api.internal.ApiClient
Build full URL by concatenating base path, the given sub path and query parameters.
ByteArrayAdapter() - Constructor for class io.lenra.api.internal.JSON.ByteArrayAdapter
 

C

collectionPathParameterToString(String, Collection) - Method in class io.lenra.api.internal.ApiClient
Formats the specified collection path parameter to a string value.
commitTransaction() - Method in class io.lenra.api.internal.client.DataApi
Commits a transaction
commitTransactionAsync(ApiCallback<Void>) - Method in class io.lenra.api.internal.client.DataApi
Commits a transaction (asynchronously)
commitTransactionCall(ApiCallback) - Method in class io.lenra.api.internal.client.DataApi
Build call for commitTransaction
commitTransactionWithHttpInfo() - Method in class io.lenra.api.internal.client.DataApi
Commits a transaction
Configuration - Class in io.lenra.api.internal
 
Configuration() - Constructor for class io.lenra.api.internal.Configuration
 
containsIgnoreCase(String[], String) - Static method in class io.lenra.api.internal.StringUtil
Check if the given array contains the given value (with case-insensitive comparison).
contentLength() - Method in class io.lenra.api.internal.ProgressRequestBody
 
contentLength() - Method in class io.lenra.api.internal.ProgressResponseBody
 
contentType() - Method in class io.lenra.api.internal.ProgressRequestBody
 
contentType() - Method in class io.lenra.api.internal.ProgressResponseBody
 
create(Gson, TypeToken<T>) - Method in class io.lenra.api.internal.client.model.DataDocument.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class io.lenra.api.internal.client.model.DataOptions.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class io.lenra.api.internal.client.model.FindDocumentsRequest.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class io.lenra.api.internal.client.model.InsertManyDocuments200Response.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class io.lenra.api.internal.client.model.InsertManyDocumentsRequest.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class io.lenra.api.internal.client.model.UpdateManyDocumentsRequest.CustomTypeAdapterFactory
 
createDocument(String, Object) - Method in class io.lenra.api.internal.client.DataApi
Creates one document in database
createDocumentAsync(String, Object, ApiCallback<Map<String, Object>>) - Method in class io.lenra.api.internal.client.DataApi
Creates one document in database (asynchronously)
createDocumentCall(String, Object, ApiCallback) - Method in class io.lenra.api.internal.client.DataApi
Build call for createDocument
createDocumentWithHttpInfo(String, Object) - Method in class io.lenra.api.internal.client.DataApi
Creates one document in database
createGson() - Static method in class io.lenra.api.internal.JSON
 
createTransaction() - Method in class io.lenra.api.internal.client.DataApi
Creates a transaction
createTransactionAsync(ApiCallback<String>) - Method in class io.lenra.api.internal.client.DataApi
Creates a transaction (asynchronously)
createTransactionCall(ApiCallback) - Method in class io.lenra.api.internal.client.DataApi
Build call for createTransaction
createTransactionWithHttpInfo() - Method in class io.lenra.api.internal.client.DataApi
Creates a transaction
CustomTypeAdapterFactory() - Constructor for class io.lenra.api.internal.client.model.DataDocument.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class io.lenra.api.internal.client.model.DataOptions.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class io.lenra.api.internal.client.model.FindDocumentsRequest.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class io.lenra.api.internal.client.model.InsertManyDocuments200Response.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class io.lenra.api.internal.client.model.InsertManyDocumentsRequest.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class io.lenra.api.internal.client.model.UpdateManyDocumentsRequest.CustomTypeAdapterFactory
 

D

DataApi - Class in io.lenra.api.internal.client
 
DataApi() - Constructor for class io.lenra.api.internal.client.DataApi
 
DataApi(ApiClient) - Constructor for class io.lenra.api.internal.client.DataApi
 
DataDocument - Class in io.lenra.api.internal.client.model
A document in MongoDB database
DataDocument() - Constructor for class io.lenra.api.internal.client.model.DataDocument
 
DataDocument.CustomTypeAdapterFactory - Class in io.lenra.api.internal.client.model
 
DataOptions - Class in io.lenra.api.internal.client.model
Mongo data query options
DataOptions() - Constructor for class io.lenra.api.internal.client.model.DataOptions
 
DataOptions.CustomTypeAdapterFactory - Class in io.lenra.api.internal.client.model
 
DateTypeAdapter() - Constructor for class io.lenra.api.internal.JSON.DateTypeAdapter
 
DateTypeAdapter(DateFormat) - Constructor for class io.lenra.api.internal.JSON.DateTypeAdapter
 
defaultValue - Variable in class io.lenra.api.internal.ServerVariable
 
deleteCollection(String) - Method in class io.lenra.api.internal.client.DataApi
Deletes a collection from database
deleteCollectionAsync(String, ApiCallback<Void>) - Method in class io.lenra.api.internal.client.DataApi
Deletes a collection from database (asynchronously)
deleteCollectionCall(String, ApiCallback) - Method in class io.lenra.api.internal.client.DataApi
Build call for deleteCollection
deleteCollectionWithHttpInfo(String) - Method in class io.lenra.api.internal.client.DataApi
Deletes a collection from database
deleteDocumentById(String, String) - Method in class io.lenra.api.internal.client.DataApi
Deletes a document from database
deleteDocumentByIdAsync(String, String, ApiCallback<Map<String, Object>>) - Method in class io.lenra.api.internal.client.DataApi
Deletes a document from database (asynchronously)
deleteDocumentByIdCall(String, String, ApiCallback) - Method in class io.lenra.api.internal.client.DataApi
Build call for deleteDocumentById
deleteDocumentByIdWithHttpInfo(String, String) - Method in class io.lenra.api.internal.client.DataApi
Deletes a document from database
description - Variable in class io.lenra.api.internal.ServerConfiguration
 
description - Variable in class io.lenra.api.internal.ServerVariable
 
deserialize(String, Type) - Static method in class io.lenra.api.internal.JSON
Deserialize the given JSON string to Java object.
deserialize(Response, Type) - Method in class io.lenra.api.internal.ApiClient
Deserialize response body to Java object, according to the return type and the Content-Type response header.
documents(Object) - Method in class io.lenra.api.internal.client.model.InsertManyDocumentsRequest
 
downloadFileFromResponse(Response) - Method in class io.lenra.api.internal.ApiClient
Download file from the given response.

E

enumValues - Variable in class io.lenra.api.internal.ServerVariable
 
equals(Object) - Method in class io.lenra.api.internal.client.model.AbstractOpenApiSchema
 
equals(Object) - Method in class io.lenra.api.internal.client.model.DataDocument
 
equals(Object) - Method in class io.lenra.api.internal.client.model.DataOptions
 
equals(Object) - Method in class io.lenra.api.internal.client.model.FindDocumentsRequest
 
equals(Object) - Method in class io.lenra.api.internal.client.model.InsertManyDocuments200Response
 
equals(Object) - Method in class io.lenra.api.internal.client.model.InsertManyDocumentsRequest
 
equals(Object) - Method in class io.lenra.api.internal.client.model.UpdateManyDocumentsRequest
 
escapeString(String) - Method in class io.lenra.api.internal.ApiClient
Escape the given string to be used as URL query value.
execute(Call) - Method in class io.lenra.api.internal.ApiClient
execute(Call, Type) - Method in class io.lenra.api.internal.ApiClient
Execute HTTP call and deserialize the HTTP response body into the given return type.
executeAsync(Call, ApiCallback<T>) - Method in class io.lenra.api.internal.ApiClient
executeAsync(Call, Type, ApiCallback<T>) - Method in class io.lenra.api.internal.ApiClient
Execute HTTP call asynchronously.

F

filter(Map<String, Object>) - Method in class io.lenra.api.internal.client.model.UpdateManyDocumentsRequest
 
findDocuments(String, FindDocumentsRequest) - Method in class io.lenra.api.internal.client.DataApi
Finds documents in database
findDocumentsAsync(String, FindDocumentsRequest, ApiCallback<List<Map<String, Object>>>) - Method in class io.lenra.api.internal.client.DataApi
Finds documents in database (asynchronously)
findDocumentsCall(String, FindDocumentsRequest, ApiCallback) - Method in class io.lenra.api.internal.client.DataApi
Build call for findDocuments
FindDocumentsRequest - Class in io.lenra.api.internal.client.model
FindDocumentsRequest
FindDocumentsRequest() - Constructor for class io.lenra.api.internal.client.model.FindDocumentsRequest
 
FindDocumentsRequest.CustomTypeAdapterFactory - Class in io.lenra.api.internal.client.model
 
findDocumentsWithHttpInfo(String, FindDocumentsRequest) - Method in class io.lenra.api.internal.client.DataApi
Finds documents in database
fromJson(String) - Static method in class io.lenra.api.internal.client.model.DataDocument
Create an instance of DataDocument given an JSON string
fromJson(String) - Static method in class io.lenra.api.internal.client.model.DataOptions
Create an instance of DataOptions given an JSON string
fromJson(String) - Static method in class io.lenra.api.internal.client.model.FindDocumentsRequest
Create an instance of FindDocumentsRequest given an JSON string
fromJson(String) - Static method in class io.lenra.api.internal.client.model.InsertManyDocuments200Response
Create an instance of InsertManyDocuments200Response given an JSON string
fromJson(String) - Static method in class io.lenra.api.internal.client.model.InsertManyDocumentsRequest
Create an instance of InsertManyDocumentsRequest given an JSON string
fromJson(String) - Static method in class io.lenra.api.internal.client.model.UpdateManyDocumentsRequest
Create an instance of UpdateManyDocumentsRequest given an JSON string

G

getActualInstance() - Method in class io.lenra.api.internal.client.model.AbstractOpenApiSchema
Get the actual instance
getActualInstanceRecursively() - Method in class io.lenra.api.internal.client.model.AbstractOpenApiSchema
Get the instant recursively when the schemas defined in oneOf/anyof happen to be oneOf/anyOf schema as well
getAdditionalProperties() - Method in class io.lenra.api.internal.client.model.DataDocument
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class io.lenra.api.internal.client.model.DataOptions
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class io.lenra.api.internal.client.model.FindDocumentsRequest
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class io.lenra.api.internal.client.model.InsertManyDocumentsRequest
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class io.lenra.api.internal.client.model.UpdateManyDocumentsRequest
Return the additional (undeclared) property.
getAdditionalProperty(String) - Method in class io.lenra.api.internal.client.model.DataDocument
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class io.lenra.api.internal.client.model.DataOptions
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class io.lenra.api.internal.client.model.FindDocumentsRequest
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class io.lenra.api.internal.client.model.InsertManyDocumentsRequest
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class io.lenra.api.internal.client.model.UpdateManyDocumentsRequest
Return the additional (undeclared) property with the specified name.
getApiClient() - Method in class io.lenra.api.internal.client.DataApi
 
getApiKey() - Method in class io.lenra.api.internal.auth.ApiKeyAuth
 
getApiKeyPrefix() - Method in class io.lenra.api.internal.auth.ApiKeyAuth
 
getAuthentication(String) - Method in class io.lenra.api.internal.ApiClient
Get authentication for the given name.
getAuthentications() - Method in class io.lenra.api.internal.ApiClient
Get authentications (key: authentication name, value: authentication).
getBasePath() - Method in class io.lenra.api.internal.ApiClient
Get base path
getBearerToken() - Method in class io.lenra.api.internal.auth.HttpBearerAuth
Gets the token, which together with the scheme, will be sent as the value of the Authorization header.
getCode() - Method in exception io.lenra.api.internal.ApiException
Get the HTTP status code.
getConnectTimeout() - Method in class io.lenra.api.internal.ApiClient
Get connection timeout (in milliseconds).
getCustomBaseUrl() - Method in class io.lenra.api.internal.client.DataApi
 
getData() - Method in class io.lenra.api.internal.ApiResponse
Get the data.
getDateFormat() - Method in class io.lenra.api.internal.ApiClient
Getter for the field dateFormat.
getDefaultApiClient() - Static method in class io.lenra.api.internal.Configuration
Get the default API client, which would be used when creating API instances without providing an API client.
getDocumentById(String, String) - Method in class io.lenra.api.internal.client.DataApi
Gets a document from database
getDocumentByIdAsync(String, String, ApiCallback<Map<String, Object>>) - Method in class io.lenra.api.internal.client.DataApi
Gets a document from database (asynchronously)
getDocumentByIdCall(String, String, ApiCallback) - Method in class io.lenra.api.internal.client.DataApi
Build call for getDocumentById
getDocumentByIdWithHttpInfo(String, String) - Method in class io.lenra.api.internal.client.DataApi
Gets a document from database
getDocuments() - Method in class io.lenra.api.internal.client.model.InsertManyDocumentsRequest
Get documents
getDocuments(String) - Method in class io.lenra.api.internal.client.DataApi
Gets documents from database
getDocumentsAsync(String, ApiCallback<List<Map<String, Object>>>) - Method in class io.lenra.api.internal.client.DataApi
Gets documents from database (asynchronously)
getDocumentsCall(String, ApiCallback) - Method in class io.lenra.api.internal.client.DataApi
Build call for getDocuments
getDocumentsWithHttpInfo(String) - Method in class io.lenra.api.internal.client.DataApi
Gets documents from database
getFilter() - Method in class io.lenra.api.internal.client.model.UpdateManyDocumentsRequest
Mongo data query
getGson() - Static method in class io.lenra.api.internal.JSON
Get Gson.
getHeaders() - Method in class io.lenra.api.internal.ApiResponse
Get the headers.
getHostIndex() - Method in class io.lenra.api.internal.client.DataApi
 
getHttpClient() - Method in class io.lenra.api.internal.ApiClient
Get HTTP client
getId() - Method in class io.lenra.api.internal.client.model.DataDocument
The document identifier
getInsertedIds() - Method in class io.lenra.api.internal.client.model.InsertManyDocuments200Response
Get insertedIds
getJSON() - Method in class io.lenra.api.internal.ApiClient
Get JSON
getKeyManagers() - Method in class io.lenra.api.internal.ApiClient
Getter for the field keyManagers.
getLimit() - Method in class io.lenra.api.internal.client.model.DataOptions
Get limit
getLocation() - Method in class io.lenra.api.internal.auth.ApiKeyAuth
 
getMessage() - Method in exception io.lenra.api.internal.ApiException
Get the exception message including HTTP response data.
getName() - Method in class io.lenra.api.internal.Pair
 
getOptions() - Method in class io.lenra.api.internal.client.model.FindDocumentsRequest
Get options
getParamName() - Method in class io.lenra.api.internal.auth.ApiKeyAuth
 
getPassword() - Method in class io.lenra.api.internal.auth.HttpBasicAuth
 
getProjection() - Method in class io.lenra.api.internal.client.model.FindDocumentsRequest
Get projection
getQuery() - Method in class io.lenra.api.internal.client.model.FindDocumentsRequest
Mongo data query
getReadTimeout() - Method in class io.lenra.api.internal.ApiClient
Get read timeout (in milliseconds).
getResponseBody() - Method in exception io.lenra.api.internal.ApiException
Get the HTTP response body.
getResponseHeaders() - Method in exception io.lenra.api.internal.ApiException
Get the HTTP response headers.
getSchemas() - Method in class io.lenra.api.internal.client.model.AbstractOpenApiSchema
Get the list of oneOf/anyOf composed schemas allowed to be stored in this object
getSchemaType() - Method in class io.lenra.api.internal.client.model.AbstractOpenApiSchema
Get the schema type (e.g.
getServerIndex() - Method in class io.lenra.api.internal.ApiClient
 
getServers() - Method in class io.lenra.api.internal.ApiClient
 
getServerVariables() - Method in class io.lenra.api.internal.ApiClient
 
getSkip() - Method in class io.lenra.api.internal.client.model.DataOptions
Get skip
getSort() - Method in class io.lenra.api.internal.client.model.DataOptions
Get sort
getSslCaCert() - Method in class io.lenra.api.internal.ApiClient
Get SSL CA cert.
getStatusCode() - Method in class io.lenra.api.internal.ApiResponse
Get the status code.
getTempFolderPath() - Method in class io.lenra.api.internal.ApiClient
The path of temporary folder used to store downloaded files from endpoints with file response.
getUpdate() - Method in class io.lenra.api.internal.client.model.UpdateManyDocumentsRequest
Mongo data query
getUsername() - Method in class io.lenra.api.internal.auth.HttpBasicAuth
 
getValue() - Method in class io.lenra.api.internal.Pair
 
getWriteTimeout() - Method in class io.lenra.api.internal.ApiClient
Get write timeout (in milliseconds).
guessContentTypeFromFile(File) - Method in class io.lenra.api.internal.ApiClient
Guess Content-Type header from the given file (defaults to "application/octet-stream").

H

handleResponse(Response, Type) - Method in class io.lenra.api.internal.ApiClient
Handle the given response, return the deserialized object when the response is successful.
hashCode() - Method in class io.lenra.api.internal.client.model.AbstractOpenApiSchema
 
hashCode() - Method in class io.lenra.api.internal.client.model.DataDocument
 
hashCode() - Method in class io.lenra.api.internal.client.model.DataOptions
 
hashCode() - Method in class io.lenra.api.internal.client.model.FindDocumentsRequest
 
hashCode() - Method in class io.lenra.api.internal.client.model.InsertManyDocuments200Response
 
hashCode() - Method in class io.lenra.api.internal.client.model.InsertManyDocumentsRequest
 
hashCode() - Method in class io.lenra.api.internal.client.model.UpdateManyDocumentsRequest
 
HttpBasicAuth - Class in io.lenra.api.internal.auth
 
HttpBasicAuth() - Constructor for class io.lenra.api.internal.auth.HttpBasicAuth
 
HttpBearerAuth - Class in io.lenra.api.internal.auth
 
HttpBearerAuth(String) - Constructor for class io.lenra.api.internal.auth.HttpBearerAuth
 

I

id(String) - Method in class io.lenra.api.internal.client.model.DataDocument
 
insertedIds(List<String>) - Method in class io.lenra.api.internal.client.model.InsertManyDocuments200Response
 
insertManyDocuments(String, InsertManyDocumentsRequest) - Method in class io.lenra.api.internal.client.DataApi
Inserts many documents in database
InsertManyDocuments200Response - Class in io.lenra.api.internal.client.model
InsertManyDocuments200Response
InsertManyDocuments200Response() - Constructor for class io.lenra.api.internal.client.model.InsertManyDocuments200Response
 
InsertManyDocuments200Response.CustomTypeAdapterFactory - Class in io.lenra.api.internal.client.model
 
insertManyDocumentsAsync(String, InsertManyDocumentsRequest, ApiCallback<InsertManyDocuments200Response>) - Method in class io.lenra.api.internal.client.DataApi
Inserts many documents in database (asynchronously)
insertManyDocumentsCall(String, InsertManyDocumentsRequest, ApiCallback) - Method in class io.lenra.api.internal.client.DataApi
Build call for insertManyDocuments
InsertManyDocumentsRequest - Class in io.lenra.api.internal.client.model
InsertManyDocumentsRequest
InsertManyDocumentsRequest() - Constructor for class io.lenra.api.internal.client.model.InsertManyDocumentsRequest
 
InsertManyDocumentsRequest.CustomTypeAdapterFactory - Class in io.lenra.api.internal.client.model
 
insertManyDocumentsWithHttpInfo(String, InsertManyDocumentsRequest) - Method in class io.lenra.api.internal.client.DataApi
Inserts many documents in database
io.lenra.api.internal - package io.lenra.api.internal
 
io.lenra.api.internal.auth - package io.lenra.api.internal.auth
 
io.lenra.api.internal.client - package io.lenra.api.internal.client
 
io.lenra.api.internal.client.model - package io.lenra.api.internal.client.model
 
isDebugging() - Method in class io.lenra.api.internal.ApiClient
Check that whether debugging is enabled for this API client.
isJsonMime(String) - Method in class io.lenra.api.internal.ApiClient
Check if the given MIME is a JSON MIME.
isNullable() - Method in class io.lenra.api.internal.client.model.AbstractOpenApiSchema
Is nullable
isVerifyingSsl() - Method in class io.lenra.api.internal.ApiClient
True if isVerifyingSsl flag is on

J

join(String[], String) - Static method in class io.lenra.api.internal.StringUtil
Join an array of strings with the given separator.
join(Collection<String>, String) - Static method in class io.lenra.api.internal.StringUtil
Join a list of strings with the given separator.
JSON - Class in io.lenra.api.internal
 
JSON() - Constructor for class io.lenra.api.internal.JSON
 
JSON.ByteArrayAdapter - Class in io.lenra.api.internal
Gson TypeAdapter for Byte Array type
JSON.DateTypeAdapter - Class in io.lenra.api.internal
Gson TypeAdapter for java.util.Date type If the dateFormat is null, DateTimeFormatter will be used.
JSON.LocalDateTypeAdapter - Class in io.lenra.api.internal
Gson TypeAdapter for JSR310 LocalDate type
JSON.OffsetDateTimeTypeAdapter - Class in io.lenra.api.internal
Gson TypeAdapter for JSR310 OffsetDateTime type
JSON.SqlDateTypeAdapter - Class in io.lenra.api.internal
Gson TypeAdapter for java.sql.Date type If the dateFormat is null, a simple "yyyy-MM-dd" format will be used (more efficient than SimpleDateFormat).

L

limit(Object) - Method in class io.lenra.api.internal.client.model.DataOptions
 
LocalDateTypeAdapter() - Constructor for class io.lenra.api.internal.JSON.LocalDateTypeAdapter
 
LocalDateTypeAdapter(DateTimeFormatter) - Constructor for class io.lenra.api.internal.JSON.LocalDateTypeAdapter
 

O

OffsetDateTimeTypeAdapter() - Constructor for class io.lenra.api.internal.JSON.OffsetDateTimeTypeAdapter
 
OffsetDateTimeTypeAdapter(DateTimeFormatter) - Constructor for class io.lenra.api.internal.JSON.OffsetDateTimeTypeAdapter
 
onDownloadProgress(long, long, boolean) - Method in interface io.lenra.api.internal.ApiCallback
This is called when the API download processing.
onFailure(ApiException, int, Map<String, List<String>>) - Method in interface io.lenra.api.internal.ApiCallback
This is called when the API call fails.
onSuccess(T, int, Map<String, List<String>>) - Method in interface io.lenra.api.internal.ApiCallback
This is called when the API call succeeded.
onUploadProgress(long, long, boolean) - Method in interface io.lenra.api.internal.ApiCallback
This is called when the API upload processing.
openapiFields - Static variable in class io.lenra.api.internal.client.model.DataDocument
 
openapiFields - Static variable in class io.lenra.api.internal.client.model.DataOptions
 
openapiFields - Static variable in class io.lenra.api.internal.client.model.FindDocumentsRequest
 
openapiFields - Static variable in class io.lenra.api.internal.client.model.InsertManyDocuments200Response
 
openapiFields - Static variable in class io.lenra.api.internal.client.model.InsertManyDocumentsRequest
 
openapiFields - Static variable in class io.lenra.api.internal.client.model.UpdateManyDocumentsRequest
 
openapiRequiredFields - Static variable in class io.lenra.api.internal.client.model.DataDocument
 
openapiRequiredFields - Static variable in class io.lenra.api.internal.client.model.DataOptions
 
openapiRequiredFields - Static variable in class io.lenra.api.internal.client.model.FindDocumentsRequest
 
openapiRequiredFields - Static variable in class io.lenra.api.internal.client.model.InsertManyDocuments200Response
 
openapiRequiredFields - Static variable in class io.lenra.api.internal.client.model.InsertManyDocumentsRequest
 
openapiRequiredFields - Static variable in class io.lenra.api.internal.client.model.UpdateManyDocumentsRequest
 
options(DataOptions) - Method in class io.lenra.api.internal.client.model.FindDocumentsRequest
 

P

Pair - Class in io.lenra.api.internal
 
Pair(String, String) - Constructor for class io.lenra.api.internal.Pair
 
parameterToPair(String, Object) - Method in class io.lenra.api.internal.ApiClient
Formats the specified query parameter to a list containing a single Pair object.
parameterToPairs(String, String, Collection) - Method in class io.lenra.api.internal.ApiClient
Formats the specified collection query parameters to a list of Pair objects.
parameterToString(Object) - Method in class io.lenra.api.internal.ApiClient
Format the given parameter object into string.
prepareDownloadFile(Response) - Method in class io.lenra.api.internal.ApiClient
Prepare file for download
processCookieParams(Map<String, String>, Request.Builder) - Method in class io.lenra.api.internal.ApiClient
Set cookie parameters to the request builder, including default cookies.
processHeaderParams(Map<String, String>, Request.Builder) - Method in class io.lenra.api.internal.ApiClient
Set header parameters to the request builder, including default headers.
ProgressRequestBody - Class in io.lenra.api.internal
 
ProgressRequestBody(RequestBody, ApiCallback) - Constructor for class io.lenra.api.internal.ProgressRequestBody
 
ProgressResponseBody - Class in io.lenra.api.internal
 
ProgressResponseBody(ResponseBody, ApiCallback) - Constructor for class io.lenra.api.internal.ProgressResponseBody
 
projection(Map<String, Object>) - Method in class io.lenra.api.internal.client.model.FindDocumentsRequest
 
putAdditionalProperty(String, Object) - Method in class io.lenra.api.internal.client.model.DataDocument
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class io.lenra.api.internal.client.model.DataOptions
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class io.lenra.api.internal.client.model.FindDocumentsRequest
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class io.lenra.api.internal.client.model.InsertManyDocumentsRequest
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class io.lenra.api.internal.client.model.UpdateManyDocumentsRequest
Set the additional (undeclared) property with the specified name and value.

Q

query(Map<String, Object>) - Method in class io.lenra.api.internal.client.model.FindDocumentsRequest
 

R

read(JsonReader) - Method in class io.lenra.api.internal.JSON.ByteArrayAdapter
 
read(JsonReader) - Method in class io.lenra.api.internal.JSON.DateTypeAdapter
 
read(JsonReader) - Method in class io.lenra.api.internal.JSON.LocalDateTypeAdapter
 
read(JsonReader) - Method in class io.lenra.api.internal.JSON.OffsetDateTimeTypeAdapter
 
read(JsonReader) - Method in class io.lenra.api.internal.JSON.SqlDateTypeAdapter
 

S

sanitizeFilename(String) - Method in class io.lenra.api.internal.ApiClient
Sanitize filename by removing path.
selectHeaderAccept(String[]) - Method in class io.lenra.api.internal.ApiClient
Select the Accept header's value from the given accepts array: if JSON exists in the given array, use it; otherwise use all of them (joining into a string)
selectHeaderContentType(String[]) - Method in class io.lenra.api.internal.ApiClient
Select the Content-Type header's value from the given array: if JSON exists in the given array, use it; otherwise use the first one of the array.
serialize(Object) - Static method in class io.lenra.api.internal.JSON
Serialize the given Java object into JSON string.
serialize(Object, String) - Method in class io.lenra.api.internal.ApiClient
Serialize the given Java object into request body according to the object's class and the request Content-Type.
SERIALIZED_NAME_DOCUMENTS - Static variable in class io.lenra.api.internal.client.model.InsertManyDocumentsRequest
 
SERIALIZED_NAME_FILTER - Static variable in class io.lenra.api.internal.client.model.UpdateManyDocumentsRequest
 
SERIALIZED_NAME_ID - Static variable in class io.lenra.api.internal.client.model.DataDocument
 
SERIALIZED_NAME_INSERTED_IDS - Static variable in class io.lenra.api.internal.client.model.InsertManyDocuments200Response
 
SERIALIZED_NAME_LIMIT - Static variable in class io.lenra.api.internal.client.model.DataOptions
 
SERIALIZED_NAME_OPTIONS - Static variable in class io.lenra.api.internal.client.model.FindDocumentsRequest
 
SERIALIZED_NAME_PROJECTION - Static variable in class io.lenra.api.internal.client.model.FindDocumentsRequest
 
SERIALIZED_NAME_QUERY - Static variable in class io.lenra.api.internal.client.model.FindDocumentsRequest
 
SERIALIZED_NAME_SKIP - Static variable in class io.lenra.api.internal.client.model.DataOptions
 
SERIALIZED_NAME_SORT - Static variable in class io.lenra.api.internal.client.model.DataOptions
 
SERIALIZED_NAME_UPDATE - Static variable in class io.lenra.api.internal.client.model.UpdateManyDocumentsRequest
 
ServerConfiguration - Class in io.lenra.api.internal
Representing a Server configuration.
ServerConfiguration(String, String, Map<String, ServerVariable>) - Constructor for class io.lenra.api.internal.ServerConfiguration
 
serverIndex - Variable in class io.lenra.api.internal.ApiClient
 
servers - Variable in class io.lenra.api.internal.ApiClient
 
ServerVariable - Class in io.lenra.api.internal
Representing a Server Variable for server URL template substitution.
ServerVariable(String, String, HashSet<String>) - Constructor for class io.lenra.api.internal.ServerVariable
 
serverVariables - Variable in class io.lenra.api.internal.ApiClient
 
setAccessToken(String) - Method in class io.lenra.api.internal.ApiClient
Helper method to set access token for the first OAuth2 authentication.
setActualInstance(Object) - Method in class io.lenra.api.internal.client.model.AbstractOpenApiSchema
Set the actual instance
setApiClient(ApiClient) - Method in class io.lenra.api.internal.client.DataApi
 
setApiKey(String) - Method in class io.lenra.api.internal.ApiClient
Helper method to set API key value for the first API key authentication.
setApiKey(String) - Method in class io.lenra.api.internal.auth.ApiKeyAuth
 
setApiKeyPrefix(String) - Method in class io.lenra.api.internal.ApiClient
Helper method to set API key prefix for the first API key authentication.
setApiKeyPrefix(String) - Method in class io.lenra.api.internal.auth.ApiKeyAuth
 
setAWS4Configuration(String, String, String, String) - Method in class io.lenra.api.internal.ApiClient
Helper method to set credentials for AWSV4 Signature
setBasePath(String) - Method in class io.lenra.api.internal.ApiClient
Set base path
setBearerToken(String) - Method in class io.lenra.api.internal.ApiClient
Helper method to set access token for the first Bearer authentication.
setBearerToken(String) - Method in class io.lenra.api.internal.auth.HttpBearerAuth
Sets the token, which together with the scheme, will be sent as the value of the Authorization header.
setBearerToken(Supplier<String>) - Method in class io.lenra.api.internal.ApiClient
Helper method to set the supplier of access tokens for Bearer authentication.
setBearerToken(Supplier<String>) - Method in class io.lenra.api.internal.auth.HttpBearerAuth
Sets the supplier of tokens, which together with the scheme, will be sent as the value of the Authorization header.
setConnectTimeout(int) - Method in class io.lenra.api.internal.ApiClient
Sets the connect timeout (in milliseconds).
setCustomBaseUrl(String) - Method in class io.lenra.api.internal.client.DataApi
 
setDateFormat(DateFormat) - Method in class io.lenra.api.internal.ApiClient
Setter for the field dateFormat.
setDateFormat(DateFormat) - Static method in class io.lenra.api.internal.JSON
 
setDebugging(boolean) - Method in class io.lenra.api.internal.ApiClient
Enable/disable debugging for this API client.
setDefaultApiClient(ApiClient) - Static method in class io.lenra.api.internal.Configuration
Set the default API client, which would be used when creating API instances without providing an API client.
setDocuments(Object) - Method in class io.lenra.api.internal.client.model.InsertManyDocumentsRequest
 
setFilter(Map<String, Object>) - Method in class io.lenra.api.internal.client.model.UpdateManyDocumentsRequest
 
setFormat(DateFormat) - Method in class io.lenra.api.internal.JSON.DateTypeAdapter
 
setFormat(DateFormat) - Method in class io.lenra.api.internal.JSON.SqlDateTypeAdapter
 
setFormat(DateTimeFormatter) - Method in class io.lenra.api.internal.JSON.LocalDateTypeAdapter
 
setFormat(DateTimeFormatter) - Method in class io.lenra.api.internal.JSON.OffsetDateTimeTypeAdapter
 
setGson(Gson) - Static method in class io.lenra.api.internal.JSON
Set Gson.
setHostIndex(int) - Method in class io.lenra.api.internal.client.DataApi
 
setHttpClient(OkHttpClient) - Method in class io.lenra.api.internal.ApiClient
Set HTTP client, which must never be null.
setId(String) - Method in class io.lenra.api.internal.client.model.DataDocument
 
setInsertedIds(List<String>) - Method in class io.lenra.api.internal.client.model.InsertManyDocuments200Response
 
setJSON(JSON) - Method in class io.lenra.api.internal.ApiClient
Set JSON
setKeyManagers(KeyManager[]) - Method in class io.lenra.api.internal.ApiClient
Configure client keys to use for authorization in an SSL session.
setLenientOnJson(boolean) - Method in class io.lenra.api.internal.ApiClient
Set LenientOnJson.
setLenientOnJson(boolean) - Static method in class io.lenra.api.internal.JSON
 
setLimit(Object) - Method in class io.lenra.api.internal.client.model.DataOptions
 
setLocalDateFormat(DateTimeFormatter) - Method in class io.lenra.api.internal.ApiClient
Set LocalDateFormat.
setLocalDateFormat(DateTimeFormatter) - Static method in class io.lenra.api.internal.JSON
 
setOffsetDateTimeFormat(DateTimeFormatter) - Method in class io.lenra.api.internal.ApiClient
Set OffsetDateTimeFormat.
setOffsetDateTimeFormat(DateTimeFormatter) - Static method in class io.lenra.api.internal.JSON
 
setOptions(DataOptions) - Method in class io.lenra.api.internal.client.model.FindDocumentsRequest
 
setPassword(String) - Method in class io.lenra.api.internal.ApiClient
Helper method to set password for the first HTTP basic authentication.
setPassword(String) - Method in class io.lenra.api.internal.auth.HttpBasicAuth
 
setProjection(Map<String, Object>) - Method in class io.lenra.api.internal.client.model.FindDocumentsRequest
 
setQuery(Map<String, Object>) - Method in class io.lenra.api.internal.client.model.FindDocumentsRequest
 
setReadTimeout(int) - Method in class io.lenra.api.internal.ApiClient
Sets the read timeout (in milliseconds).
setServerIndex(Integer) - Method in class io.lenra.api.internal.ApiClient
 
setServers(List<ServerConfiguration>) - Method in class io.lenra.api.internal.ApiClient
 
setServerVariables(Map<String, String>) - Method in class io.lenra.api.internal.ApiClient
 
setSkip(Object) - Method in class io.lenra.api.internal.client.model.DataOptions
 
setSort(Object) - Method in class io.lenra.api.internal.client.model.DataOptions
 
setSqlDateFormat(DateFormat) - Method in class io.lenra.api.internal.ApiClient
Set SqlDateFormat.
setSqlDateFormat(DateFormat) - Static method in class io.lenra.api.internal.JSON
 
setSslCaCert(InputStream) - Method in class io.lenra.api.internal.ApiClient
Configure the CA certificate to be trusted when making https requests.
setTempFolderPath(String) - Method in class io.lenra.api.internal.ApiClient
Set the temporary folder path (for downloading files)
setUpdate(Map<String, Object>) - Method in class io.lenra.api.internal.client.model.UpdateManyDocumentsRequest
 
setUserAgent(String) - Method in class io.lenra.api.internal.ApiClient
Set the User-Agent header's value (by adding to the default header map).
setUsername(String) - Method in class io.lenra.api.internal.ApiClient
Helper method to set username for the first HTTP basic authentication.
setUsername(String) - Method in class io.lenra.api.internal.auth.HttpBasicAuth
 
setVerifyingSsl(boolean) - Method in class io.lenra.api.internal.ApiClient
Configure whether to verify certificate and hostname when making https requests.
setWriteTimeout(int) - Method in class io.lenra.api.internal.ApiClient
Sets the write timeout (in milliseconds).
skip(Object) - Method in class io.lenra.api.internal.client.model.DataOptions
 
sort(Object) - Method in class io.lenra.api.internal.client.model.DataOptions
 
source() - Method in class io.lenra.api.internal.ProgressResponseBody
 
SqlDateTypeAdapter() - Constructor for class io.lenra.api.internal.JSON.SqlDateTypeAdapter
 
SqlDateTypeAdapter(DateFormat) - Constructor for class io.lenra.api.internal.JSON.SqlDateTypeAdapter
 
StringUtil - Class in io.lenra.api.internal
 
StringUtil() - Constructor for class io.lenra.api.internal.StringUtil
 

T

toJson() - Method in class io.lenra.api.internal.client.model.DataDocument
Convert an instance of DataDocument to an JSON string
toJson() - Method in class io.lenra.api.internal.client.model.DataOptions
Convert an instance of DataOptions to an JSON string
toJson() - Method in class io.lenra.api.internal.client.model.FindDocumentsRequest
Convert an instance of FindDocumentsRequest to an JSON string
toJson() - Method in class io.lenra.api.internal.client.model.InsertManyDocuments200Response
Convert an instance of InsertManyDocuments200Response to an JSON string
toJson() - Method in class io.lenra.api.internal.client.model.InsertManyDocumentsRequest
Convert an instance of InsertManyDocumentsRequest to an JSON string
toJson() - Method in class io.lenra.api.internal.client.model.UpdateManyDocumentsRequest
Convert an instance of UpdateManyDocumentsRequest to an JSON string
toString() - Method in class io.lenra.api.internal.client.model.AbstractOpenApiSchema
 
toString() - Method in class io.lenra.api.internal.client.model.DataDocument
 
toString() - Method in class io.lenra.api.internal.client.model.DataOptions
 
toString() - Method in class io.lenra.api.internal.client.model.FindDocumentsRequest
 
toString() - Method in class io.lenra.api.internal.client.model.InsertManyDocuments200Response
 
toString() - Method in class io.lenra.api.internal.client.model.InsertManyDocumentsRequest
 
toString() - Method in class io.lenra.api.internal.client.model.UpdateManyDocumentsRequest
 

U

update(Map<String, Object>) - Method in class io.lenra.api.internal.client.model.UpdateManyDocumentsRequest
 
updateDocumentById(String, String, Map<String, Object>) - Method in class io.lenra.api.internal.client.DataApi
Updates a document in database
updateDocumentByIdAsync(String, String, Map<String, Object>, ApiCallback<Map<String, Object>>) - Method in class io.lenra.api.internal.client.DataApi
Updates a document in database (asynchronously)
updateDocumentByIdCall(String, String, Map<String, Object>, ApiCallback) - Method in class io.lenra.api.internal.client.DataApi
Build call for updateDocumentById
updateDocumentByIdWithHttpInfo(String, String, Map<String, Object>) - Method in class io.lenra.api.internal.client.DataApi
Updates a document in database
updateManyDocuments(String, UpdateManyDocumentsRequest) - Method in class io.lenra.api.internal.client.DataApi
Updates many documents in database
updateManyDocumentsAsync(String, UpdateManyDocumentsRequest, ApiCallback<Object>) - Method in class io.lenra.api.internal.client.DataApi
Updates many documents in database (asynchronously)
updateManyDocumentsCall(String, UpdateManyDocumentsRequest, ApiCallback) - Method in class io.lenra.api.internal.client.DataApi
Build call for updateManyDocuments
UpdateManyDocumentsRequest - Class in io.lenra.api.internal.client.model
UpdateManyDocumentsRequest
UpdateManyDocumentsRequest() - Constructor for class io.lenra.api.internal.client.model.UpdateManyDocumentsRequest
 
UpdateManyDocumentsRequest.CustomTypeAdapterFactory - Class in io.lenra.api.internal.client.model
 
updateManyDocumentsWithHttpInfo(String, UpdateManyDocumentsRequest) - Method in class io.lenra.api.internal.client.DataApi
Updates many documents in database
updateParamsForAuth(String[], List<Pair>, Map<String, String>, Map<String, String>, String, String, URI) - Method in class io.lenra.api.internal.ApiClient
Update query and header parameters based on authentication settings.
URL - Variable in class io.lenra.api.internal.ServerConfiguration
 
URL() - Method in class io.lenra.api.internal.ServerConfiguration
Format URL template using default server variables.
URL(Map<String, String>) - Method in class io.lenra.api.internal.ServerConfiguration
Format URL template using given variables.

V

validateJsonElement(JsonElement) - Static method in class io.lenra.api.internal.client.model.DataDocument
Validates the JSON Element and throws an exception if issues found
validateJsonElement(JsonElement) - Static method in class io.lenra.api.internal.client.model.DataOptions
Validates the JSON Element and throws an exception if issues found
validateJsonElement(JsonElement) - Static method in class io.lenra.api.internal.client.model.FindDocumentsRequest
Validates the JSON Element and throws an exception if issues found
validateJsonElement(JsonElement) - Static method in class io.lenra.api.internal.client.model.InsertManyDocuments200Response
Validates the JSON Element and throws an exception if issues found
validateJsonElement(JsonElement) - Static method in class io.lenra.api.internal.client.model.InsertManyDocumentsRequest
Validates the JSON Element and throws an exception if issues found
validateJsonElement(JsonElement) - Static method in class io.lenra.api.internal.client.model.UpdateManyDocumentsRequest
Validates the JSON Element and throws an exception if issues found
variables - Variable in class io.lenra.api.internal.ServerConfiguration
 
VERSION - Static variable in class io.lenra.api.internal.Configuration
 

W

write(JsonWriter, byte[]) - Method in class io.lenra.api.internal.JSON.ByteArrayAdapter
 
write(JsonWriter, Date) - Method in class io.lenra.api.internal.JSON.SqlDateTypeAdapter
 
write(JsonWriter, LocalDate) - Method in class io.lenra.api.internal.JSON.LocalDateTypeAdapter
 
write(JsonWriter, OffsetDateTime) - Method in class io.lenra.api.internal.JSON.OffsetDateTimeTypeAdapter
 
write(JsonWriter, Date) - Method in class io.lenra.api.internal.JSON.DateTypeAdapter
 
writeTo(BufferedSink) - Method in class io.lenra.api.internal.ProgressRequestBody
 
A B C D E F G H I J L O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form