- absoluteUri(String) - Method in class com.evrythng.java.wrapper.core.EvrythngServiceBase
-
- 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
-
- 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
-
- 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
-
- 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
-
- ApiManager(String) - Constructor for class com.evrythng.java.wrapper.ApiManager
-
- app(String) - Method in interface com.evrythng.java.wrapper.core.EvrythngApiBuilder.Builder
-
- 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
-
- applicationDeleter(String, String) - Method in class com.evrythng.java.wrapper.service.ApplicationService
-
- applicationReader(String, String) - Method in class com.evrythng.java.wrapper.service.ApplicationService
-
- applicationReader(String) - Method in class com.evrythng.java.wrapper.service.ApplicationService
-
- 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
-
- applicationsReader(String, String, String) - Method in class com.evrythng.java.wrapper.service.ApplicationService
-
- applicationsReader() - Method in class com.evrythng.java.wrapper.service.ApplicationService
-
- applicationUpdater(String, String, Application) - Method in class com.evrythng.java.wrapper.service.ApplicationService
-
- 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
-
- 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
-
- 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.