Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- ack(String, String, Double, Double) - Method in class io.vantiq.client.internal.VantiqSession
-
Acknowledge the receipt of a reliable message
- ack(String, String, Double, Double) - Method in class io.vantiq.client.internal.VantiqSubscriber
- ack(String, String, Map) - Method in class io.vantiq.client.Vantiq
-
Acknowledge the receipt of a reliable message
- ANALYTICS_MODELS - Enum constant in enum class io.vantiq.client.Vantiq.SystemResources
- APPLICATION_JSON - Static variable in class io.vantiq.client.internal.VantiqSession
- authenticate(String, String) - Method in class io.vantiq.client.Vantiq
-
Authenticates this Vantiq instance using the given credentials synchronously.
- authenticate(String, String, ResponseHandler) - Method in class io.vantiq.client.internal.VantiqSession
-
Authenticates onto the Vantiq server with the provided credentials.
- authenticate(String, String, ResponseHandler) - Method in class io.vantiq.client.Vantiq
-
Authenticates this Vantiq instance using the given credentials asynchronously.
B
- BaseResponseHandler - Class in io.vantiq.client
-
This is the base class for response handlers that stores the response data and provides access to the standard headers.
- BaseResponseHandler() - Constructor for class io.vantiq.client.BaseResponseHandler
- batch(JsonArray) - Method in class io.vantiq.client.Vantiq
-
Performs a synchronous batch query, specified by a JSON array.
- batch(JsonArray, ResponseHandler) - Method in class io.vantiq.client.Vantiq
-
Performs a batch query, specified by a JSON array.
- buildPath(String, String) - Method in class io.vantiq.client.Vantiq
C
- close() - Method in class io.vantiq.client.internal.VantiqSession
-
Closes the WebSocket to the Vantiq server.
- close() - Method in class io.vantiq.client.internal.VantiqSubscriber
- closeWebsocket() - Method in class io.vantiq.client.Vantiq
-
Closes the websocket to Vantiq
- completionHook(boolean) - Method in class io.vantiq.client.BaseResponseHandler
-
Method that is called when the response has completed either successfully, in error, or through an exception.
- CONFIGURATIONS - Enum constant in enum class io.vantiq.client.Vantiq.SystemResources
- connect(VantiqSubscriberLifecycleListener) - Method in class io.vantiq.client.internal.VantiqSubscriber
- count(String, Object) - Method in class io.vantiq.client.Vantiq
-
This method is similar to
Vantiq.select(java.lang.String, java.util.List<java.lang.String>, java.lang.Object, io.vantiq.client.SortSpec, io.vantiq.client.ResponseHandler)except returns only the count of matching records. - count(String, Object, ResponseHandler) - Method in class io.vantiq.client.Vantiq
-
This method is similar to
Vantiq.select(java.lang.String, java.util.List<java.lang.String>, java.lang.Object, io.vantiq.client.SortSpec, io.vantiq.client.ResponseHandler)except returns only the count of matching records. - createFromResponse(Response, boolean) - Static method in class io.vantiq.client.VantiqResponse
D
- DEFAULT_API_VERSION - Static variable in class io.vantiq.client.internal.VantiqSession
- del(String) - Method in class io.vantiq.client.Vantiq
-
Do a DELETE using the specified path synchronously.
- del(String, ResponseHandler) - Method in class io.vantiq.client.Vantiq
-
Do a DELETE using the specified path asynchronously.
- delete(String, Object) - Method in class io.vantiq.client.Vantiq
-
Deletes the matching records specified by a where constraint synchronously.
- delete(String, Object, ResponseHandler) - Method in class io.vantiq.client.Vantiq
-
Deletes the matching records specified by a where constraint asynchronously.
- delete(String, Map<String, String>, ResponseHandler) - Method in class io.vantiq.client.internal.VantiqSession
-
Perform a HTTP DELETE request against a given path
- DELETE - Enum constant in enum class io.vantiq.client.Vantiq.TypeOperation
- deleteOne(String, String) - Method in class io.vantiq.client.Vantiq
-
Deletes the record for the given resource and specified id synchronously.
- deleteOne(String, String, ResponseHandler) - Method in class io.vantiq.client.Vantiq
-
Deletes the record for the given resource and specified id asynchronously.
- DOCUMENTS - Enum constant in enum class io.vantiq.client.Vantiq.SystemResources
- download(String) - Method in class io.vantiq.client.Vantiq
-
Perform the download of a document synchronously from the specified path.
- download(String, ResponseHandler) - Method in class io.vantiq.client.internal.VantiqSession
-
Downloads the given file.
- download(String, ResponseHandler) - Method in class io.vantiq.client.Vantiq
-
Perform the download of a document asynchronously from the specified path.
E
- execute(String, Object) - Method in class io.vantiq.client.Vantiq
-
Executes a specific procedure synchronously.
- execute(String, Object, ResponseHandler) - Method in class io.vantiq.client.Vantiq
-
Executes a specific procedure asynchronously.
- extractBody(Response, boolean) - Static method in class io.vantiq.client.VantiqResponse
- extractErrors(Response) - Static method in class io.vantiq.client.VantiqResponse
G
- get(String, Map<String, String>, ResponseHandler) - Method in class io.vantiq.client.internal.VantiqSession
-
Perform a HTTP GET request against a given path
- getAccessToken() - Method in class io.vantiq.client.internal.VantiqSession
-
Returns the current access token.
- getAccessToken() - Method in class io.vantiq.client.Vantiq
-
Returns the current access token.
- getApiVersion() - Method in class io.vantiq.client.internal.VantiqSession
-
Returns the API version used
- getBody() - Method in class io.vantiq.client.BaseResponseHandler
-
Returns the response body.
- getBody() - Method in class io.vantiq.client.SubscriptionMessage
-
Returns the payload for the message.
- getBody() - Method in class io.vantiq.client.VantiqResponse
-
Returns the response body.
- getBodyAsBoolean() - Method in class io.vantiq.client.BaseResponseHandler
-
Returns the body as a boolean or false if the body is not a boolean
- getBodyAsInt() - Method in class io.vantiq.client.BaseResponseHandler
-
Returns the body as an int or 0 if the body is not an int
- getBodyAsJsonObject() - Method in class io.vantiq.client.BaseResponseHandler
-
Returns the body as a JsonObject or null if the body is not a JsonObject
- getBodyAsList() - Method in class io.vantiq.client.BaseResponseHandler
-
Returns the body as a list of JsonObjects or null if the body is not a List.
- getBodyAsString() - Method in class io.vantiq.client.BaseResponseHandler
-
Returns the body as a String or null if the body is not a String
- getCode() - Method in class io.vantiq.client.VantiqError
-
The unique code that identifies the error.
- getConnectTimeout() - Method in class io.vantiq.client.internal.VantiqSession
-
Gets the connect timeout for the connection
- getConnectTimeout() - Method in class io.vantiq.client.Vantiq
-
Gets the connect timeout for the connection
- getContentType() - Method in class io.vantiq.client.BaseResponseHandler
-
Returns the content type from the "Content-Type" HTTP response header.
- getContentType() - Method in class io.vantiq.client.SubscriptionMessage
-
The content type for the body of the message.
- getContentType() - Method in class io.vantiq.client.VantiqResponse
-
Returns the content type from the "Content-Type" HTTP response header.
- getCount() - Method in class io.vantiq.client.BaseResponseHandler
-
Returns the count from the "X-Total-Count" header.
- getCount() - Method in class io.vantiq.client.VantiqResponse
-
Returns the count from the "X-Total-Count" header.
- getErrors() - Method in class io.vantiq.client.BaseResponseHandler
-
Returns the errors if
BaseResponseHandler.hasErrors()returned true - getErrors() - Method in class io.vantiq.client.VantiqResponse
-
Returns the errors if
VantiqResponse.hasErrors()returned true - getException() - Method in class io.vantiq.client.BaseResponseHandler
-
Returns the exception if
BaseResponseHandler.hasException()returned true - getException() - Method in class io.vantiq.client.VantiqResponse
-
Returns the exception if
VantiqResponse.hasException()returned true - getHeaders() - Method in class io.vantiq.client.SubscriptionMessage
-
The headers associated with the message.
- getIdToken() - Method in class io.vantiq.client.internal.VantiqSession
-
Returns the current idToken.
- getIdToken() - Method in class io.vantiq.client.Vantiq
-
Returns the current idToken.
- getMessage() - Method in class io.vantiq.client.VantiqError
-
The human-readable string describing the error.
- getNamespaceUsers(String) - Method in class io.vantiq.client.Vantiq
-
Returns a JsonArray containing objects which map between "username" and "preferredUsername"
- getNamespaceUsers(String, ResponseHandler) - Method in class io.vantiq.client.Vantiq
-
Returns a JsonArray containing objects which map between "username" and "preferredUsername"
- getParams() - Method in class io.vantiq.client.VantiqError
-
The parameters associated with the error.
- getProperty() - Method in class io.vantiq.client.SortSpec
-
The property name used for the sort
- getReadTimeout() - Method in class io.vantiq.client.internal.VantiqSession
-
Returns the read timeout for the connection
- getReadTimeout() - Method in class io.vantiq.client.Vantiq
-
Returns the read timeout for the connection
- getResponse() - Method in class io.vantiq.client.BaseResponseHandler
-
Returns the response
- getResponse() - Method in class io.vantiq.client.VantiqResponse
-
Returns the underlying response object
- getServer() - Method in class io.vantiq.client.internal.VantiqSession
-
Returns the server URL of the Vantiq system.
- getServer() - Method in class io.vantiq.client.Vantiq
-
Returns the server that was assigned when this user was successfully logged in with the Vantiq server instance (or null if not currently logged in).
- getStatus() - Method in class io.vantiq.client.SubscriptionMessage
-
The HTTP status code for this message.
- getStatusCode() - Method in class io.vantiq.client.BaseResponseHandler
-
Returns the HTTP status code returned from the response
- getStatusCode() - Method in class io.vantiq.client.VantiqResponse
-
Returns the HTTP status code returned from the response
- getTargetNamespace() - Method in class io.vantiq.client.internal.VantiqSession
-
Returns the current target namespace token.
- getTargetNamespace() - Method in class io.vantiq.client.Vantiq
-
Returns the current access token.
- getUsername() - Method in class io.vantiq.client.internal.VantiqSession
-
Returns the user associated with the connection
- getUsername() - Method in class io.vantiq.client.Vantiq
-
Returns the username that was assigned when this user was successfully logged in with the Vantiq username instance (or null if not currently logged in).
- getWriteTimeout() - Method in class io.vantiq.client.internal.VantiqSession
-
Returns the write timeout for the connection
- getWriteTimeout() - Method in class io.vantiq.client.Vantiq
-
Returns the write timeout for the connection
- gson - Static variable in class io.vantiq.client.internal.VantiqSession
H
- hasErrors() - Method in class io.vantiq.client.BaseResponseHandler
-
Returns true if at least one error was returned from the server
- hasErrors() - Method in class io.vantiq.client.VantiqResponse
-
Returns true if at least one error was returned from the server
- hasException() - Method in class io.vantiq.client.BaseResponseHandler
-
Returns true if an exception occurred during the client processing
- hasException() - Method in class io.vantiq.client.VantiqResponse
-
Returns true if an exception occurred during the client processing
I
- IMAGES - Enum constant in enum class io.vantiq.client.Vantiq.SystemResources
- insert(String, Object) - Method in class io.vantiq.client.Vantiq
-
Inserts a new record of the specified resource type synchronously.
- insert(String, Object, ResponseHandler) - Method in class io.vantiq.client.Vantiq
-
Inserts a new record of the specified resource type asynchronously.
- INSERT - Enum constant in enum class io.vantiq.client.Vantiq.TypeOperation
- io.vantiq.client - package io.vantiq.client
- io.vantiq.client.internal - package io.vantiq.client.internal
- isAuthenticated() - Method in class io.vantiq.client.internal.VantiqSession
-
Returns if the current session is authenticated.
- isAuthenticated() - Method in class io.vantiq.client.Vantiq
-
Returns if this Vantiq instance has been successfully authenticated with the Vantiq server instance.
- isDescending() - Method in class io.vantiq.client.SortSpec
-
Indicates if the sort order should be ascending or descending.
- isEnablePings() - Method in class io.vantiq.client.Vantiq
-
Returns if pinging should be enabled on the websockets for subscriptions to ensure the connection is kept open.
- isSuccess() - Method in class io.vantiq.client.VantiqResponse
-
Returns true if the call was successfully, meaning there were no errors or exceptions
N
- NAMESPACES - Enum constant in enum class io.vantiq.client.Vantiq.SystemResources
- NODES - Enum constant in enum class io.vantiq.client.Vantiq.SystemResources
O
- onClose() - Method in interface io.vantiq.client.internal.VantiqSubscriberLifecycleListener
- onClosed(WebSocket, int, String) - Method in class io.vantiq.client.internal.VantiqSubscriber
- onConnect() - Method in interface io.vantiq.client.internal.VantiqSubscriberLifecycleListener
- onConnect() - Method in interface io.vantiq.client.SubscriptionCallback
-
Called once the connection has been established and the subscription has been acknowledged by the Vantiq server.
- onError(String) - Method in interface io.vantiq.client.SubscriptionCallback
-
Called whenever an error occurs that does not arise from an exception, such as if a non-success response is provided.
- onError(String, ResponseBody) - Method in interface io.vantiq.client.internal.VantiqSubscriberLifecycleListener
- onError(List<VantiqError>, Response) - Method in class io.vantiq.client.BaseResponseHandler
- onError(List<VantiqError>, Response) - Method in interface io.vantiq.client.ResponseHandler
-
Called if a server error is returned (e.g.
- onFailure(Throwable) - Method in class io.vantiq.client.BaseResponseHandler
- onFailure(Throwable) - Method in interface io.vantiq.client.internal.VantiqSubscriberLifecycleListener
- onFailure(Throwable) - Method in interface io.vantiq.client.ResponseHandler
-
Called if a client side exception occurs during the request or response processing.
- onFailure(Throwable) - Method in interface io.vantiq.client.SubscriptionCallback
-
Called whenever an exception occurs during the subscription processing.
- onFailure(WebSocket, Throwable, Response) - Method in class io.vantiq.client.internal.VantiqSubscriber
- onMessage(SubscriptionMessage) - Method in interface io.vantiq.client.SubscriptionCallback
-
Called for every matching event that occurs
- onMessage(WebSocket, ByteString) - Method in class io.vantiq.client.internal.VantiqSubscriber
- onOpen(WebSocket, Response) - Method in class io.vantiq.client.internal.VantiqSubscriber
- onSuccess(Object, Response) - Method in class io.vantiq.client.BaseResponseHandler
- onSuccess(Object, Response) - Method in interface io.vantiq.client.ResponseHandler
-
This is called when a successful HTTP response is returned from the server.
P
- PLAIN_TEXT - Static variable in class io.vantiq.client.internal.VantiqSession
- post(String, Object) - Method in class io.vantiq.client.Vantiq
-
Do a POST (insert) of the supplied data using the specified path synchronously.
- post(String, Object, ResponseHandler) - Method in class io.vantiq.client.Vantiq
-
Do a POST (insert) of the supplied data using the specified path type asynchronously.
- post(String, Map<String, String>, String, ResponseHandler) - Method in class io.vantiq.client.internal.VantiqSession
-
Perform a HTTP POST request against a specific path
- PROCEDURES - Enum constant in enum class io.vantiq.client.Vantiq.SystemResources
- PROFILES - Enum constant in enum class io.vantiq.client.Vantiq.SystemResources
- publish(String, String, Object) - Method in class io.vantiq.client.Vantiq
-
Publishes to a specific topic or source synchronously.
- publish(String, String, Object, ResponseHandler) - Method in class io.vantiq.client.Vantiq
-
Publishes to a specific topic or source asynchronously.
- put(String, Object) - Method in class io.vantiq.client.Vantiq
-
Do a PUT (update) of the supplied data using the specified path synchronously.
- put(String, Object, ResponseHandler) - Method in class io.vantiq.client.Vantiq
-
Do a PUT (update) of the supplied data using the specified path type asynchronously.
- put(String, Map<String, String>, String, ResponseHandler) - Method in class io.vantiq.client.internal.VantiqSession
-
Perform a HTTP PUT request for a specific path
Q
- query(String, Object) - Method in class io.vantiq.client.Vantiq
-
Performs a query operation on the specified source synchronously.
- query(String, Object, ResponseHandler) - Method in class io.vantiq.client.Vantiq
-
Performs a query operation on the specified source asynchronously.
R
- rawGet(String, Map<String, String>, Map<String, String>) - Method in class io.vantiq.client.Vantiq
-
Do a GET against the specified raw path type synchronously.
- rawGet(String, Map<String, String>, Map<String, String>, ResponseHandler) - Method in class io.vantiq.client.internal.VantiqSession
-
Perform a HTTP GET request against a given raw path
- rawGet(String, Map<String, String>, Map<String, String>, ResponseHandler) - Method in class io.vantiq.client.Vantiq
-
Do a GET against the specified raw path type asynchronously.
- refresh(String) - Method in class io.vantiq.client.Vantiq
-
Refreshes the given accessToken synchronously.
- refresh(String, ResponseHandler) - Method in class io.vantiq.client.internal.VantiqSession
-
Refreshes the supplied accessToken
- refresh(String, ResponseHandler) - Method in class io.vantiq.client.Vantiq
-
Refreshes the given accessToken asynchronously.
- ResponseHandler - Interface in io.vantiq.client
-
Interface to handle the response from the Vantiq server.
- revoke(String) - Method in class io.vantiq.client.Vantiq
-
Revokes the given accessToken synchronously.
- revoke(String, ResponseHandler) - Method in class io.vantiq.client.internal.VantiqSession
-
Authenticates onto the Vantiq server with the provided credentials.
- revoke(String, ResponseHandler) - Method in class io.vantiq.client.Vantiq
-
Revokes the given accessToken asynchronously.
- RULES - Enum constant in enum class io.vantiq.client.Vantiq.SystemResources
S
- SCALARS - Enum constant in enum class io.vantiq.client.Vantiq.SystemResources
- select(String, List<String>, Object, SortSpec) - Method in class io.vantiq.client.Vantiq
-
Returns the record for the given resource and specified id.
- select(String, List<String>, Object, SortSpec, long) - Method in class io.vantiq.client.Vantiq
-
Returns the record for the given resource and specified id.
- select(String, List<String>, Object, SortSpec, long, Map<String, String>) - Method in class io.vantiq.client.Vantiq
-
Returns the record for the given resource and specified id.
- select(String, List<String>, Object, SortSpec, ResponseHandler) - Method in class io.vantiq.client.Vantiq
-
Performs a query to search for records that match the given constraints asynchronously.
- selectOne(String, String) - Method in class io.vantiq.client.Vantiq
-
Returns the record for the given resource and specified id synchronously.
- selectOne(String, String, ResponseHandler) - Method in class io.vantiq.client.Vantiq
-
Returns the record for the given resource and specified id asynchronously.
- serialize() - Method in class io.vantiq.client.SortSpec
-
Returns the JsonObject that can be serialized by
Gson - SERVICES - Enum constant in enum class io.vantiq.client.Vantiq.SystemResources
- setAccessToken(String) - Method in class io.vantiq.client.internal.VantiqSession
-
Sets the access token for use in future requests to the Vantiq server.
- setAccessToken(String) - Method in class io.vantiq.client.Vantiq
-
Sets the access token for use in future requests to the Vantiq server.
- setBody(Object) - Method in class io.vantiq.client.VantiqResponse
- setConnectTimeout(long) - Method in class io.vantiq.client.internal.VantiqSession
-
Sets the connect timeout for the connection
- setConnectTimeout(long) - Method in class io.vantiq.client.Vantiq
-
Sets the connect timeout for the connection
- setEnablePings(boolean) - Method in class io.vantiq.client.Vantiq
-
Sets if pinging should be enabled on the websockets for subscriptions to ensure the connection is kept open.
- setReadTimeout(long) - Method in class io.vantiq.client.internal.VantiqSession
-
Sets the read timeout for the connection
- setReadTimeout(long) - Method in class io.vantiq.client.Vantiq
-
Sets the read timeout for the connection
- setServer(String) - Method in class io.vantiq.client.internal.VantiqSession
-
Sets the server URL of the Vantiq system.
- setServer(String) - Method in class io.vantiq.client.Vantiq
-
Sets the server; this is used if the app has remembered an old server and wants to re-use it.
- setTargetNamespace(String) - Method in class io.vantiq.client.internal.VantiqSession
-
Sets the target namespace for use in future requests to the Vantiq server.
- setTargetNamespace(String) - Method in class io.vantiq.client.Vantiq
-
Sets the target namespace for use in future requests to the Vantiq server.
- setUsername(String) - Method in class io.vantiq.client.internal.VantiqSession
-
Sets the user associated with the connection.
- setUsername(String) - Method in class io.vantiq.client.Vantiq
-
Sets the username; this is used if the app has remembered an old username and wants to re-use it.
- setWriteTimeout(long) - Method in class io.vantiq.client.internal.VantiqSession
-
Sets the write timeout for the connection
- setWriteTimeout(long) - Method in class io.vantiq.client.Vantiq
-
Sets the write timeout for the connection
- SortSpec - Class in io.vantiq.client
-
Class used to represent a sort specification for a select query.
- SortSpec(String, boolean) - Constructor for class io.vantiq.client.SortSpec
- SOURCES - Enum constant in enum class io.vantiq.client.Vantiq.SystemResources
- startPeriodicPings() - Method in class io.vantiq.client.internal.VantiqSubscriber
- subscribe(String, SubscriptionCallback, boolean, Map<String, Object>) - Method in class io.vantiq.client.internal.VantiqSession
-
Subscribes to a specific Vantiq event based on the given path.
- subscribe(String, SubscriptionCallback, Map<String, Object>) - Method in class io.vantiq.client.internal.VantiqSubscriber
- subscribe(String, String, Vantiq.TypeOperation, SubscriptionCallback) - Method in class io.vantiq.client.Vantiq
- subscribe(String, String, Vantiq.TypeOperation, SubscriptionCallback, Map<String, Object>) - Method in class io.vantiq.client.Vantiq
-
Subscribes to a specific topic, source, or type event.
- SubscriptionCallback - Interface in io.vantiq.client
-
Interface that listens for events subscribed to from a Vantiq server.
- SubscriptionMessage - Class in io.vantiq.client
-
This class represents a single subscription messages from Vantiq
- SubscriptionMessage() - Constructor for class io.vantiq.client.SubscriptionMessage
T
- TOPICS - Enum constant in enum class io.vantiq.client.Vantiq.SystemResources
- toString() - Method in class io.vantiq.client.SubscriptionMessage
- toString() - Method in class io.vantiq.client.VantiqError
- toString() - Method in class io.vantiq.client.VantiqResponse
- TYPES - Enum constant in enum class io.vantiq.client.Vantiq.SystemResources
U
- unsubscribeAll() - Method in class io.vantiq.client.internal.VantiqSession
-
Unsubscribes to all current subscriptions by closing the WebSocket to the Vantiq server.
- unsubscribeAll() - Method in class io.vantiq.client.Vantiq
-
Unsubscribes to all current subscriptions by closing the WebSocket to the Vantiq server.
- update(String, String, Object) - Method in class io.vantiq.client.Vantiq
-
Updates an existing record of the specified resource type synchronously.
- update(String, String, Object, ResponseHandler) - Method in class io.vantiq.client.Vantiq
-
Updates an existing record of the specified resource type asynchronously.
- UPDATE - Enum constant in enum class io.vantiq.client.Vantiq.TypeOperation
- upload(File, String, String) - Method in class io.vantiq.client.Vantiq
-
Performs an upload of the given file synchronously.
- upload(File, String, String, ResponseHandler) - Method in class io.vantiq.client.Vantiq
-
Performs an upload of the given file asynchronously.
- upload(File, String, String, String) - Method in class io.vantiq.client.Vantiq
-
Performs an upload of the given file synchronously.
- upload(File, String, String, String, ResponseHandler) - Method in class io.vantiq.client.Vantiq
-
Performs an upload of the given file asynchronously.
- upload(String, File, String, String, Map<String, String>, ResponseHandler) - Method in class io.vantiq.client.internal.VantiqSession
-
Uploads the given file.
- upsert(String, Object) - Method in class io.vantiq.client.Vantiq
-
Upserts a record of the specified resource type synchronously.
- upsert(String, Object, ResponseHandler) - Method in class io.vantiq.client.Vantiq
-
Upserts a record of the specified resource type asynchronously.
- USERS - Enum constant in enum class io.vantiq.client.Vantiq.SystemResources
V
- value() - Method in enum class io.vantiq.client.Vantiq.SystemResources
- valueOf(String) - Static method in enum class io.vantiq.client.Vantiq.SystemResources
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.vantiq.client.Vantiq.TypeOperation
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class io.vantiq.client.Vantiq.SystemResources
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.vantiq.client.Vantiq.TypeOperation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- Vantiq - Class in io.vantiq.client
-
Vantiq SDK for Java/Android API
- Vantiq(String) - Constructor for class io.vantiq.client.Vantiq
-
Constructs a Vantiq SDK instance against a specific Vantiq server using the latest version of the API.
- Vantiq(String, int) - Constructor for class io.vantiq.client.Vantiq
-
Constructs a Vantiq SDK instance against a specific Vantiq server URL using a specific REST API version.
- Vantiq(String, int, Authenticator) - Constructor for class io.vantiq.client.Vantiq
-
Constructs a Vantiq SDK instance against a specific Vantiq server URL using a specific REST API version.
- Vantiq(String, Authenticator) - Constructor for class io.vantiq.client.Vantiq
-
Constructs a Vantiq SDK instance against a specific Vantiq server using the latest version of the API.
- Vantiq.SystemResources - Enum Class in io.vantiq.client
- Vantiq.TypeOperation - Enum Class in io.vantiq.client
- VantiqError - Class in io.vantiq.client
-
This class represents an error during a REST call to a Vantiq server.
- VantiqError(String, String, List) - Constructor for class io.vantiq.client.VantiqError
- VantiqResponse - Class in io.vantiq.client
-
This class represents the response from Vantiq from a single operation.
- VantiqResponse(Object, Response) - Constructor for class io.vantiq.client.VantiqResponse
- VantiqResponse(Throwable) - Constructor for class io.vantiq.client.VantiqResponse
- VantiqResponse(List<VantiqError>, Response) - Constructor for class io.vantiq.client.VantiqResponse
- VantiqSession - Class in io.vantiq.client.internal
-
Internal class that manages the authenticated access and interface to the Vantiq REST API.
- VantiqSession(String) - Constructor for class io.vantiq.client.internal.VantiqSession
- VantiqSession(String, int) - Constructor for class io.vantiq.client.internal.VantiqSession
- VantiqSession(String, int, Authenticator) - Constructor for class io.vantiq.client.internal.VantiqSession
- VantiqSession(String, Authenticator) - Constructor for class io.vantiq.client.internal.VantiqSession
- VantiqSubscriber - Class in io.vantiq.client.internal
-
Internal class that manages subscriptions to a Vantiq server.
- VantiqSubscriber(VantiqSession, OkHttpClient, boolean) - Constructor for class io.vantiq.client.internal.VantiqSubscriber
- VantiqSubscriberLifecycleListener - Interface in io.vantiq.client.internal
-
Interface for listening to VantiqSubscriber lifecycle events
- VIDEOS - Enum constant in enum class io.vantiq.client.Vantiq.SystemResources
All Classes and Interfaces|All Packages|Constant Field Values