Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Z 

A

absoluteUri(String) - Method in class com.evrythng.java.wrapper.core.EvrythngServiceBase
Builds an absolute URI using the provided relativePath and the predefined ApiConfiguration.getUrl().
accept(String) - Method in class com.evrythng.java.wrapper.core.api.ApiCommandBuilder
Sets the value of the Accept HTTP header.
accept(String) - Method in class com.evrythng.java.wrapper.core.api.UncheckedApiCommandBuilder
Sets the value of the Accept HTTP header.
accept(String) - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
Sets the value of the Accept HTTP header.
AcceptedResourceResponse - Class in com.evrythng.java.wrapper.core.api
Hold the response of a 202 Accepted status.
AcceptedResourceResponse(String, String) - Constructor for class com.evrythng.java.wrapper.core.api.AcceptedResourceResponse
 
AccessTokenQueryParamValue - Class in com.evrythng.java.wrapper.core.api.param
Provides support for the "access_token" query param.
AccessTokenQueryParamValue(String) - Constructor for class com.evrythng.java.wrapper.core.api.param.AccessTokenQueryParamValue
 
actionAllCreator(String, Action) - Method in class com.evrythng.java.wrapper.service.ProductService
Creates an action using /products/../actions/all endpoint.
actionAllCreator(String, Action) - Method in class com.evrythng.java.wrapper.service.ThngService
Creates an action using /thngs/../actions/all endpoint.
actionCreator(T) - Method in class com.evrythng.java.wrapper.service.ActionService
Creates an action.
actionCreator(String, T) - Method in class com.evrythng.java.wrapper.service.CollectionService
 
actionCreator(String, T) - Method in class com.evrythng.java.wrapper.service.ProductService
Creates an action.
actionCreator(String, T) - Method in class com.evrythng.java.wrapper.service.ThngService
Creates an action.
actionDeleter(Class<T>, String) - Method in class com.evrythng.java.wrapper.service.ActionService
Deletes one action by id and type.
actionDeleter(String, String) - Method in class com.evrythng.java.wrapper.service.ActionService
Deletes one action by id and type.
ActionDeserializer - Interface in com.evrythng.java.wrapper.mapping
Action deserializer interface.
ActionDeserializerImpl - Class in com.evrythng.java.wrapper.mapping
Action deserializer.
ActionDeserializerImpl(Class<? extends Action>) - Constructor for class com.evrythng.java.wrapper.mapping.ActionDeserializerImpl
 
ActionJobDeserializer - Class in com.evrythng.java.wrapper.mapping
 
ActionJobDeserializer() - Constructor for class com.evrythng.java.wrapper.mapping.ActionJobDeserializer
 
ActionJobsService - Class in com.evrythng.java.wrapper.service
 
ActionJobsService(ApiManager, EvrythngJacksonModule) - Constructor for class com.evrythng.java.wrapper.service.ActionJobsService
 
ActionJobsService.OnActionJobExecuted - Interface in com.evrythng.java.wrapper.service
 
actionReader(String) - Method in class com.evrythng.java.wrapper.service.ActionService
Gets one action by id.
actionReader(Class<T>, String) - Method in class com.evrythng.java.wrapper.service.ActionService
Gets one action by id and type.
actionReader(String, String) - Method in class com.evrythng.java.wrapper.service.ActionService
Gets one action by id and type.
actionReader(String, String, String) - Method in class com.evrythng.java.wrapper.service.CollectionService
 
actionReader(String, Class<T>, String) - Method in class com.evrythng.java.wrapper.service.ProductService
Gets one action by actionId and type.
actionReader(String, String, String) - Method in class com.evrythng.java.wrapper.service.ProductService
Gets one action by actionId and type.
actionReader(String, String) - Method in class com.evrythng.java.wrapper.service.ProductService
Gets one action by actionId.
actionReader(String, Class<T>, String) - Method in class com.evrythng.java.wrapper.service.ThngService
Gets one action by actionId and type.
actionReader(String, String, String) - Method in class com.evrythng.java.wrapper.service.ThngService
Gets one action by actionId and type.
actionReader(String, String) - Method in class com.evrythng.java.wrapper.service.ThngService
Gets one action by actionId.
actions() - Method in class com.evrythng.java.wrapper.service.JobsService
 
actionsCreator(Actions) - Method in class com.evrythng.java.wrapper.service.ActionService
Creates an action.
ActionsDeserializer - Class in com.evrythng.java.wrapper.mapping
Base class for deserializers with a type map.
ActionsDeserializer() - Constructor for class com.evrythng.java.wrapper.mapping.ActionsDeserializer
 
actionService() - Method in class com.evrythng.java.wrapper.ApiManager
 
ActionService - Class in com.evrythng.java.wrapper.service
Service wrapper for the /actions endpoint of the EVRYTHNG API.
ActionService(ApiManager, EvrythngJacksonModule) - Constructor for class com.evrythng.java.wrapper.service.ActionService
 
actionsReader() - Method in class com.evrythng.java.wrapper.service.ActionService
Deprecated.
actionsReader(Class<T>) - Method in class com.evrythng.java.wrapper.service.ActionService
Gets all the action of a type.
actionsReader(String) - Method in class com.evrythng.java.wrapper.service.ActionService
Deprecated.
actionsReader(String, String) - Method in class com.evrythng.java.wrapper.service.CollectionService
 
actionsReader(String) - Method in class com.evrythng.java.wrapper.service.ProductService
Gets all the actions.
actionsReader(String, Class<T>) - Method in class com.evrythng.java.wrapper.service.ProductService
Gets all the action of a type.
actionsReader(String, String) - Method in class com.evrythng.java.wrapper.service.ProductService
Gets all the action of a type.
actionsReader(String) - Method in class com.evrythng.java.wrapper.service.ThngService
Gets all the actions.
actionsReader(String, Class<T>) - Method in class com.evrythng.java.wrapper.service.ThngService
Gets all the action of a type.
actionsReader(String, String) - Method in class com.evrythng.java.wrapper.service.ThngService
Gets all the action of a type.
actionTypeCreator(ActionType) - Method in class com.evrythng.java.wrapper.service.ActionService
Creates an action type.
actionTypeDeleter(String) - Method in class com.evrythng.java.wrapper.service.ActionService
Deletes an action type and all actions of this type.
actionTypesReader() - Method in class com.evrythng.java.wrapper.service.ActionService
Gets the custom types and the built-in action types.
actionTypeUpdater(String, ActionType) - Method in class com.evrythng.java.wrapper.service.ActionService
Updates an action type.
after(String) - Static method in class com.evrythng.java.wrapper.core.api.param.AfterQueryParamValue
 
AfterQueryParamValue - Class in com.evrythng.java.wrapper.core.api.param
Provides support for the after query param.
AfterQueryParamValue(String) - Constructor for class com.evrythng.java.wrapper.core.api.param.AfterQueryParamValue
 
ApiCommand<T> - Class in com.evrythng.java.wrapper.core.api
Generic definition for API commands.
ApiCommand(HttpMethodBuilder.MethodBuilder<?>, URI, Status, TypeReference<T>) - Constructor for class com.evrythng.java.wrapper.core.api.ApiCommand
Creates a new instance of ApiCommand.
ApiCommandBuilder<TYPE,BUILDER extends ApiCommandBuilder> - Class in com.evrythng.java.wrapper.core.api
Generic API command builder.
ApiCommandBuilder(HttpMethodBuilder.MethodBuilder<?>, URI, Status, TypeReference<TYPE>) - Constructor for class com.evrythng.java.wrapper.core.api.ApiCommandBuilder
 
ApiExamples - Class in com.evrythng.java.wrapper.examples
Runner suite for all EVRYTHNG API examples.
ApiExamples() - Constructor for class com.evrythng.java.wrapper.examples.ApiExamples
 
apiKey(String) - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
 
apiKey(String) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.CheckedBuilder
 
apiKey(String) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.UncheckedBuilder
 
ApiManager - Class in com.evrythng.java.wrapper
Manager for the EVRYTHNG API.
ApiManager(ApiConfiguration) - Constructor for class com.evrythng.java.wrapper.ApiManager
Creates a new ApiManager instance using the provided ApiConfiguration.
ApiManager(String) - Constructor for class com.evrythng.java.wrapper.ApiManager
Creates a new ApiManager instance using the provided apiKey for building an ApiConfiguration with default values.
app(String) - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
Deprecated.
Use project to scope a request on a project.
app(String) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.CheckedBuilder
Deprecated.
app(String) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.UncheckedBuilder
Deprecated.
applicationCreator(String, Application) - Method in class com.evrythng.java.wrapper.service.ApplicationService
Creates a new Application
applicationDeleter(String, String) - Method in class com.evrythng.java.wrapper.service.ApplicationService
Delete a single Application.
applicationReader(String, String) - Method in class com.evrythng.java.wrapper.service.ApplicationService
Load a single Application.
applicationReader(String) - Method in class com.evrythng.java.wrapper.service.ApplicationService
Load a single Application from project scope.
applicationService() - Method in class com.evrythng.java.wrapper.ApiManager
Returns a preconfigures EVRYTHNG service for accessing the Applications API.
ApplicationService - Class in com.evrythng.java.wrapper.service
Methods for the application service "/applications" endpoint.
ApplicationService(ApiManager) - Constructor for class com.evrythng.java.wrapper.service.ApplicationService
 
applicationsReader(String) - Method in class com.evrythng.java.wrapper.service.ApplicationService
List all Application.
applicationsReader(String, String, String) - Method in class com.evrythng.java.wrapper.service.ApplicationService
Delete multiple Applications.
applicationsReader() - Method in class com.evrythng.java.wrapper.service.ApplicationService
List all Application from project scope.
applicationUpdater(String, String, Application) - Method in class com.evrythng.java.wrapper.service.ApplicationService
Update a single Application.
apply(NewStatus) - Method in interface com.evrythng.java.wrapper.service.ActionJobsService.OnActionJobExecuted
 
assertStatus(HttpResponse, Status) - Static method in class com.evrythng.java.wrapper.core.api.Utils
Asserts expected Status against the provided HttpResponse.
authLogouter() - Method in class com.evrythng.java.wrapper.service.AuthService
Logout.
authService() - Method in class com.evrythng.java.wrapper.ApiManager
 
AuthService - Class in com.evrythng.java.wrapper.service
Methods for the authentication API.
AuthService(ApiManager) - Constructor for class com.evrythng.java.wrapper.service.AuthService
 

B

BadRequestException - Exception in com.evrythng.java.wrapper.exception
BadRequestException(ErrorMessage) - Constructor for exception com.evrythng.java.wrapper.exception.BadRequestException
 
BadRequestException(ErrorMessage, Throwable) - Constructor for exception com.evrythng.java.wrapper.exception.BadRequestException
 
batchCreator(Batch) - Method in class com.evrythng.java.wrapper.service.BatchService
Creates a new Batch.
batchDeleter(String) - Method in class com.evrythng.java.wrapper.service.BatchService
Deletes the referenced Batch.
batchesReader() - Method in class com.evrythng.java.wrapper.service.BatchService
Retrieves Batch resources.
BatchPopulatingTaskInputParametersDeserializer - Class in com.evrythng.java.wrapper.mapping
 
BatchPopulatingTaskInputParametersDeserializer() - Constructor for class com.evrythng.java.wrapper.mapping.BatchPopulatingTaskInputParametersDeserializer
 
BatchPopulatingTaskOutputParametersDeserializer - Class in com.evrythng.java.wrapper.mapping
 
BatchPopulatingTaskOutputParametersDeserializer() - Constructor for class com.evrythng.java.wrapper.mapping.BatchPopulatingTaskOutputParametersDeserializer
 
batchReader(String) - Method in class com.evrythng.java.wrapper.service.BatchService
Retrieves the referenced Batch.
batchService() - Method in class com.evrythng.java.wrapper.ApiManager
 
BatchService - Class in com.evrythng.java.wrapper.service
Service wrapper for the /batches endpoint of the EVRYTHNG API.
BatchService(ApiManager) - Constructor for class com.evrythng.java.wrapper.service.BatchService
 
batchUpdater(String, Batch) - Method in class com.evrythng.java.wrapper.service.BatchService
Updates the referenced Batch.
bindingCreator(UrlBinding) - Method in class com.evrythng.java.wrapper.service.UrlBindingService
Creates url binding.
bindingCreatorReturnQr(UrlBinding) - Method in class com.evrythng.java.wrapper.service.UrlBindingService
Creates url binding.
bindingDeleter(String) - Method in class com.evrythng.java.wrapper.service.UrlBindingService
Deletes url binding.
bindingQrCodeReader(String, QrCodeType) - Method in class com.evrythng.java.wrapper.service.UrlBindingService
Reads qr code.
bindingReader(String) - Method in class com.evrythng.java.wrapper.service.UrlBindingService
Reads url binding by short id.
bindingsDeleter() - Method in class com.evrythng.java.wrapper.service.UrlBindingService
Deletes bindings.
bindingsReader() - Method in class com.evrythng.java.wrapper.service.UrlBindingService
Reads url bindings.
bindingsReader(String) - Method in class com.evrythng.java.wrapper.service.UrlBindingService
Reads url bindings mapped to evrythng id provided.
bindingsUpdater(UrlBinding) - Method in class com.evrythng.java.wrapper.service.UrlBindingService
Updates url bindings by ids.
bindingUpdater(String, UrlBinding) - Method in class com.evrythng.java.wrapper.service.UrlBindingService
Updates url binding.
BooleanQueryParamValue - Class in com.evrythng.java.wrapper.core.api.param
A QueryParamValue subclass that holds boolean value.
BooleanQueryParamValue(String, boolean) - Constructor for class com.evrythng.java.wrapper.core.api.param.BooleanQueryParamValue
 
build(URI) - Method in interface com.evrythng.java.wrapper.core.http.HttpMethodBuilder.MethodBuilder
 
build() - Method in class com.evrythng.java.wrapper.util.URIBuilder
Builds the URI
bundle() - Method in class com.evrythng.java.wrapper.core.api.ApiCommand
Execute the current command and returns both HttpResponse and the entity typed.

C

callback(String) - Static method in class com.evrythng.java.wrapper.core.api.param.CallbackQueryParamValue
 
CallbackQueryParamValue - Class in com.evrythng.java.wrapper.core.api.param
Provides support for the "callback" query param.
CallbackQueryParamValue(String) - Constructor for class com.evrythng.java.wrapper.core.api.param.CallbackQueryParamValue
 
checkConfiguration(ApiConfiguration) - Method in class com.evrythng.java.wrapper.ApiManager
Checks that the provided ApiConfiguration is valid.
checkCustomType(String) - Method in class com.evrythng.java.wrapper.service.ActionService
 
checkCustomType(String) - Method in class com.evrythng.java.wrapper.service.CollectionService
 
checkCustomType(String) - Method in class com.evrythng.java.wrapper.service.ProductService
 
checkCustomType(String) - Method in class com.evrythng.java.wrapper.service.ThngService
 
childCollectionAdder(String, String) - Method in class com.evrythng.java.wrapper.service.CollectionService
Adds child Collection matching the provided id to the provided Collection.
childCollectionRemover(String, String) - Method in class com.evrythng.java.wrapper.service.CollectionService
Removes the provided child Collection from the provided Collection.
childrenCollectionsAdder(String, Set<String>) - Method in class com.evrythng.java.wrapper.service.CollectionService
Adds children Collections matching the provided ids to the provided Collection.
childrenCollectionsReader(String) - Method in class com.evrythng.java.wrapper.service.CollectionService
Retrieves all children Collections for the provided Collection.
childrenCollectionsRemover(String) - Method in class com.evrythng.java.wrapper.service.CollectionService
Removes all children Collections from the provided Collection.
CollectionApiExample - Class in com.evrythng.java.wrapper.examples
Usage example of the EVRYTHNG Java Wrapper for accessing the Collection API.
CollectionApiExample(ApiConfiguration) - Constructor for class com.evrythng.java.wrapper.examples.CollectionApiExample
 
collectionCreator(Collection) - Method in class com.evrythng.java.wrapper.service.CollectionService
Creates a new Collection.
collectionDeleter(String) - Method in class com.evrythng.java.wrapper.service.CollectionService
Deletes the referenced Collection.
collectionReader(String) - Method in class com.evrythng.java.wrapper.service.CollectionService
Retrieves the referenced Collection.
collectionService() - Method in class com.evrythng.java.wrapper.ApiManager
Returns a preconfigured EVRYTHNG service for accessing the Collections API.
CollectionService - Class in com.evrythng.java.wrapper.service
Service wrapper for the /collections endpoint of the EVRYTHNG API.
CollectionService(ApiManager) - Constructor for class com.evrythng.java.wrapper.service.CollectionService
 
collectionsReader() - Method in class com.evrythng.java.wrapper.service.CollectionService
Retrieves the last updated Collection resources.
collectionUpdater(String, Collection) - Method in class com.evrythng.java.wrapper.service.CollectionService
Updates the referenced Collection.
com.evrythng.api.wrapper.param - package com.evrythng.api.wrapper.param
 
com.evrythng.java.wrapper - package com.evrythng.java.wrapper
 
com.evrythng.java.wrapper.core - package com.evrythng.java.wrapper.core
 
com.evrythng.java.wrapper.core.api - package com.evrythng.java.wrapper.core.api
 
com.evrythng.java.wrapper.core.api.param - package com.evrythng.java.wrapper.core.api.param
 
com.evrythng.java.wrapper.core.http - package com.evrythng.java.wrapper.core.http
 
com.evrythng.java.wrapper.examples - package com.evrythng.java.wrapper.examples
 
com.evrythng.java.wrapper.exception - package com.evrythng.java.wrapper.exception
 
com.evrythng.java.wrapper.mapping - package com.evrythng.java.wrapper.mapping
 
com.evrythng.java.wrapper.service - package com.evrythng.java.wrapper.service
 
com.evrythng.java.wrapper.util - package com.evrythng.java.wrapper.util
 
ConflictException - Exception in com.evrythng.java.wrapper.exception
ConflictException(ErrorMessage) - Constructor for exception com.evrythng.java.wrapper.exception.ConflictException
 
ConflictException(ErrorMessage, Throwable) - Constructor for exception com.evrythng.java.wrapper.exception.ConflictException
 
content() - Method in class com.evrythng.java.wrapper.core.api.ApiCommand
Executes the current command and returns the HttpResponse entity content as String.
content() - Method in class com.evrythng.java.wrapper.core.api.ApiCommandBuilder
Executes the current command and returns the HttpResponse entity content as String.
content() - Method in class com.evrythng.java.wrapper.core.api.UncheckedApiCommandBuilder
Executes the current command and returns the HttpResponse entity content as String.
content() - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
Executes the current command and returns the HttpResponse entity content as String.
convert(HttpResponse, TypeReference<K>) - Static method in class com.evrythng.java.wrapper.core.api.Utils
Converts http response into entity
count() - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
Deprecated.
count() - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.CheckedBuilder
Deprecated.
count() - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.UncheckedBuilder
Deprecated.
createActionDeserializer() - Static method in class com.evrythng.java.wrapper.mapping.EvrythngJacksonModuleImpl
 
createActionService() - Method in class com.evrythng.java.wrapper.ApiManager
 
CreateActionsJobInputDeserializer - Class in com.evrythng.java.wrapper.mapping
 
CreateActionsJobInputDeserializer() - Constructor for class com.evrythng.java.wrapper.mapping.CreateActionsJobInputDeserializer
 
createEvrythngJacksonModule() - Method in class com.evrythng.java.wrapper.ApiManager
 
createGeoJSONDeserializer() - Static method in class com.evrythng.java.wrapper.mapping.EvrythngJacksonModuleImpl
 
createObjectMapper() - Static method in class com.evrythng.java.wrapper.util.JSONUtils
Creates a pre-configured ObjectMapper.
createPlaceService() - Method in class com.evrythng.java.wrapper.ApiManager
 
createProductService() - Method in class com.evrythng.java.wrapper.ApiManager
 
createReactionDeserializer() - Static method in class com.evrythng.java.wrapper.mapping.EvrythngJacksonModuleImpl
 
createSocket(Socket, String, int, boolean) - Method in class com.evrythng.java.wrapper.core.api.WrapperSSLSocketFactory
 
createSocket() - Method in class com.evrythng.java.wrapper.core.api.WrapperSSLSocketFactory
 
createThngReferences(ApiManager, int) - Method in class com.evrythng.java.wrapper.examples.CollectionApiExample
Creates Thng resources and return their references.
createThngService() - Method in class com.evrythng.java.wrapper.ApiManager
 
createUrlBindingService() - Method in class com.evrythng.java.wrapper.ApiManager
 
creator(ActionJob<?>) - Method in class com.evrythng.java.wrapper.service.ActionJobsService
 

D

delete(String, URI, Status) - Static method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder
Creates a EvrythngApiBuilder.Builder for executing a DELETE request.
delete(String) - Method in class com.evrythng.java.wrapper.core.EvrythngServiceBase
Returns a preconfigured EvrythngApiBuilder.Builder for executing DELETE requests.
deleteMultiple(String, URI, Status) - Static method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder
Creates a EvrythngApiBuilder.Builder for executing a bulk DELETE request, and wrap the X-result-count header as a integer response.
deleteMultiple(String) - Method in class com.evrythng.java.wrapper.core.EvrythngServiceBase
Returns a preconfigured EvrythngApiBuilder.Builder for executing bulk DELETE requests.
deserialize(JsonParser, DeserializationContext) - Method in class com.evrythng.java.wrapper.mapping.ActionDeserializerImpl
 
deserialize(JsonParser, DeserializationContext) - Method in class com.evrythng.java.wrapper.mapping.ActionJobDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.evrythng.java.wrapper.mapping.ActionsDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.evrythng.java.wrapper.mapping.BatchPopulatingTaskInputParametersDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.evrythng.java.wrapper.mapping.BatchPopulatingTaskOutputParametersDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.evrythng.java.wrapper.mapping.CreateActionsJobInputDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.evrythng.java.wrapper.mapping.GeoJsonDeserializerImpl
 
deserialize(JsonParser, DeserializationContext) - Method in class com.evrythng.java.wrapper.mapping.PropertyDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.evrythng.java.wrapper.mapping.ShortIdTemplateDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.evrythng.java.wrapper.mapping.TaskNotificationWayDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.evrythng.java.wrapper.mapping.TaskOnBatchDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.evrythng.java.wrapper.mapping.TaskResultDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.evrythng.java.wrapper.mapping.TypeMapDeserializer
 
Deserializer<T> - Class in com.evrythng.java.wrapper.mapping
 
Deserializer(Class<?>) - Constructor for class com.evrythng.java.wrapper.mapping.Deserializer
 
deserializer - Variable in class com.evrythng.java.wrapper.service.ActionService
 
deserializer - Variable in class com.evrythng.java.wrapper.service.ProductService
 
deserializer - Variable in class com.evrythng.java.wrapper.service.ThngService
 
doRun() - Method in class com.evrythng.java.wrapper.core.ExampleRunner
Concrete implementation.
doRun() - Method in class com.evrythng.java.wrapper.examples.CollectionApiExample
 
doRun() - Method in class com.evrythng.java.wrapper.examples.ExceptionHandlingExample
 
doRun() - Method in class com.evrythng.java.wrapper.examples.SimpleExample
 
doRun() - Method in class com.evrythng.java.wrapper.examples.ThngApiExample
 
doRun() - Method in class com.evrythng.java.wrapper.examples.ThngPropertyApiExample
 
DoubleQueryParamValue - Class in com.evrythng.java.wrapper.core.api.param
A QueryParamValue subclass that holds double value.
DoubleQueryParamValue(String, double) - Constructor for class com.evrythng.java.wrapper.core.api.param.DoubleQueryParamValue
 

E

echo(String) - Static method in class com.evrythng.java.wrapper.core.ExampleRunner
Logs the provided message.
echo(String, Object...) - Static method in class com.evrythng.java.wrapper.core.ExampleRunner
Logs an INFO message according to the specified format and arguments.
ecl(String) - Static method in class com.evrythng.java.wrapper.core.api.param.EclQueryParamValue
 
EclQueryParamValue - Class in com.evrythng.java.wrapper.core.api.param
Provides support for the "ecl" query param.
EclQueryParamValue(String) - Constructor for class com.evrythng.java.wrapper.core.api.param.EclQueryParamValue
 
empty() - Static method in class com.evrythng.java.wrapper.core.api.param.AccessTokenQueryParamValue
 
empty() - Static method in class com.evrythng.java.wrapper.core.api.param.CallbackQueryParamValue
 
encodeBase64(InputStream, String) - Method in class com.evrythng.java.wrapper.core.EvrythngServiceBase
 
entity() - Method in class com.evrythng.java.wrapper.core.api.TypedResponseWithEntity
 
entity(E, Object) - Method in class com.evrythng.java.wrapper.core.http.HttpMethodBuilder.EntityMethodBuilder
 
EntityMethodBuilder(HttpMethodBuilder.Method) - Constructor for class com.evrythng.java.wrapper.core.http.HttpMethodBuilder.EntityMethodBuilder
 
EvrythngApiBuilder - Class in com.evrythng.java.wrapper.core
Entry-point command builder for the EVRYTHNG API.
EvrythngApiBuilder.Builder<TYPE> - Interface in com.evrythng.java.wrapper.core
 
EvrythngApiBuilder.Builder.Result<R> - Class in com.evrythng.java.wrapper.core
Class to hold the results and the total count.
EvrythngApiBuilder.CheckedBuilder<T> - Class in com.evrythng.java.wrapper.core
Default command builder for the EVRYTHNG API.
EvrythngApiBuilder.UncheckedBuilder<T> - Class in com.evrythng.java.wrapper.core
 
EvrythngClientException - Exception in com.evrythng.java.wrapper.exception
TODO Comment this class
EvrythngClientException(String) - Constructor for exception com.evrythng.java.wrapper.exception.EvrythngClientException
 
EvrythngClientException(String, Throwable) - Constructor for exception com.evrythng.java.wrapper.exception.EvrythngClientException
 
EvrythngErrorException - Exception in com.evrythng.java.wrapper.exception
TODO Comment this class
EvrythngErrorException(ErrorMessage) - Constructor for exception com.evrythng.java.wrapper.exception.EvrythngErrorException
 
EvrythngErrorException(ErrorMessage, Throwable) - Constructor for exception com.evrythng.java.wrapper.exception.EvrythngErrorException
 
EvrythngException - Exception in com.evrythng.java.wrapper.exception
Root definition for handling any exception thrown by the wrapper.
EvrythngException(String) - Constructor for exception com.evrythng.java.wrapper.exception.EvrythngException
 
EvrythngException(String, Throwable) - Constructor for exception com.evrythng.java.wrapper.exception.EvrythngException
 
EvrythngIdQueryParamValue - Class in com.evrythng.java.wrapper.core.api.param
Provides support for the "evrythngId" query param.
EvrythngIdQueryParamValue(String) - Constructor for class com.evrythng.java.wrapper.core.api.param.EvrythngIdQueryParamValue
 
EvrythngJacksonModule - Interface in com.evrythng.java.wrapper.mapping
Interface for internal EVRYTHNG jackson module.
EvrythngJacksonModuleImpl - Class in com.evrythng.java.wrapper.mapping
EVRYTHNG jackson module.
EvrythngJacksonModuleImpl() - Constructor for class com.evrythng.java.wrapper.mapping.EvrythngJacksonModuleImpl
 
EvrythngJacksonModuleImpl(String, Version) - Constructor for class com.evrythng.java.wrapper.mapping.EvrythngJacksonModuleImpl
 
EvrythngServiceBase - Class in com.evrythng.java.wrapper.core
Base definition for EVRYTHNG API services.
EvrythngServiceBase(ApiManager) - Constructor for class com.evrythng.java.wrapper.core.EvrythngServiceBase
Creates a new instance of EvrythngServiceBase using the provided ApiManager.
EvrythngUnexpectedException - Exception in com.evrythng.java.wrapper.exception
TODO Comment this class
EvrythngUnexpectedException(ErrorMessage) - Constructor for exception com.evrythng.java.wrapper.exception.EvrythngUnexpectedException
 
EvrythngUnexpectedException(ErrorMessage, Throwable) - Constructor for exception com.evrythng.java.wrapper.exception.EvrythngUnexpectedException
 
evrythngUserAuthenticator(Credentials) - Method in class com.evrythng.java.wrapper.service.AuthService
Authenticate a user.
evrythngUserCreator(User) - Method in class com.evrythng.java.wrapper.service.AuthService
Register a new User in the system.
evrythngUserValidator(String, String) - Method in class com.evrythng.java.wrapper.service.AuthService
Activate a user.
ExampleRunner - Class in com.evrythng.java.wrapper.core
Base definition for implementing examples on top of the EVRYTHNG API wrapper.
ExampleRunner(ApiConfiguration) - Constructor for class com.evrythng.java.wrapper.core.ExampleRunner
Creates a new instance of ExampleRunner using the provided ApiConfiguration.
ExceptionHandlingExample - Class in com.evrythng.java.wrapper.examples
Example of API exception handling using the EVRYTHNG Java Wrapper.
ExceptionHandlingExample(ApiConfiguration) - Constructor for class com.evrythng.java.wrapper.examples.ExceptionHandlingExample
 
execute() - Method in class com.evrythng.java.wrapper.core.api.ApiCommand
Executes the current command and maps the HttpResponse entity to T specified by ApiCommand.responseType.
execute() - Method in class com.evrythng.java.wrapper.core.api.ApiCommandBuilder
Executes the current command and maps the HttpResponse entity to T specified by ApiCommand.responseType.
execute() - Method in class com.evrythng.java.wrapper.core.api.UncheckedApiCommandBuilder
Executes the current command and maps the HttpResponse entity to T specified by ApiCommand.responseType.
execute() - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
Executes the current command and maps the HttpResponse entity to T specified by ApiCommand.responseType.
executeWithResponse() - Method in class com.evrythng.java.wrapper.core.api.ApiCommandBuilder
 
executeWithResponse() - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
 
executeWithResponse() - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.UncheckedBuilder
 
extractConfig(String[]) - Static method in class com.evrythng.java.wrapper.core.ExampleRunner
Extracts required parameters from program args.

F

fileDeleter(String) - Method in class com.evrythng.java.wrapper.service.FileService
Delete a file by name.
fileReader(String) - Method in class com.evrythng.java.wrapper.service.FileService
Find file by name.
fileService() - Method in class com.evrythng.java.wrapper.ApiManager
 
FileService - Class in com.evrythng.java.wrapper.service
Service wrapper for the /files endpoint.
FileService(ApiManager) - Constructor for class com.evrythng.java.wrapper.service.FileService
 
filesReader(String) - Method in class com.evrythng.java.wrapper.service.FileService
Finds files.
filesReader(String, String) - Method in class com.evrythng.java.wrapper.service.FileService
Finds files.
fileUploadRequestsSigner(List<FileToSign>) - Method in class com.evrythng.java.wrapper.service.FileService
Obtain the signatures necessary to upload files to the Cloud.
FileUtils - Class in com.evrythng.java.wrapper.util
This class contains utility methods to upload files.
FileUtils() - Constructor for class com.evrythng.java.wrapper.util.FileUtils
 
filter(String) - Static method in class com.evrythng.api.wrapper.param.FilterQueryParamValue
 
filter(String) - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
 
filter(String) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.CheckedBuilder
 
filter(String) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.UncheckedBuilder
 
FilterQueryParamValue - Class in com.evrythng.api.wrapper.param
Provides support for the filter query param.
FilterQueryParamValue(String) - Constructor for class com.evrythng.api.wrapper.param.FilterQueryParamValue
 
ForbiddenException - Exception in com.evrythng.java.wrapper.exception
ForbiddenException(ErrorMessage) - Constructor for exception com.evrythng.java.wrapper.exception.ForbiddenException
 
ForbiddenException(ErrorMessage, Throwable) - Constructor for exception com.evrythng.java.wrapper.exception.ForbiddenException
 
from(String) - Static method in class com.evrythng.java.wrapper.core.api.param.FromQueryParamValue
 
from(long) - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
 
from(String) - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
 
from(ApiConfiguration.QueryKeyword) - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
 
from(long) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.CheckedBuilder
 
from(String) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.CheckedBuilder
 
from(ApiConfiguration.QueryKeyword) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.CheckedBuilder
 
from(long) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.UncheckedBuilder
 
from(String) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.UncheckedBuilder
 
from(ApiConfiguration.QueryKeyword) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.UncheckedBuilder
 
FromQueryParamValue - Class in com.evrythng.java.wrapper.core.api.param
Provides support for the "from" query param.
FromQueryParamValue(String) - Constructor for class com.evrythng.java.wrapper.core.api.param.FromQueryParamValue
 
fromStatusCode(int) - Static method in enum com.evrythng.java.wrapper.core.http.Status
Convert a numerical status code into the corresponding Status
fromUri(String) - Static method in class com.evrythng.java.wrapper.util.URIBuilder
Creates a URIBuilder with a base URI string as the starting point

G

GeoJsonDeserializer - Interface in com.evrythng.java.wrapper.mapping
GeoJson deserializer interface.
GeoJsonDeserializerImpl - Class in com.evrythng.java.wrapper.mapping
GeoJSON deserializer.
get(String, URI, Status, TypeReference<T>) - Static method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder
Creates a EvrythngApiBuilder.Builder for executing a GET request.
get(String, TypeReference<T>) - Method in class com.evrythng.java.wrapper.core.EvrythngServiceBase
Returns a preconfigured EvrythngApiBuilder.Builder for executing GET requests.
getActionDeserializer() - Method in interface com.evrythng.java.wrapper.mapping.EvrythngJacksonModule
 
getActionDeserializer() - Method in class com.evrythng.java.wrapper.mapping.EvrythngJacksonModuleImpl
 
getActionType(Class<T>) - Method in interface com.evrythng.java.wrapper.mapping.ActionDeserializer
Gets the action type that correspond to the class.
getActionType(Class<T>) - Method in class com.evrythng.java.wrapper.mapping.ActionDeserializerImpl
 
getCommand() - Method in class com.evrythng.java.wrapper.core.api.ApiCommandBuilder
 
getCommand() - Method in class com.evrythng.java.wrapper.core.api.UncheckedApiCommandBuilder
 
getCommand() - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
 
getConfig() - Method in class com.evrythng.java.wrapper.ApiManager
 
getConfig() - Method in class com.evrythng.java.wrapper.core.EvrythngServiceBase
 
getConfig() - Method in class com.evrythng.java.wrapper.core.ExampleRunner
 
getErrorMessage() - Method in exception com.evrythng.java.wrapper.exception.EvrythngErrorException
 
getEvrythngJacksonModule() - Method in class com.evrythng.java.wrapper.ApiManager
 
getExpectedResponseStatus() - Method in class com.evrythng.java.wrapper.core.api.ApiCommand
Gets the expected response status.
getFamily() - Method in enum com.evrythng.java.wrapper.core.http.Status
Get the class of status code
getFieldValue(JsonNode) - Method in class com.evrythng.java.wrapper.mapping.Deserializer
 
getGeoJSONDeserializer() - Method in interface com.evrythng.java.wrapper.mapping.EvrythngJacksonModule
 
getGeoJSONDeserializer() - Method in class com.evrythng.java.wrapper.mapping.EvrythngJacksonModuleImpl
 
getGeoJsonType(Class<T>) - Method in interface com.evrythng.java.wrapper.mapping.GeoJsonDeserializer
Gets the GeoJson type that correspond to the class.
getGeoJsonType(Class<T>) - Method in class com.evrythng.java.wrapper.mapping.GeoJsonDeserializerImpl
Gets the GeoJson type that correspond to the class.
getKey() - Method in class com.evrythng.java.wrapper.core.api.QueryParamValue
 
getLocation() - Method in class com.evrythng.java.wrapper.core.api.AcceptedResourceResponse
Content of the Location http header if present.
getMethod() - Method in class com.evrythng.java.wrapper.core.api.ApiCommand
Gets the HTTP method.
getMethod() - Method in class com.evrythng.java.wrapper.core.http.HttpMethodBuilder.EntityMethodBuilder
 
getMethod() - Method in interface com.evrythng.java.wrapper.core.http.HttpMethodBuilder.MethodBuilder
 
getModule() - Method in interface com.evrythng.java.wrapper.mapping.EvrythngJacksonModule
 
getModule() - Method in class com.evrythng.java.wrapper.mapping.EvrythngJacksonModuleImpl
 
getObjectType(Class<U>) - Method in class com.evrythng.java.wrapper.mapping.TypeMapDeserializer
 
getQueryParam() - Method in enum com.evrythng.java.wrapper.service.ScanService.ScanMethod
 
getReactionDeserializer() - Method in interface com.evrythng.java.wrapper.mapping.EvrythngJacksonModule
 
getReactionDeserializer() - Method in class com.evrythng.java.wrapper.mapping.EvrythngJacksonModuleImpl
 
getReactionType(Class<T>) - Method in interface com.evrythng.java.wrapper.mapping.ReactionDeserializer
Gets the reaction type that correspond to the class.
getReactionType(Class<T>) - Method in class com.evrythng.java.wrapper.mapping.ReactionDeserializerImpl
Gets the reaction type that correspond to the class.
getReasonPhrase() - Method in enum com.evrythng.java.wrapper.core.http.Status
Get the reason phrase
getResourceId() - Method in class com.evrythng.java.wrapper.core.api.AcceptedResourceResponse
Id of the created resource if applicable
getResponseType() - Method in class com.evrythng.java.wrapper.core.api.ApiCommand
Gets the response type.
getResult() - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder.Result
 
getStatusCode() - Method in enum com.evrythng.java.wrapper.core.http.Status
Get the associated status code
getTotalCount() - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder.Result
 
getType(Class<T>) - Method in class com.evrythng.java.wrapper.service.ActionService
 
getType(Class<T>) - Method in class com.evrythng.java.wrapper.service.ProductService
 
getType(Class<T>) - Method in class com.evrythng.java.wrapper.service.ThngService
 
getTypeFieldName() - Method in class com.evrythng.java.wrapper.mapping.TypeMapDeserializer
 
getValue() - Method in class com.evrythng.java.wrapper.core.api.QueryParamValue
 

H

head(String) - Method in class com.evrythng.java.wrapper.core.api.ApiCommand
Executes the current command using the HTTP HEAD method and returns the value of the first HttpResponse Header specified by headerName.
header(String, String) - Method in class com.evrythng.java.wrapper.core.api.ApiCommandBuilder
Sets a request header or removes it if value equals null.
header(String, String) - Method in class com.evrythng.java.wrapper.core.api.UncheckedApiCommandBuilder
Sets a request header or removes it if value equals null.
header(String, String) - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
Sets a request header or removes it if value equals null.
height(int) - Static method in class com.evrythng.java.wrapper.core.api.param.HeightQueryParamValue
 
HeightQueryParamValue - Class in com.evrythng.java.wrapper.core.api.param
Provides support for the "h" query param.
HeightQueryParamValue(int) - Constructor for class com.evrythng.java.wrapper.core.api.param.HeightQueryParamValue
 
httpDelete() - Static method in class com.evrythng.java.wrapper.core.http.HttpMethodBuilder
Creates HttpMethodBuilder.MethodBuilder for DELETE request
httpGet() - Static method in class com.evrythng.java.wrapper.core.http.HttpMethodBuilder
Creates HttpMethodBuilder.MethodBuilder for GET request
HttpMethodBuilder - Class in com.evrythng.java.wrapper.core.http
Builder for HttpRequest methods.
HttpMethodBuilder.EntityMethodBuilder<E extends org.apache.http.client.methods.HttpEntityEnclosingRequestBase> - Class in com.evrythng.java.wrapper.core.http
 
HttpMethodBuilder.Method - Enum in com.evrythng.java.wrapper.core.http
Enum containing Http methods
HttpMethodBuilder.MethodBuilder<T extends org.apache.http.client.methods.HttpRequestBase> - Interface in com.evrythng.java.wrapper.core.http
 
httpPost(Object) - Static method in class com.evrythng.java.wrapper.core.http.HttpMethodBuilder
Creates HttpMethodBuilder.MethodBuilder for POST request
httpPostMultipart(File) - Static method in class com.evrythng.java.wrapper.core.http.HttpMethodBuilder
Creates HttpMethodBuilder.MethodBuilder for multipart POST request
httpPut(Object) - Static method in class com.evrythng.java.wrapper.core.http.HttpMethodBuilder
Creates HttpMethodBuilder.MethodBuilder for PUT request
httpPutMultipart(File) - Static method in class com.evrythng.java.wrapper.core.http.HttpMethodBuilder
Creates HttpMethodBuilder.MethodBuilder for multipart PUT request

I

id(String) - Static method in class com.evrythng.java.wrapper.core.api.param.EvrythngIdQueryParamValue
 
ID_LOCATION_PATTERN - Static variable in class com.evrythng.java.wrapper.service.ActionJobsService
 
ids(String) - Static method in class com.evrythng.api.wrapper.param.IdsQueryParamValue
 
ids(Iterable<String>) - Static method in class com.evrythng.api.wrapper.param.IdsQueryParamValue
 
ids(List<String>) - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
 
ids(List<String>) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.CheckedBuilder
 
ids(List<String>) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.UncheckedBuilder
 
IdsQueryParamValue - Class in com.evrythng.api.wrapper.param
Provides support for the ids query param.
IdsQueryParamValue(String) - Constructor for class com.evrythng.api.wrapper.param.IdsQueryParamValue
 
IntegerQueryParamValue - Class in com.evrythng.java.wrapper.core.api.param
A QueryParamValue subclass that holds integer value.
IntegerQueryParamValue(String, int) - Constructor for class com.evrythng.java.wrapper.core.api.param.IntegerQueryParamValue
 
InternalErrorException - Exception in com.evrythng.java.wrapper.exception
InternalErrorException(ErrorMessage) - Constructor for exception com.evrythng.java.wrapper.exception.InternalErrorException
 
InternalErrorException(ErrorMessage, Throwable) - Constructor for exception com.evrythng.java.wrapper.exception.InternalErrorException
 
isDefault(String) - Static method in class com.evrythng.java.wrapper.core.api.param.TplQueryParamValue
 
isDefaultShortId(String) - Static method in class com.evrythng.java.wrapper.core.api.param.TplQueryParamValue
 
isDemoEvrythng(String) - Static method in class com.evrythng.java.wrapper.core.api.param.TplQueryParamValue
 
isLatest(String) - Static method in class com.evrythng.java.wrapper.core.api.param.FromQueryParamValue
 
isNoProject(String) - Static method in class com.evrythng.java.wrapper.core.api.param.ProjectQueryParamValue
 
iterator(String, TypeReference<List<T>>) - Method in class com.evrythng.java.wrapper.core.EvrythngServiceBase
 
iterator() - Method in class com.evrythng.java.wrapper.service.ActionService
 
iterator(String) - Method in class com.evrythng.java.wrapper.service.ActionService
 
iterator() - Method in class com.evrythng.java.wrapper.service.ProductService
Retrieves Products, whether all, by filter, or by ids, in an iterative way.
iterator() - Method in class com.evrythng.java.wrapper.service.ThngService
Retrieves Thngs, whether all, by filter, or by ids, in an iterative way.

J

jobs() - Method in class com.evrythng.java.wrapper.ApiManager
 
JobsService - Class in com.evrythng.java.wrapper.service
 
JobsService(ApiManager, EvrythngJacksonModule) - Constructor for class com.evrythng.java.wrapper.service.JobsService
 
jsonp(String) - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
Executes the current command by requesting JSONP in the HttpResponse entity.
jsonp(String) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.CheckedBuilder
 
jsonp(String) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.UncheckedBuilder
 
JSONUtils - Class in com.evrythng.java.wrapper.util
JSON utilities based on Jackson ObjectMapper.

K

key(String) - Static method in class com.evrythng.java.wrapper.core.api.param.AccessTokenQueryParamValue
 

L

lat(double) - Static method in class com.evrythng.java.wrapper.core.api.param.LatQueryParamValue
 
LatQueryParamValue - Class in com.evrythng.java.wrapper.core.api.param
Provides support for the lat query param.
LatQueryParamValue(double) - Constructor for class com.evrythng.java.wrapper.core.api.param.LatQueryParamValue
 
list() - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
Executes the requests and returns a result object.
list() - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.CheckedBuilder
 
list() - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.UncheckedBuilder
 
locationDeleter(String) - Method in class com.evrythng.java.wrapper.service.ThngService
Deletes the Location of the referenced Thng.
locationReader(String) - Method in class com.evrythng.java.wrapper.service.ThngService
Retrieves the last Location resources from the referenced Thng.
locationUpdater(String, Location) - Method in class com.evrythng.java.wrapper.service.ThngService
Updates the current Location of the referenced Thng.
locationUpdater(String, List<Location>) - Method in class com.evrythng.java.wrapper.service.ThngService
Updates the referenced Thng with multiple Location resources.
logsReader(String) - Method in class com.evrythng.java.wrapper.service.ActionJobsService
 
logsReader(String, String) - Method in class com.evrythng.java.wrapper.service.BatchService
Retrieves the JobLogEntry elements generated by the task.
LogUtils - Class in com.evrythng.java.wrapper.util
This class contains utility methods for logging
LogUtils() - Constructor for class com.evrythng.java.wrapper.util.LogUtils
 
lon(double) - Static method in class com.evrythng.java.wrapper.core.api.param.LonQueryParamValue
 
LongQueryParamValue - Class in com.evrythng.java.wrapper.core.api.param
A QueryParamValue subclass that holds long value.
LongQueryParamValue(String, long) - Constructor for class com.evrythng.java.wrapper.core.api.param.LongQueryParamValue
 
LonQueryParamValue - Class in com.evrythng.java.wrapper.core.api.param
Provides support for the lon query param.
LonQueryParamValue(double) - Constructor for class com.evrythng.java.wrapper.core.api.param.LonQueryParamValue
 

M

main(String[]) - Static method in class com.evrythng.java.wrapper.examples.ApiExamples
 
main(String[]) - Static method in class com.evrythng.java.wrapper.examples.CollectionApiExample
 
main(String[]) - Static method in class com.evrythng.java.wrapper.examples.ExceptionHandlingExample
 
main(String[]) - Static method in class com.evrythng.java.wrapper.examples.QuickTour
 
main(String[]) - Static method in class com.evrythng.java.wrapper.examples.SimpleExample
 
main(String[]) - Static method in class com.evrythng.java.wrapper.examples.ThngApiExample
 
main(String[]) - Static method in class com.evrythng.java.wrapper.examples.ThngPropertyApiExample
 
maskApiKey(String) - Static method in class com.evrythng.java.wrapper.util.LogUtils
Masks api key.
maxDist(double) - Static method in class com.evrythng.java.wrapper.core.api.param.MaxDistQueryParamValue
 
MaxDistQueryParamValue - Class in com.evrythng.java.wrapper.core.api.param
Provides support for the maxDist query param.
MaxDistQueryParamValue(double) - Constructor for class com.evrythng.java.wrapper.core.api.param.MaxDistQueryParamValue
 
MethodNotAllowedException - Exception in com.evrythng.java.wrapper.exception
MethodNotAllowedException(ErrorMessage) - Constructor for exception com.evrythng.java.wrapper.exception.MethodNotAllowedException
 
MethodNotAllowedException(ErrorMessage, Throwable) - Constructor for exception com.evrythng.java.wrapper.exception.MethodNotAllowedException
 
mqttUrl() - Method in class com.evrythng.java.wrapper.core.EvrythngServiceBase
 

N

NAME - Static variable in class com.evrythng.api.wrapper.param.FilterQueryParamValue
 
NAME - Static variable in class com.evrythng.api.wrapper.param.IdsQueryParamValue
 
NAME - Static variable in class com.evrythng.java.wrapper.core.api.param.AccessTokenQueryParamValue
 
NAME - Static variable in class com.evrythng.java.wrapper.core.api.param.AfterQueryParamValue
 
NAME - Static variable in class com.evrythng.java.wrapper.core.api.param.CallbackQueryParamValue
 
NAME - Static variable in class com.evrythng.java.wrapper.core.api.param.EclQueryParamValue
 
NAME - Static variable in class com.evrythng.java.wrapper.core.api.param.EvrythngIdQueryParamValue
 
NAME - Static variable in class com.evrythng.java.wrapper.core.api.param.FromQueryParamValue
 
NAME - Static variable in class com.evrythng.java.wrapper.core.api.param.HeightQueryParamValue
 
NAME - Static variable in class com.evrythng.java.wrapper.core.api.param.LatQueryParamValue
 
NAME - Static variable in class com.evrythng.java.wrapper.core.api.param.LonQueryParamValue
 
NAME - Static variable in class com.evrythng.java.wrapper.core.api.param.MaxDistQueryParamValue
 
NAME - Static variable in class com.evrythng.java.wrapper.core.api.param.PageQueryParamValue
 
NAME - Static variable in class com.evrythng.java.wrapper.core.api.param.PerPageQueryParamValue
 
NAME - Static variable in class com.evrythng.java.wrapper.core.api.param.ProjectQueryParamValue
 
NAME - Static variable in class com.evrythng.java.wrapper.core.api.param.QSearchQueryParamValue
 
NAME - Static variable in class com.evrythng.java.wrapper.core.api.param.ScopeQueryParamValue
 
NAME - Static variable in class com.evrythng.java.wrapper.core.api.param.SearchQueryParamValue
 
NAME - Static variable in class com.evrythng.java.wrapper.core.api.param.SortOrderQueryParamValue
 
NAME - Static variable in class com.evrythng.java.wrapper.core.api.param.TagsQueryParamValue
 
NAME - Static variable in class com.evrythng.java.wrapper.core.api.param.TimezoneQueryParamValue
 
NAME - Static variable in class com.evrythng.java.wrapper.core.api.param.ToQueryParamValue
 
NAME - Static variable in class com.evrythng.java.wrapper.core.api.param.TplQueryParamValue
 
NAME - Static variable in class com.evrythng.java.wrapper.core.api.param.TypesQueryParamValue
 
NAME - Static variable in class com.evrythng.java.wrapper.core.api.param.UserScopeQueryParamValue
 
NAME - Static variable in class com.evrythng.java.wrapper.core.api.param.WidthQueryParamValue
 
NAME - Static variable in class com.evrythng.java.wrapper.core.api.param.WithScopesQueryParamValue
 
NAME - Static variable in class com.evrythng.java.wrapper.core.api.param.WithTotalCountQueryParamValue
 
NotFoundException - Exception in com.evrythng.java.wrapper.exception
NotFoundException(ErrorMessage) - Constructor for exception com.evrythng.java.wrapper.exception.NotFoundException
 
NotFoundException(ErrorMessage, Throwable) - Constructor for exception com.evrythng.java.wrapper.exception.NotFoundException
 

O

oauthClientCreator(String, String, OAuthClient) - Method in class com.evrythng.java.wrapper.service.ApplicationService
Creates a new OAuthClient for the application
oauthClientDeleter(String, String, String) - Method in class com.evrythng.java.wrapper.service.ApplicationService
Deletes OAuthClient.
oauthClientReader(String, String, String) - Method in class com.evrythng.java.wrapper.service.ApplicationService
Load a single OAuthClient.
oauthClientsReader(String, String) - Method in class com.evrythng.java.wrapper.service.ApplicationService
List all OAuthClient registered for the application.
oauthClientUpdater(String, String, String, OAuthClient) - Method in class com.evrythng.java.wrapper.service.ApplicationService
Updates OAuthClient.
OBJECT_MAPPER - Static variable in class com.evrythng.java.wrapper.util.JSONUtils
ObjectMapper singleton.
of(SortOrder) - Static method in class com.evrythng.java.wrapper.core.api.param.SortOrderQueryParamValue
 
of(String) - Static method in class com.evrythng.java.wrapper.core.api.param.WithTotalCountQueryParamValue
 
onBuilderCreated(EvrythngApiBuilder.Builder<?>) - Method in class com.evrythng.java.wrapper.ApiManager
 
onBuilderCreated(EvrythngApiBuilder.Builder<?>) - Method in class com.evrythng.java.wrapper.core.EvrythngServiceBase
 

P

page(int) - Static method in class com.evrythng.java.wrapper.core.api.param.PageQueryParamValue
 
page(int) - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
 
page(int) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.CheckedBuilder
 
page(int) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.UncheckedBuilder
 
PageQueryParamValue - Class in com.evrythng.java.wrapper.core.api.param
Provides support for the "page" query param.
PageQueryParamValue(int) - Constructor for class com.evrythng.java.wrapper.core.api.param.PageQueryParamValue
 
parse(String) - Static method in class com.evrythng.java.wrapper.core.api.param.BooleanQueryParamValue
Parses query parameter as boolean
PATH_ACCOUNT_REDIRECTOR - Static variable in class com.evrythng.java.wrapper.service.RedirectorService
 
PATH_ACTIONS - Static variable in class com.evrythng.java.wrapper.service.ActionService
 
PATH_ALL_ACTION - Static variable in class com.evrythng.java.wrapper.service.ActionService
 
PATH_ALL_ACTIONS - Static variable in class com.evrythng.java.wrapper.service.ActionService
 
PATH_APPLICATION - Static variable in class com.evrythng.java.wrapper.service.ApplicationService
 
PATH_APPLICATION_LEGACY - Static variable in class com.evrythng.java.wrapper.service.ApplicationService
 
PATH_APPLICATION_OAUTH_CLIENT - Static variable in class com.evrythng.java.wrapper.service.ApplicationService
 
PATH_APPLICATION_OAUTH_CLIENTS - Static variable in class com.evrythng.java.wrapper.service.ApplicationService
 
PATH_APPLICATION_REDIRECTOR - Static variable in class com.evrythng.java.wrapper.service.RedirectorService
 
PATH_APPLICATIONS - Static variable in class com.evrythng.java.wrapper.service.ApplicationService
 
PATH_APPLICATIONS_LEGACY - Static variable in class com.evrythng.java.wrapper.service.ApplicationService
 
PATH_AUTH - Static variable in class com.evrythng.java.wrapper.service.AuthService
 
PATH_AUTH_ALL - Static variable in class com.evrythng.java.wrapper.service.AuthService
 
PATH_AUTH_ALL_LOGOUT - Static variable in class com.evrythng.java.wrapper.service.AuthService
 
PATH_AUTH_EVRYTHNG - Static variable in class com.evrythng.java.wrapper.service.AuthService
 
PATH_AUTH_EVRYTHNG_THNG - Static variable in class com.evrythng.java.wrapper.service.AuthService
 
PATH_AUTH_EVRYTHNG_THNGS - Static variable in class com.evrythng.java.wrapper.service.AuthService
 
PATH_AUTH_EVRYTHNG_USER_VALIDATE - Static variable in class com.evrythng.java.wrapper.service.AuthService
 
PATH_AUTH_EVRYTHNG_USERS - Static variable in class com.evrythng.java.wrapper.service.AuthService
 
PATH_BATCH - Static variable in class com.evrythng.java.wrapper.service.BatchService
 
PATH_BATCH_TASK - Static variable in class com.evrythng.java.wrapper.service.BatchService
 
PATH_BATCH_TASK_LOGS - Static variable in class com.evrythng.java.wrapper.service.BatchService
 
PATH_BATCH_TASKS - Static variable in class com.evrythng.java.wrapper.service.BatchService
 
PATH_BATCHES - Static variable in class com.evrythng.java.wrapper.service.BatchService
 
PATH_CHILD_COLLECTION - Static variable in class com.evrythng.java.wrapper.service.CollectionService
 
PATH_CHILDREN_COLLECTIONS - Static variable in class com.evrythng.java.wrapper.service.CollectionService
 
PATH_COLLECTION - Static variable in class com.evrythng.java.wrapper.service.CollectionService
 
PATH_COLLECTION_THNG - Static variable in class com.evrythng.java.wrapper.service.CollectionService
 
PATH_COLLECTION_THNGS - Static variable in class com.evrythng.java.wrapper.service.CollectionService
 
PATH_COLLECTIONS - Static variable in class com.evrythng.java.wrapper.service.CollectionService
 
PATH_COLLECTIONS_ACTIONS - Static variable in class com.evrythng.java.wrapper.service.CollectionService
 
PATH_COLLECTIONS_TYPED_ACTION - Static variable in class com.evrythng.java.wrapper.service.CollectionService
 
PATH_COLLECTIONS_TYPED_ACTIONS - Static variable in class com.evrythng.java.wrapper.service.CollectionService
 
PATH_FILE - Static variable in class com.evrythng.java.wrapper.service.FileService
 
PATH_FILES - Static variable in class com.evrythng.java.wrapper.service.FileService
 
PATH_PLACE - Static variable in class com.evrythng.java.wrapper.service.PlaceService
 
PATH_PLACES - Static variable in class com.evrythng.java.wrapper.service.PlaceService
 
PATH_PRIVATE_SIGNATURE - Static variable in class com.evrythng.java.wrapper.service.FileService
 
PATH_PRODUCT - Static variable in class com.evrythng.java.wrapper.service.ProductService
 
PATH_PRODUCT_ACTIONS - Static variable in class com.evrythng.java.wrapper.service.ProductService
 
PATH_PRODUCT_ALL_ACTION - Static variable in class com.evrythng.java.wrapper.service.ProductService
 
PATH_PRODUCT_ALL_ACTIONS - Static variable in class com.evrythng.java.wrapper.service.ProductService
 
PATH_PRODUCT_PROPERTIES - Static variable in class com.evrythng.java.wrapper.service.ProductService
 
PATH_PRODUCT_PROPERTY - Static variable in class com.evrythng.java.wrapper.service.ProductService
 
PATH_PRODUCT_REDIRECTOR - Static variable in class com.evrythng.java.wrapper.service.ProductService
 
PATH_PRODUCT_REDIRECTOR_QR - Static variable in class com.evrythng.java.wrapper.service.ProductService
 
PATH_PRODUCT_TYPED_ACTION - Static variable in class com.evrythng.java.wrapper.service.ProductService
 
PATH_PRODUCT_TYPED_ACTIONS - Static variable in class com.evrythng.java.wrapper.service.ProductService
 
PATH_PRODUCTS - Static variable in class com.evrythng.java.wrapper.service.ProductService
 
PATH_SCAN - Static variable in class com.evrythng.java.wrapper.service.ScanService
 
PATH_SCAN_BARCODE - Static variable in class com.evrythng.java.wrapper.service.ScanService
 
PATH_SCAN_RECOGNIZE - Static variable in class com.evrythng.java.wrapper.service.ScanService
 
PATH_SIGNATURE - Static variable in class com.evrythng.java.wrapper.service.FileService
 
PATH_THNG - Static variable in class com.evrythng.java.wrapper.service.ThngService
 
PATH_THNG_ACTIONS - Static variable in class com.evrythng.java.wrapper.service.ThngService
 
PATH_THNG_ALL_ACTION - Static variable in class com.evrythng.java.wrapper.service.ThngService
 
PATH_THNG_ALL_ACTIONS - Static variable in class com.evrythng.java.wrapper.service.ThngService
 
PATH_THNG_LOCATION - Static variable in class com.evrythng.java.wrapper.service.ThngService
 
PATH_THNG_PROPERTIES - Static variable in class com.evrythng.java.wrapper.service.ThngService
 
PATH_THNG_PROPERTY - Static variable in class com.evrythng.java.wrapper.service.ThngService
 
PATH_THNG_REDIRECTOR - Static variable in class com.evrythng.java.wrapper.service.ThngService
 
PATH_THNG_REDIRECTOR_QR - Static variable in class com.evrythng.java.wrapper.service.ThngService
 
PATH_THNG_TYPED_ACTION - Static variable in class com.evrythng.java.wrapper.service.ThngService
 
PATH_THNG_TYPED_ACTIONS - Static variable in class com.evrythng.java.wrapper.service.ThngService
 
PATH_THNGS - Static variable in class com.evrythng.java.wrapper.service.ThngService
 
PATH_TIME - Static variable in class com.evrythng.java.wrapper.service.TimeService
 
PATH_TYPED_ACTION - Static variable in class com.evrythng.java.wrapper.service.ActionService
 
PATH_TYPED_ACTIONS - Static variable in class com.evrythng.java.wrapper.service.ActionService
 
PATH_URL_BINDING - Static variable in class com.evrythng.java.wrapper.service.UrlBindingService
 
PATH_URL_BINDING_QR - Static variable in class com.evrythng.java.wrapper.service.UrlBindingService
 
PATH_URLS - Static variable in class com.evrythng.java.wrapper.service.UrlBindingService
 
pattern(String) - Static method in class com.evrythng.java.wrapper.core.api.param.QSearchQueryParamValue
 
perPage(int) - Static method in class com.evrythng.java.wrapper.core.api.param.PerPageQueryParamValue
 
perPage(int) - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
 
perPage(int) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.CheckedBuilder
 
perPage(int) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.UncheckedBuilder
 
PerPageQueryParamValue - Class in com.evrythng.java.wrapper.core.api.param
Provides support for the "perPage" query param.
PerPageQueryParamValue(int) - Constructor for class com.evrythng.java.wrapper.core.api.param.PerPageQueryParamValue
 
placeCreator(Place) - Method in class com.evrythng.java.wrapper.service.PlaceService
Creates a new Place.
placeDeleter(String) - Method in class com.evrythng.java.wrapper.service.PlaceService
Deletes the referenced Place.
placeHolder(Boolean) - Method in class com.evrythng.java.wrapper.core.api.ApiCommandBuilder
 
placeHolder(Boolean) - Method in class com.evrythng.java.wrapper.core.api.UncheckedApiCommandBuilder
 
placeHolder(Boolean) - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
 
placeReader(String) - Method in class com.evrythng.java.wrapper.service.PlaceService
Retrieves the referenced Place.
placeService() - Method in class com.evrythng.java.wrapper.ApiManager
 
PlaceService - Class in com.evrythng.java.wrapper.service
Service wrapper for the /places endpoint of the EVRYTHNG API.
PlaceService(ApiManager) - Constructor for class com.evrythng.java.wrapper.service.PlaceService
 
placesReader() - Method in class com.evrythng.java.wrapper.service.PlaceService
Retrieves list of all Place resources.
placeUpdater(String, Place) - Method in class com.evrythng.java.wrapper.service.PlaceService
Updates the referenced Place.
post(String, URI, Object, Status, TypeReference<T>) - Static method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder
Creates a EvrythngApiBuilder.CheckedBuilder for executing a POST request.
post(String, Object, TypeReference<T>) - Method in class com.evrythng.java.wrapper.core.EvrythngServiceBase
Returns a preconfigured EvrythngApiBuilder.Builder for executing POST requests.
post(String, Object, Status, TypeReference<T>) - Method in class com.evrythng.java.wrapper.core.EvrythngServiceBase
Returns a preconfigured EvrythngApiBuilder.Builder for executing POST requests.
postAsynchronously(String, URI, Object, Pattern) - Static method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder
 
postAsynchronously(String, Object, Pattern) - Method in class com.evrythng.java.wrapper.core.EvrythngServiceBase
 
postMultipart(String, URI, File, Status, TypeReference<T>) - Static method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder
Creates a EvrythngApiBuilder.CheckedBuilder for executing a file upload via a POST request.
postMultipart(String, File, TypeReference<T>) - Method in class com.evrythng.java.wrapper.core.EvrythngServiceBase
Returns a preconfigured EvrythngApiBuilder.Builder for uploading file via POST requests
postMultipart(String, File, Status, TypeReference<T>) - Method in class com.evrythng.java.wrapper.core.EvrythngServiceBase
Returns a preconfigured EvrythngApiBuilder.Builder for uploading file via POST requests
privateFileUploadRequestsSigner(List<FileToSign>) - Method in class com.evrythng.java.wrapper.service.FileService
 
productCreator(Product) - Method in class com.evrythng.java.wrapper.service.ProductService
productDeleter(String) - Method in class com.evrythng.java.wrapper.service.ProductService
productReader(String) - Method in class com.evrythng.java.wrapper.service.ProductService
productsDeleter() - Method in class com.evrythng.java.wrapper.service.ProductService
Bulk delete some products.
productService() - Method in class com.evrythng.java.wrapper.ApiManager
Returns a preconfigured EVRYTHNG service for accessing the Products API.
ProductService - Class in com.evrythng.java.wrapper.service
Service wrapper for the /products endpoint of the EVRYTHNG Engine API.
ProductService(ApiManager, EvrythngJacksonModule) - Constructor for class com.evrythng.java.wrapper.service.ProductService
 
productsReader() - Method in class com.evrythng.java.wrapper.service.ProductService
Deprecated.
productsUpdater(Product) - Method in class com.evrythng.java.wrapper.service.ProductService
Batch update a list of Product.
productUpdater(String, Product) - Method in class com.evrythng.java.wrapper.service.ProductService
project(String) - Static method in class com.evrythng.java.wrapper.core.api.param.ProjectQueryParamValue
 
project(String) - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
 
project(String) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.CheckedBuilder
 
project(String) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.UncheckedBuilder
 
projectCreator(Project) - Method in class com.evrythng.java.wrapper.service.ProjectService
Creates a new Project
projectDeleter(String) - Method in class com.evrythng.java.wrapper.service.ProjectService
Deletes the referenced Project
ProjectQueryParamValue - Class in com.evrythng.java.wrapper.core.api.param
Provides support for the project query param.
projectReader(String) - Method in class com.evrythng.java.wrapper.service.ProjectService
Retrieves the referenced Project
projectsDeleter(List<String>) - Method in class com.evrythng.java.wrapper.service.ProjectService
Deletes the referenced Project
projectsDeleter(String) - Method in class com.evrythng.java.wrapper.service.ProjectService
Deletes the referenced Project
projectService() - Method in class com.evrythng.java.wrapper.ApiManager
 
ProjectService - Class in com.evrythng.java.wrapper.service
Service wrapper for the /projects endpoint of the EVRYTHNG API.
ProjectService(ApiManager) - Constructor for class com.evrythng.java.wrapper.service.ProjectService
 
projectsReader() - Method in class com.evrythng.java.wrapper.service.ProjectService
Retrieves list of all Project resources.
projectUpdater(String, Project) - Method in class com.evrythng.java.wrapper.service.ProjectService
Updates the referenced Project
propertiesCreator(String, List<Property<?>>) - Method in class com.evrythng.java.wrapper.service.ProductService
propertiesCreator(String, List<Property<?>>) - Method in class com.evrythng.java.wrapper.service.ThngService
Creates multiple StringProperty resources on the referenced Thng.
propertiesDeleter(String) - Method in class com.evrythng.java.wrapper.service.ProductService
propertiesDeleter(String) - Method in class com.evrythng.java.wrapper.service.ThngService
Deletes all StringProperty resources from the referenced Thng.
propertiesIterator(String, String) - Method in class com.evrythng.java.wrapper.service.ProductService
Retrieves Property updates with specified key, for a Product, in an iterative way.
propertiesIterator(String, String) - Method in class com.evrythng.java.wrapper.service.ThngService
Retrieves Property updates with specified key, for a Thng, in an iterative way.
propertiesReader(String) - Method in class com.evrythng.java.wrapper.service.ProductService
propertiesReader(String) - Method in class com.evrythng.java.wrapper.service.ThngService
Retrieves the last updated StringProperty resources from the referenced Thng.
propertyDeleter(String, String) - Method in class com.evrythng.java.wrapper.service.ProductService
propertyDeleter(String, String) - Method in class com.evrythng.java.wrapper.service.ThngService
Deletes the StringProperty named key from the referenced Thng.
PropertyDeserializer - Class in com.evrythng.java.wrapper.mapping
 
PropertyDeserializer() - Constructor for class com.evrythng.java.wrapper.mapping.PropertyDeserializer
 
propertyReader(String, String) - Method in class com.evrythng.java.wrapper.service.ProductService
propertyReader(String, String) - Method in class com.evrythng.java.wrapper.service.ThngService
propertyUpdater(String, String, Property<?>) - Method in class com.evrythng.java.wrapper.service.ProductService
propertyUpdater(String, String, String, Long) - Method in class com.evrythng.java.wrapper.service.ProductService
 
propertyUpdater(String, String, Number, Long) - Method in class com.evrythng.java.wrapper.service.ProductService
 
propertyUpdater(String, String, Boolean, Long) - Method in class com.evrythng.java.wrapper.service.ProductService
 
propertyUpdater(String, String, String) - Method in class com.evrythng.java.wrapper.service.ProductService
 
propertyUpdater(String, String, Number) - Method in class com.evrythng.java.wrapper.service.ProductService
 
propertyUpdater(String, String, Boolean) - Method in class com.evrythng.java.wrapper.service.ProductService
 
propertyUpdater(String, String, Property<?>) - Method in class com.evrythng.java.wrapper.service.ThngService
Updates the StringProperty named key of the referenced Thng.
propertyUpdater(String, String, String, Long) - Method in class com.evrythng.java.wrapper.service.ThngService
 
propertyUpdater(String, String, Number, Long) - Method in class com.evrythng.java.wrapper.service.ThngService
 
propertyUpdater(String, String, Boolean, Long) - Method in class com.evrythng.java.wrapper.service.ThngService
 
propertyUpdater(String, String, String) - Method in class com.evrythng.java.wrapper.service.ThngService
 
propertyUpdater(String, String, Number) - Method in class com.evrythng.java.wrapper.service.ThngService
 
propertyUpdater(String, String, Boolean) - Method in class com.evrythng.java.wrapper.service.ThngService
 
put(String, URI, Object, Status, TypeReference<T>) - Static method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder
Creates a EvrythngApiBuilder.Builder for executing a PUT request.
put(String, Object, Status, TypeReference<T>) - Method in class com.evrythng.java.wrapper.core.EvrythngServiceBase
Returns a preconfigured EvrythngApiBuilder.Builder for executing PUT requests.
put(String, Object, TypeReference<T>) - Method in class com.evrythng.java.wrapper.core.EvrythngServiceBase
Returns a preconfigured EvrythngApiBuilder.Builder for executing PUT requests.
putMultipart(String, URI, File, Status, TypeReference<T>) - Static method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder
Creates a EvrythngApiBuilder.CheckedBuilder for executing a file upload via a PUT request.
putMultipart(String, File, TypeReference<T>) - Method in class com.evrythng.java.wrapper.core.EvrythngServiceBase
Returns a preconfigured EvrythngApiBuilder.Builder for uploading file via PUT requests
putMultipart(String, File, Status, TypeReference<T>) - Method in class com.evrythng.java.wrapper.core.EvrythngServiceBase
Returns a preconfigured EvrythngApiBuilder.Builder for uploading file via PUT requests
putMultiple(String, URI, Object, Status) - Static method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder
Create a EvrythngApiBuilder.Builder for executing a PUT request, expecting no result payload.
putMultiple(String, Object) - Method in class com.evrythng.java.wrapper.core.EvrythngServiceBase
Returns a preconfigured EvrythngApiBuilder.Builder for executing PUT requests.

Q

QP_SOCIAL_NETWORK_APP_ID - Static variable in class com.evrythng.java.wrapper.service.ApplicationService
 
QP_SOCIAL_NETWORK_NAME - Static variable in class com.evrythng.java.wrapper.service.ApplicationService
 
QrCodeType - Enum in com.evrythng.java.wrapper.service
An image type of QR code to be generated
QSearchQueryParamValue - Class in com.evrythng.java.wrapper.core.api.param
Provides support for the "q" query param.
QSearchQueryParamValue(String) - Constructor for class com.evrythng.java.wrapper.core.api.param.QSearchQueryParamValue
 
queryParam(String, String) - Method in class com.evrythng.java.wrapper.core.api.ApiCommandBuilder
Sets a query parameter or removes it if value equals null .
queryParam(QueryParamValue) - Method in class com.evrythng.java.wrapper.core.api.ApiCommandBuilder
Sets a query parameter or removes it if the value equals null.
queryParam(String, List<String>) - Method in class com.evrythng.java.wrapper.core.api.ApiCommandBuilder
Sets a multi-valued query parameter or removes it if value equals null.
queryParam(String, String) - Method in class com.evrythng.java.wrapper.core.api.UncheckedApiCommandBuilder
Sets a query parameter or removes it if value equals null .
queryParam(QueryParamValue) - Method in class com.evrythng.java.wrapper.core.api.UncheckedApiCommandBuilder
Sets a query parameter or removes it if the value equals null.
queryParam(String, List<String>) - Method in class com.evrythng.java.wrapper.core.api.UncheckedApiCommandBuilder
Sets a multi-valued query parameter or removes it if value equals null.
queryParam(String, String) - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
Sets a query parameter or removes it if value equals null
queryParam(QueryParamValue) - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
Sets a query parameter or removes it if the value equals null.
queryParam(String, List<String>) - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
Sets a multi-valued query parameter or removes it if value equals null.
queryParam(String, String) - Method in class com.evrythng.java.wrapper.util.URIBuilder
Adds a query parameter to the URI
queryParamList(String, List<String>) - Method in class com.evrythng.java.wrapper.core.api.ApiCommandBuilder
Sets a multi-valued query parameter or removes it if value equals null.
queryParamList(String, String...) - Method in class com.evrythng.java.wrapper.core.api.ApiCommandBuilder
Sets a multi-valued query parameter or removes it if value equals null.
queryParamList(String, List<String>) - Method in class com.evrythng.java.wrapper.core.api.UncheckedApiCommandBuilder
Sets a multi-valued query parameter or removes it if value equals null.
queryParamList(String, String...) - Method in class com.evrythng.java.wrapper.core.api.UncheckedApiCommandBuilder
Sets a multi-valued query parameter or removes it if value equals null.
queryParamList(String, List<String>) - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
Sets a multi-valued query parameter or removes it if value equals null.
queryParamList(String, String...) - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
Sets a multi-valued query parameter or removes it if value equals null.
queryParams(Map<String, String>) - Method in class com.evrythng.java.wrapper.core.api.ApiCommandBuilder
Sets the provided query parametes.
queryParams(Map<String, String>) - Method in class com.evrythng.java.wrapper.core.api.UncheckedApiCommandBuilder
Sets the provided query parametes.
queryParams(Map<String, String>) - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
Sets the provided query parametes.
queryParams(MultiValueMap) - Method in class com.evrythng.java.wrapper.util.URIBuilder
Adds a query parameters to the URI
QueryParamValue - Class in com.evrythng.java.wrapper.core.api
Holds a key and a value for a query param.
QueryParamValue(String, String) - Constructor for class com.evrythng.java.wrapper.core.api.QueryParamValue
 
QuickTour - Class in com.evrythng.java.wrapper.examples
 
QuickTour() - Constructor for class com.evrythng.java.wrapper.examples.QuickTour
 

R

ReactionDeserializer - Interface in com.evrythng.java.wrapper.mapping
Reaction deserializer interface.
ReactionDeserializerImpl - Class in com.evrythng.java.wrapper.mapping
Reaction deserializer.
ReactionDeserializerImpl() - Constructor for class com.evrythng.java.wrapper.mapping.ReactionDeserializerImpl
 
read(String, Class<T>) - Static method in class com.evrythng.java.wrapper.util.JSONUtils
Deprecated.
since 1.15
read(String, TypeReference<T>) - Static method in class com.evrythng.java.wrapper.util.JSONUtils
Deserializes the provided json String to a native type representation.
read(InputStream, TypeReference<T>) - Static method in class com.evrythng.java.wrapper.util.JSONUtils
Deprecated.
since 1.15
read(InputStream, Class<T>) - Static method in class com.evrythng.java.wrapper.util.JSONUtils
Deprecated.
since 1.15
reader() - Method in class com.evrythng.java.wrapper.service.ActionJobsService
 
reader(String) - Method in class com.evrythng.java.wrapper.service.ActionJobsService
 
recognitionsCreator(UrlBinding, ScanService.ScanMethod...) - Method in class com.evrythng.java.wrapper.service.ScanService
recognitionsCreator(String, ScanService.ScanMethod...) - Method in class com.evrythng.java.wrapper.service.ScanService
recognitionsCreator(InputStream, String, ScanService.ScanMethod...) - Method in class com.evrythng.java.wrapper.service.ScanService
redirectorCreator(String, Redirector) - Method in class com.evrythng.java.wrapper.service.ProductService
redirectorCreator(String, Redirector) - Method in class com.evrythng.java.wrapper.service.ThngService
Creates a redirector for the Thng.
redirectorDeleter(String) - Method in class com.evrythng.java.wrapper.service.ProductService
redirectorDeleter(String) - Method in class com.evrythng.java.wrapper.service.ThngService
Deletes the redirector for the Thng.
redirectorReader(String) - Method in class com.evrythng.java.wrapper.service.ProductService
redirectorReader(String) - Method in class com.evrythng.java.wrapper.service.ThngService
Retrieves the redirector for the Thng.
redirectorRulesReader() - Method in class com.evrythng.java.wrapper.service.RedirectorService
Load a single Account level RedirectorRules.
redirectorRulesReader(String, String) - Method in class com.evrythng.java.wrapper.service.RedirectorService
Load a single Application level RedirectorRules.
redirectorRulesUpdater(RedirectorRules) - Method in class com.evrythng.java.wrapper.service.RedirectorService
Create or update Account level RedirectorRules.
redirectorRulesUpdater(String, String, RedirectorRules) - Method in class com.evrythng.java.wrapper.service.RedirectorService
Create or update Application level RedirectorRules.
redirectorService() - Method in class com.evrythng.java.wrapper.ApiManager
 
RedirectorService - Class in com.evrythng.java.wrapper.service
Service wrapper for the /redirector endpoint of the EVRYTHNG API.
RedirectorService(ApiManager) - Constructor for class com.evrythng.java.wrapper.service.RedirectorService
Creates a new instance of RedirectorService using the provided ApiManager.
redirectorUpdater(String, Redirector) - Method in class com.evrythng.java.wrapper.service.ProductService
redirectorUpdater(String, Redirector) - Method in class com.evrythng.java.wrapper.service.ThngService
Updates the redirector for the Thng.
registerType(String, Class<? extends T>) - Method in class com.evrythng.java.wrapper.mapping.TypeMapDeserializer
 
removeHeader(String) - Method in class com.evrythng.java.wrapper.core.api.ApiCommand
Removes the specified request header.
removeQueryParam(String) - Method in class com.evrythng.java.wrapper.core.api.ApiCommand
Removes the specified query parameter.
request() - Method in class com.evrythng.java.wrapper.core.api.ApiCommand
Executes the current command and returns the native HttpResponse.
request() - Method in class com.evrythng.java.wrapper.core.api.ApiCommandBuilder
Executes the current command and returns the native HttpResponse.
request() - Method in class com.evrythng.java.wrapper.core.api.UncheckedApiCommandBuilder
Executes the current command and returns the native HttpResponse.
request() - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
Executes the current command and returns the native HttpResponse.
RequestEntityTooLargeException - Exception in com.evrythng.java.wrapper.exception
RequestEntityTooLargeException(ErrorMessage) - Constructor for exception com.evrythng.java.wrapper.exception.RequestEntityTooLargeException
 
RequestEntityTooLargeException(ErrorMessage, Throwable) - Constructor for exception com.evrythng.java.wrapper.exception.RequestEntityTooLargeException
 
resolveClass(String) - Method in class com.evrythng.java.wrapper.mapping.ActionDeserializerImpl
 
resolveClass(String) - Method in class com.evrythng.java.wrapper.mapping.TypeMapDeserializer
 
response() - Method in class com.evrythng.java.wrapper.core.api.TypedResponseWithEntity
 
Result(R, long) - Constructor for class com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder.Result
 
run() - Method in class com.evrythng.java.wrapper.core.ExampleRunner
Runs the current example.

S

scanBarcodeCreator(UrlBinding) - Method in class com.evrythng.java.wrapper.service.ScanService
ScanService - Class in com.evrythng.java.wrapper.service
 
ScanService(ApiManager) - Constructor for class com.evrythng.java.wrapper.service.ScanService
 
ScanService.ScanMethod - Enum in com.evrythng.java.wrapper.service
 
scanThngService() - Method in class com.evrythng.java.wrapper.ApiManager
Returns a preconfigured EVRYTHNG service for accessing the ScanThng API.
ScopeQueryParamValue - Class in com.evrythng.java.wrapper.core.api.param
Provides support for the "scope" query param.
ScopeQueryParamValue(String) - Constructor for class com.evrythng.java.wrapper.core.api.param.ScopeQueryParamValue
 
search(String) - Static method in class com.evrythng.java.wrapper.core.api.param.SearchQueryParamValue
 
search(String) - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
 
search(String) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.CheckedBuilder
 
search(String) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.UncheckedBuilder
 
SearchQueryParamValue - Class in com.evrythng.java.wrapper.core.api.param
Provides support for the search query param.
SearchQueryParamValue(String) - Constructor for class com.evrythng.java.wrapper.core.api.param.SearchQueryParamValue
 
setEvrythngJacksonModule(EvrythngJacksonModule) - Method in class com.evrythng.java.wrapper.ApiManager
 
setHeader(String, String) - Method in class com.evrythng.java.wrapper.core.api.ApiCommand
Sets (adds or overwrittes) the specified request header.
setHttpParams(HttpParams) - Method in class com.evrythng.java.wrapper.core.api.ApiCommand
Sets HTTP-specific params, {
setQueryParam(String, String) - Method in class com.evrythng.java.wrapper.core.api.ApiCommand
Sets (adds or overwrittes) the specified query parameter.
setQueryParam(QueryParamValue) - Method in class com.evrythng.java.wrapper.core.api.ApiCommand
 
setQueryParam(String, List<String>) - Method in class com.evrythng.java.wrapper.core.api.ApiCommand
Sets (adds or overwrittes) the multi-value of specified query parameter.
ShortIdTemplateDeserializer - Class in com.evrythng.java.wrapper.mapping
 
ShortIdTemplateDeserializer() - Constructor for class com.evrythng.java.wrapper.mapping.ShortIdTemplateDeserializer
 
shutdown(HttpClient) - Method in class com.evrythng.java.wrapper.core.api.ApiCommand
Shuts down the connection manager to ensure immediate deallocation of all system resources.
SimpleExample - Class in com.evrythng.java.wrapper.examples
Simple usage example of the EVRYTHNG API Java Wrapper.
SimpleExample(ApiConfiguration) - Constructor for class com.evrythng.java.wrapper.examples.SimpleExample
 
sortOrder(SortOrder) - Method in class com.evrythng.java.wrapper.core.api.ApiCommandBuilder
 
sortOrder(SortOrder) - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
 
SortOrderQueryParamValue - Class in com.evrythng.java.wrapper.core.api.param
 
Status - Enum in com.evrythng.java.wrapper.core.http
Selection of HTTP status codes used by the EVRYTHNG API (see HTTP/1.1 documentation for the complete list.
Status.Family - Enum in com.evrythng.java.wrapper.core.http
An enumeration representing the class of status code.
stream() - Method in class com.evrythng.java.wrapper.core.api.ApiCommand
Executes the current command and returns the HttpResponse entity body as InputStream.
stream() - Method in class com.evrythng.java.wrapper.core.api.ApiCommandBuilder
Executes the current command and returns the HttpResponse content InputStream.
stream() - Method in class com.evrythng.java.wrapper.core.api.UncheckedApiCommandBuilder
Executes the current command and returns the HttpResponse content InputStream.
stream() - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
Executes the current command and returns the HttpResponse content InputStream.

T

tags(String) - Static method in class com.evrythng.java.wrapper.core.api.param.TagsQueryParamValue
 
TagsQueryParamValue - Class in com.evrythng.java.wrapper.core.api.param
Provides support for the tags query param.
TagsQueryParamValue(String) - Constructor for class com.evrythng.java.wrapper.core.api.param.TagsQueryParamValue
 
taskCreator(String, TaskOnBatch) - Method in class com.evrythng.java.wrapper.service.BatchService
Creates a new TaskOnBatch to be completed asynchronously on a batch.
TaskNotificationWayDeserializer - Class in com.evrythng.java.wrapper.mapping
 
TaskNotificationWayDeserializer() - Constructor for class com.evrythng.java.wrapper.mapping.TaskNotificationWayDeserializer
 
TaskOnBatchDeserializer - Class in com.evrythng.java.wrapper.mapping
 
taskReader(String, String) - Method in class com.evrythng.java.wrapper.service.BatchService
Retrieves the referenced TaskOnBatch of the batch.
TaskResultDeserializer - Class in com.evrythng.java.wrapper.mapping
 
TaskResultDeserializer() - Constructor for class com.evrythng.java.wrapper.mapping.TaskResultDeserializer
 
tasksReader(String) - Method in class com.evrythng.java.wrapper.service.BatchService
Retrieves TaskOnBatch resources of the batch.
template(String) - Static method in class com.evrythng.java.wrapper.core.api.param.TplQueryParamValue
 
thngAdder(String, String) - Method in class com.evrythng.java.wrapper.service.CollectionService
Adds the referenced Thng to the provided Collection.
ThngApiExample - Class in com.evrythng.java.wrapper.examples
Usage example of the EVRYTHNG Java Wrapper for accessing the Thngs API.
ThngApiExample(ApiConfiguration) - Constructor for class com.evrythng.java.wrapper.examples.ThngApiExample
 
thngCreator(Thng) - Method in class com.evrythng.java.wrapper.service.ThngService
Creates a new Thng.
thngDeleter(String) - Method in class com.evrythng.java.wrapper.service.ThngService
Deletes the referenced Thng.
ThngPropertyApiExample - Class in com.evrythng.java.wrapper.examples
Usage example of the EVRYTHNG Java Wrapper for accessing the Thngs > Properties API.
ThngPropertyApiExample(ApiConfiguration) - Constructor for class com.evrythng.java.wrapper.examples.ThngPropertyApiExample
 
thngReader(String) - Method in class com.evrythng.java.wrapper.service.ThngService
Retrieves the referenced Thng.
thngRegistrationDeleter(String) - Method in class com.evrythng.java.wrapper.service.AuthService
Deletes credentials of a thng.
thngRegistrationReader(String) - Method in class com.evrythng.java.wrapper.service.AuthService
Retrieves credentials of a thng.
thngRegistrator(String) - Method in class com.evrythng.java.wrapper.service.AuthService
Create credentials for a thng.
thngRemover(String, String) - Method in class com.evrythng.java.wrapper.service.CollectionService
Removes the referenced Thng from the provided Collection.
thngsAdder(String, List<String>) - Method in class com.evrythng.java.wrapper.service.CollectionService
Adds the referenced Thng resources to the provided Collection.
thngsDeleter() - Method in class com.evrythng.java.wrapper.service.ThngService
Bulk delete some thngs.
thngService() - Method in class com.evrythng.java.wrapper.ApiManager
Returns a preconfigured EVRYTHNG service for accessing the Thngs API.
ThngService - Class in com.evrythng.java.wrapper.service
Service wrapper for the /thngs endpoint of the EVRYTHNG Engine API.
ThngService(ApiManager, EvrythngJacksonModule) - Constructor for class com.evrythng.java.wrapper.service.ThngService
 
thngsReader(String) - Method in class com.evrythng.java.wrapper.service.CollectionService
Retrieves the last updated Thng resources linked with the referenced Collection.
thngsReader() - Method in class com.evrythng.java.wrapper.service.ThngService
Deprecated.
thngsRemover(String) - Method in class com.evrythng.java.wrapper.service.CollectionService
Removes all Thng resources from the provided Collection.
thngsUpdater(Thng) - Method in class com.evrythng.java.wrapper.service.ThngService
Batch update a list of Thng.
thngUpdater(String, Thng) - Method in class com.evrythng.java.wrapper.service.ThngService
Updates the referenced Thng.
timeReader() - Method in class com.evrythng.java.wrapper.service.TimeService
Gets the time info.
timeService() - Method in class com.evrythng.java.wrapper.ApiManager
 
TimeService - Class in com.evrythng.java.wrapper.service
Service wrapper for the /time endpoint of the EVRYTHNG Engine API.
TimeService(ApiManager) - Constructor for class com.evrythng.java.wrapper.service.TimeService
 
TimezoneQueryParamValue - Class in com.evrythng.java.wrapper.core.api.param
Provides support for the "tz" query param.
TimezoneQueryParamValue(String) - Constructor for class com.evrythng.java.wrapper.core.api.param.TimezoneQueryParamValue
 
to(String) - Static method in class com.evrythng.java.wrapper.core.api.param.ToQueryParamValue
 
to(long) - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
 
to(String) - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
 
to(ApiConfiguration.QueryKeyword) - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
 
to(long) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.CheckedBuilder
 
to(String) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.CheckedBuilder
 
to(ApiConfiguration.QueryKeyword) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.CheckedBuilder
 
to(long) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.UncheckedBuilder
 
to(String) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.UncheckedBuilder
 
to(ApiConfiguration.QueryKeyword) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.UncheckedBuilder
 
ToQueryParamValue - Class in com.evrythng.java.wrapper.core.api.param
Provides support for the "to" query param.
ToQueryParamValue(String) - Constructor for class com.evrythng.java.wrapper.core.api.param.ToQueryParamValue
 
toString() - Method in class com.evrythng.java.wrapper.core.api.AcceptedResourceResponse
 
toString() - Method in enum com.evrythng.java.wrapper.core.http.Status
Get the reason phrase
TplQueryParamValue - Class in com.evrythng.java.wrapper.core.api.param
Provides support for the "tpl" query param.
TplQueryParamValue(String) - Constructor for class com.evrythng.java.wrapper.core.api.param.TplQueryParamValue
 
TypedResponseWithEntity<T> - Class in com.evrythng.java.wrapper.core.api
Bundle both http response and response entities
TypedResponseWithEntity(HttpResponse, T) - Constructor for class com.evrythng.java.wrapper.core.api.TypedResponseWithEntity
 
TypeMapDeserializer<T> - Class in com.evrythng.java.wrapper.mapping
Base class for deserializers with a type map.
TypeMapDeserializer(Class<?>, String) - Constructor for class com.evrythng.java.wrapper.mapping.TypeMapDeserializer
 
types(String) - Static method in class com.evrythng.java.wrapper.core.api.param.TypesQueryParamValue
 
TypesQueryParamValue - Class in com.evrythng.java.wrapper.core.api.param
Provides support for the "types" query param.
TypesQueryParamValue(String) - Constructor for class com.evrythng.java.wrapper.core.api.param.TypesQueryParamValue
 

U

UnauthorizedException - Exception in com.evrythng.java.wrapper.exception
UnauthorizedException(ErrorMessage) - Constructor for exception com.evrythng.java.wrapper.exception.UnauthorizedException
 
UnauthorizedException(ErrorMessage, Throwable) - Constructor for exception com.evrythng.java.wrapper.exception.UnauthorizedException
 
UncheckedApiCommandBuilder<T,B extends UncheckedApiCommandBuilder> - Class in com.evrythng.java.wrapper.core.api
Generic API command builder.
UncheckedApiCommandBuilder(HttpMethodBuilder.MethodBuilder<?>, URI, Status, TypeReference<X>) - Constructor for class com.evrythng.java.wrapper.core.api.UncheckedApiCommandBuilder
 
uploadContent(URL, String, String) - Static method in class com.evrythng.java.wrapper.util.FileUtils
Uploads text as a file content with public read access.
uploadFile(URL, String, File) - Static method in class com.evrythng.java.wrapper.util.FileUtils
Uploads file with public read access.
uploadPrivateContent(URI, String, String) - Static method in class com.evrythng.java.wrapper.util.FileUtils
Uploads text as a file content with PRIVATE read access.
uploadPrivateContent(URI, String, File) - Static method in class com.evrythng.java.wrapper.util.FileUtils
Uploads a File with PRIVATE read access.
uploadPublicContent(URL, String, String) - Static method in class com.evrythng.java.wrapper.util.FileUtils
Uploads text as a file content with public read access.
uploadPublicFile(URL, String, File) - Static method in class com.evrythng.java.wrapper.util.FileUtils
Uploads file with public read access.
uploadPublicFile(URL, File) - Static method in class com.evrythng.java.wrapper.util.FileUtils
Uploads file with public read access.
uploadPublicStream(URL, String, InputStream) - Static method in class com.evrythng.java.wrapper.util.FileUtils
Reads from InputStream provided and uploads data to Cloud as a file with public read access.
uploadSingleFile(File) - Method in class com.evrythng.java.wrapper.service.FileService
Obtains a signed url where to upload and uploads there a single File.
uploadSingleFile(FileToSign, File) - Method in class com.evrythng.java.wrapper.service.FileService
Obtains a signed url where to upload and uploads there a single File.
uploadSingleFile(FileToSign, String) - Method in class com.evrythng.java.wrapper.service.FileService
Obtains a signed url where to upload and uploads there text content.
uploadSingleFile(FileToSign, InputStream) - Method in class com.evrythng.java.wrapper.service.FileService
Obtains a signed url where to upload and uploads there data from InputStream provided.
uploadSinglePrivateFile(FileToSign, String) - Method in class com.evrythng.java.wrapper.service.FileService
 
uploadSinglePrivateFile(FileToSign, File) - Method in class com.evrythng.java.wrapper.service.FileService
 
uploadStream(URL, String, InputStream) - Static method in class com.evrythng.java.wrapper.util.FileUtils
Reads from InputStream provided and uploads data to Cloud as a file with public read access.
uri() - Method in class com.evrythng.java.wrapper.core.api.ApiCommand
Builds the final URI using ApiCommand.uri as base URL and all defined ApiCommand.queryParams as query parameters.
URIBuilder - Class in com.evrythng.java.wrapper.util
 
urlBindingService() - Method in class com.evrythng.java.wrapper.ApiManager
 
UrlBindingService - Class in com.evrythng.java.wrapper.service
Service wrapper for the /redirections endpoint.
UrlBindingService(ApiManager) - Constructor for class com.evrythng.java.wrapper.service.UrlBindingService
 
urlEncodePathPart(String) - Static method in class com.evrythng.java.wrapper.core.EvrythngServiceBase
 
usage() - Static method in class com.evrythng.java.wrapper.core.ExampleRunner
Displays the usage information.
userScope(Iterable<String>) - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
 
userScope(Iterable<String>) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.CheckedBuilder
 
userScope(Iterable<String>) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.UncheckedBuilder
 
userScopeAll() - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
Adds "" query param with value ApiConfiguration.QueryKeyword.ALL
userScopeAll() - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.CheckedBuilder
 
userScopeAll() - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.UncheckedBuilder
 
UserScopeQueryParamValue - Class in com.evrythng.java.wrapper.core.api.param
Provides support for the "creationScopes" query param.
UserScopeQueryParamValue(String) - Constructor for class com.evrythng.java.wrapper.core.api.param.UserScopeQueryParamValue
 
Utils - Class in com.evrythng.java.wrapper.core.api
Class that contains static utility methods.

V

value(String) - Static method in class com.evrythng.java.wrapper.core.api.param.TimezoneQueryParamValue
 
valueOf(String) - Static method in class com.evrythng.java.wrapper.core.api.param.ScopeQueryParamValue
 
valueOf(String) - Static method in class com.evrythng.java.wrapper.core.api.param.UserScopeQueryParamValue
 
valueOf(String) - Static method in class com.evrythng.java.wrapper.core.api.param.WithScopesQueryParamValue
 
valueOf(String) - Static method in enum com.evrythng.java.wrapper.core.http.HttpMethodBuilder.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.evrythng.java.wrapper.core.http.Status.Family
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.evrythng.java.wrapper.core.http.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.evrythng.java.wrapper.service.QrCodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.evrythng.java.wrapper.service.ScanService.ScanMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.evrythng.java.wrapper.core.http.HttpMethodBuilder.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.evrythng.java.wrapper.core.http.Status.Family
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.evrythng.java.wrapper.core.http.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.evrythng.java.wrapper.service.QrCodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.evrythng.java.wrapper.service.ScanService.ScanMethod
Returns an array containing the constants of this enum type, in the order they are declared.

W

width(int) - Static method in class com.evrythng.java.wrapper.core.api.param.WidthQueryParamValue
 
WidthQueryParamValue - Class in com.evrythng.java.wrapper.core.api.param
Provides support for the "w" query param.
WidthQueryParamValue(int) - Constructor for class com.evrythng.java.wrapper.core.api.param.WidthQueryParamValue
 
withPagination(int, int) - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
Combines page and perPage methods.
withPagination(int, int) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.CheckedBuilder
 
withPagination(int, int) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.UncheckedBuilder
 
withScopes(boolean) - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
 
withScopes(boolean) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.CheckedBuilder
 
withScopes(boolean) - Method in class com.evrythng.java.wrapper.core.EvrythngApiBuilder.UncheckedBuilder
 
WithScopesQueryParamValue - Class in com.evrythng.java.wrapper.core.api.param
Provides support for the withScopes query param.
WithScopesQueryParamValue(String) - Constructor for class com.evrythng.java.wrapper.core.api.param.WithScopesQueryParamValue
 
WithTotalCountQueryParamValue - Class in com.evrythng.java.wrapper.core.api.param
 
WrappedRuntimeException - Exception in com.evrythng.java.wrapper.exception
Exception wrapper for throwing important checked exceptions over non-checked methods.
WrappedRuntimeException(Exception) - Constructor for exception com.evrythng.java.wrapper.exception.WrappedRuntimeException
 
WrappedRuntimeException(String, Exception) - Constructor for exception com.evrythng.java.wrapper.exception.WrappedRuntimeException
 
WrapperSSLSocketFactory - Class in com.evrythng.java.wrapper.core.api
 
WrapperSSLSocketFactory(KeyStore) - Constructor for class com.evrythng.java.wrapper.core.api.WrapperSSLSocketFactory
 
write(Object) - Static method in class com.evrythng.java.wrapper.util.JSONUtils
Converts the provided object to an JSON String.

X

X_AMZ_ACL_HEADER_NAME - Static variable in class com.evrythng.java.wrapper.util.FileUtils
 
X_AMZ_ACL_HEADER_VALUE_PRIVATE - Static variable in class com.evrythng.java.wrapper.util.FileUtils
 
X_AMZ_ACL_HEADER_VALUE_PUBLIC_READ - Static variable in class com.evrythng.java.wrapper.util.FileUtils
 

Z

zero() - Static method in class com.evrythng.java.wrapper.core.api.param.FromQueryParamValue
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Skip navigation links

Copyright © 2016 EVRYTHNG Ltd London / Zurich. All rights reserved.