EvrythngApiBuilder.Builder<Action> |
ProductService.actionAllCreator(String productId,
Action action)
Creates an action using /products/../actions/all endpoint.
|
EvrythngApiBuilder.Builder<Action> |
ThngService.actionAllCreator(String thngId,
Action action)
Creates an action using /thngs/../actions/all endpoint.
|
<T extends Action> EvrythngApiBuilder.Builder<T> |
ProductService.actionCreator(String productId,
T action)
Creates an action.
|
<T extends Action> EvrythngApiBuilder.Builder<T> |
ThngService.actionCreator(String thngId,
T action)
Creates an action.
|
<T extends Action> EvrythngApiBuilder.Builder<T> |
CollectionService.actionCreator(String collectionId,
T actionToCreate) |
<T extends Action> EvrythngApiBuilder.Builder<T> |
ActionService.actionCreator(T action)
Creates an action.
|
<T extends Action> EvrythngApiBuilder.Builder<Boolean> |
ActionService.actionDeleter(Class<T> actionClass,
String id)
Deletes one action by id and type.
|
EvrythngApiBuilder.Builder<Boolean> |
ActionService.actionDeleter(String customType,
String id)
Deletes one action by id and type.
|
<T extends Action> EvrythngApiBuilder.Builder<T> |
ActionService.actionReader(Class<T> actionClass,
String id)
Gets one action by id and type.
|
EvrythngApiBuilder.Builder<Action> |
ActionService.actionReader(String id)
Gets one action by id.
|
<T extends Action> EvrythngApiBuilder.Builder<T> |
ProductService.actionReader(String productId,
Class<T> actionClass,
String actionId)
Gets one action by actionId and type.
|
<T extends Action> EvrythngApiBuilder.Builder<T> |
ThngService.actionReader(String thngId,
Class<T> actionClass,
String actionId)
Gets one action by actionId and type.
|
EvrythngApiBuilder.Builder<Action> |
ProductService.actionReader(String productId,
String actionId)
Gets one action by actionId.
|
EvrythngApiBuilder.Builder<Action> |
ThngService.actionReader(String thngId,
String actionId)
Gets one action by actionId.
|
EvrythngApiBuilder.Builder<CustomAction> |
ActionService.actionReader(String customType,
String id)
Gets one action by id and type.
|
EvrythngApiBuilder.Builder<CustomAction> |
ProductService.actionReader(String productId,
String customType,
String actionId)
Gets one action by actionId and type.
|
EvrythngApiBuilder.Builder<CustomAction> |
ThngService.actionReader(String thngId,
String customType,
String actionId)
Gets one action by actionId and type.
|
EvrythngApiBuilder.Builder<CustomAction> |
CollectionService.actionReader(String collectionId,
String customType,
String actionId) |
EvrythngApiBuilder.Builder<Actions> |
ActionService.actionsCreator(Actions actions)
Creates an action.
|
EvrythngApiBuilder.Builder<List<Action>> |
ActionService.actionsReader()
|
<T extends Action> EvrythngApiBuilder.Builder<List<T>> |
ActionService.actionsReader(Class<T> actionClass)
Gets all the action of a type.
|
EvrythngApiBuilder.Builder<List<Action>> |
ProductService.actionsReader(String productId)
Gets all the actions.
|
EvrythngApiBuilder.Builder<List<Action>> |
ThngService.actionsReader(String thngId)
Gets all the actions.
|
EvrythngApiBuilder.Builder<List<CustomAction>> |
ActionService.actionsReader(String customType)
|
<T extends Action> EvrythngApiBuilder.Builder<List<T>> |
ProductService.actionsReader(String productId,
Class<T> actionClass)
Gets all the action of a type.
|
<T extends Action> EvrythngApiBuilder.Builder<List<T>> |
ThngService.actionsReader(String thngId,
Class<T> actionClass)
Gets all the action of a type.
|
EvrythngApiBuilder.Builder<List<CustomAction>> |
ProductService.actionsReader(String productId,
String customType)
Gets all the action of a type.
|
EvrythngApiBuilder.Builder<List<CustomAction>> |
ThngService.actionsReader(String thngId,
String customType)
Gets all the action of a type.
|
EvrythngApiBuilder.Builder<List<CustomAction>> |
CollectionService.actionsReader(String collectionId,
String customType) |
EvrythngApiBuilder.Builder<ActionType> |
ActionService.actionTypeCreator(ActionType type)
Creates an action type.
|
EvrythngApiBuilder.Builder<Boolean> |
ActionService.actionTypeDeleter(String type)
Deletes an action type and all actions of this type.
|
EvrythngApiBuilder.Builder<List<ActionType>> |
ActionService.actionTypesReader()
Gets the custom types and the built-in action types.
|
EvrythngApiBuilder.Builder<ActionType> |
ActionService.actionTypeUpdater(String actionTypeName,
ActionType update)
Updates an action type.
|
EvrythngApiBuilder.Builder<Application> |
ApplicationService.applicationCreator(String projectId,
Application app)
|
EvrythngApiBuilder.Builder<Boolean> |
ApplicationService.applicationDeleter(String projectId,
String appId)
|
EvrythngApiBuilder.Builder<Application> |
ApplicationService.applicationReader(String appId)
|
EvrythngApiBuilder.Builder<Application> |
ApplicationService.applicationReader(String projectId,
String appId)
|
EvrythngApiBuilder.Builder<List<Application>> |
ApplicationService.applicationsReader()
|
EvrythngApiBuilder.Builder<List<Application>> |
ApplicationService.applicationsReader(String projectId)
|
EvrythngApiBuilder.Builder<List<Application>> |
ApplicationService.applicationsReader(String projectId,
String socialNetworkName,
String socialNetworkAppId)
|
EvrythngApiBuilder.Builder<Application> |
ApplicationService.applicationUpdater(String projectId,
String appId,
Application app)
|
EvrythngApiBuilder.Builder<Map<String,String>> |
AuthService.authLogouter()
Logout.
|
EvrythngApiBuilder.Builder<Batch> |
BatchService.batchCreator(Batch batch)
|
EvrythngApiBuilder.Builder<Boolean> |
BatchService.batchDeleter(String batchId)
Deletes the referenced Batch.
|
EvrythngApiBuilder.Builder<List<Batch>> |
BatchService.batchesReader()
Retrieves Batch resources.
|
EvrythngApiBuilder.Builder<Batch> |
BatchService.batchReader(String batchId)
Retrieves the referenced Batch.
|
EvrythngApiBuilder.Builder<Batch> |
BatchService.batchUpdater(String batchId,
Batch batch)
Updates the referenced Batch.
|
EvrythngApiBuilder.Builder<UrlBinding> |
UrlBindingService.bindingCreator(UrlBinding binding)
Creates url binding.
|
EvrythngApiBuilder.Builder<InputStream> |
UrlBindingService.bindingCreatorReturnQr(UrlBinding binding)
Creates url binding.
|
EvrythngApiBuilder.Builder<Boolean> |
UrlBindingService.bindingDeleter(String shortId)
Deletes url binding.
|
EvrythngApiBuilder.Builder<InputStream> |
UrlBindingService.bindingQrCodeReader(String shortId,
QrCodeType type)
Reads qr code.
|
EvrythngApiBuilder.Builder<UrlBinding> |
UrlBindingService.bindingReader(String shortId)
Reads url binding by short id.
|
EvrythngApiBuilder.Builder<Long> |
UrlBindingService.bindingsDeleter()
Deletes bindings.
|
EvrythngApiBuilder.Builder<List<UrlBinding>> |
UrlBindingService.bindingsReader()
Reads url bindings.
|
EvrythngApiBuilder.Builder<List<UrlBinding>> |
UrlBindingService.bindingsReader(String evrythngId)
Reads url bindings mapped to evrythng id provided.
|
EvrythngApiBuilder.Builder<Long> |
UrlBindingService.bindingsUpdater(UrlBinding update)
Updates url bindings by ids.
|
EvrythngApiBuilder.Builder<UrlBinding> |
UrlBindingService.bindingUpdater(String shortId,
UrlBinding binding)
Updates url binding.
|
EvrythngApiBuilder.Builder<Void> |
CollectionService.childCollectionAdder(String collectionId,
String childCollectionId)
|
EvrythngApiBuilder.Builder<Boolean> |
CollectionService.childCollectionRemover(String collectionId,
String childCollectionId)
|
EvrythngApiBuilder.Builder<Void> |
CollectionService.childrenCollectionsAdder(String collectionId,
Set<String> childrenCollectionsId)
|
EvrythngApiBuilder.Builder<List<Collection>> |
CollectionService.childrenCollectionsReader(String collectionId)
|
EvrythngApiBuilder.Builder<Boolean> |
CollectionService.childrenCollectionsRemover(String collectionId)
|
EvrythngApiBuilder.Builder<Collection> |
CollectionService.collectionCreator(Collection collection)
|
EvrythngApiBuilder.Builder<Boolean> |
CollectionService.collectionDeleter(String collectionId)
|
EvrythngApiBuilder.Builder<Collection> |
CollectionService.collectionReader(String collectionId)
|
EvrythngApiBuilder.Builder<List<Collection>> |
CollectionService.collectionsReader()
|
EvrythngApiBuilder.Builder<Collection> |
CollectionService.collectionUpdater(String collectionId,
Collection collection)
|
EvrythngApiBuilder.Builder<AcceptedResourceResponse> |
ActionJobsService.creator(ActionJob<?> job) |
EvrythngApiBuilder.Builder<Credentials> |
AuthService.evrythngUserAuthenticator(Credentials credentials)
Authenticate a user.
|
EvrythngApiBuilder.Builder<Credentials> |
AuthService.evrythngUserCreator(User user)
Register a new User in the system.
|
EvrythngApiBuilder.Builder<Credentials> |
AuthService.evrythngUserValidator(String userId,
String activationCode)
Activate a user.
|
EvrythngApiBuilder.Builder<Boolean> |
FileService.fileDeleter(String name)
Delete a file by name.
|
EvrythngApiBuilder.Builder<File> |
FileService.fileReader(String name)
Find file by name.
|
EvrythngApiBuilder.Builder<List<File>> |
FileService.filesReader(String after)
Finds files.
|
EvrythngApiBuilder.Builder<List<File>> |
FileService.filesReader(String after,
String searchString)
Finds files.
|
EvrythngApiBuilder.Builder<List<SignedUploadRequest>> |
FileService.fileUploadRequestsSigner(List<FileToSign> toSign)
Obtain the signatures necessary to upload files to the Cloud.
|
EvrythngApiBuilder.Builder<Iterator<org.pcollections.PVector<Product>>> |
ProductService.iterator()
Retrieves Products, whether all, by filter, or by ids, in an iterative way.
|
EvrythngApiBuilder.Builder<Iterator<org.pcollections.PVector<Thng>>> |
ThngService.iterator()
Retrieves Thngs, whether all, by filter, or by ids, in an iterative way.
|
EvrythngApiBuilder.Builder<Iterator<org.pcollections.PVector<Action>>> |
ActionService.iterator() |
EvrythngApiBuilder.Builder<Iterator<org.pcollections.PVector<Action>>> |
ActionService.iterator(String actionTypeName) |
EvrythngApiBuilder.Builder<Boolean> |
ThngService.locationDeleter(String thngId)
|
EvrythngApiBuilder.Builder<List<Location>> |
ThngService.locationReader(String thngId)
Retrieves the last Location resources from the referenced Thng.
|
EvrythngApiBuilder.Builder<List<Location>> |
ThngService.locationUpdater(String thngId,
List<Location> locations)
Updates the referenced Thng with multiple Location resources.
|
EvrythngApiBuilder.Builder<List<Location>> |
ThngService.locationUpdater(String thngId,
Location location)
|
EvrythngApiBuilder.Builder<List<JobLogEntry>> |
ActionJobsService.logsReader(String jobId) |
EvrythngApiBuilder.Builder<List<JobLogEntry>> |
BatchService.logsReader(String batchId,
String taskId)
Retrieves the JobLogEntry elements generated by the task.
|
EvrythngApiBuilder.Builder<OAuthClient> |
ApplicationService.oauthClientCreator(String projectId,
String appId,
OAuthClient oauthClient)
|
EvrythngApiBuilder.Builder<Boolean> |
ApplicationService.oauthClientDeleter(String projectId,
String appId,
String clientId)
|
EvrythngApiBuilder.Builder<OAuthClient> |
ApplicationService.oauthClientReader(String projectId,
String appId,
String clientId)
|
EvrythngApiBuilder.Builder<List<OAuthClient>> |
ApplicationService.oauthClientsReader(String projectId,
String appId)
|
EvrythngApiBuilder.Builder<OAuthClient> |
ApplicationService.oauthClientUpdater(String projectId,
String appId,
String clientId,
OAuthClient oauthClient)
|
EvrythngApiBuilder.Builder<Place> |
PlaceService.placeCreator(Place place)
|
EvrythngApiBuilder.Builder<Boolean> |
PlaceService.placeDeleter(String placeId)
Deletes the referenced Place.
|
EvrythngApiBuilder.Builder<Place> |
PlaceService.placeReader(String placeId)
Retrieves the referenced Place.
|
EvrythngApiBuilder.Builder<List<Place>> |
PlaceService.placesReader()
Retrieves list of all Place resources.
|
EvrythngApiBuilder.Builder<Place> |
PlaceService.placeUpdater(String placeId,
Place place)
Updates the referenced Place.
|
EvrythngApiBuilder.Builder<List<PrivateSignedUploadRequest>> |
FileService.privateFileUploadRequestsSigner(List<FileToSign> toSign) |
EvrythngApiBuilder.Builder<Product> |
ProductService.productCreator(Product product)
|
EvrythngApiBuilder.Builder<Boolean> |
ProductService.productDeleter(String productId)
|
EvrythngApiBuilder.Builder<Product> |
ProductService.productReader(String productId)
|
EvrythngApiBuilder.Builder<Long> |
ProductService.productsDeleter()
Bulk delete some products.
|
EvrythngApiBuilder.Builder<List<Product>> |
ProductService.productsReader()
|
EvrythngApiBuilder.Builder<Long> |
ProductService.productsUpdater(Product product)
|
EvrythngApiBuilder.Builder<Product> |
ProductService.productUpdater(String productId,
Product product)
|
EvrythngApiBuilder.Builder<Project> |
ProjectService.projectCreator(Project project)
|
EvrythngApiBuilder.Builder<Boolean> |
ProjectService.projectDeleter(String id)
|
EvrythngApiBuilder.Builder<Project> |
ProjectService.projectReader(String id)
|
EvrythngApiBuilder.Builder<Long> |
ProjectService.projectsDeleter(List<String> ids)
|
EvrythngApiBuilder.Builder<Long> |
ProjectService.projectsDeleter(String filter)
|
EvrythngApiBuilder.Builder<List<Project>> |
ProjectService.projectsReader()
Retrieves list of all Project resources.
|
EvrythngApiBuilder.Builder<Project> |
ProjectService.projectUpdater(String id,
Project project)
|
EvrythngApiBuilder.Builder<List<Property<?>>> |
ProductService.propertiesCreator(String productId,
List<Property<?>> properties)
|
EvrythngApiBuilder.Builder<List<Property<?>>> |
ThngService.propertiesCreator(String thngId,
List<Property<?>> properties)
|
EvrythngApiBuilder.Builder<Boolean> |
ProductService.propertiesDeleter(String productId)
|
EvrythngApiBuilder.Builder<Boolean> |
ThngService.propertiesDeleter(String thngId)
|
EvrythngApiBuilder.Builder<Iterator<org.pcollections.PVector<Property<?>>>> |
ProductService.propertiesIterator(String productId,
String key)
Retrieves Property updates with specified key, for a Product, in an iterative way.
|
EvrythngApiBuilder.Builder<Iterator<org.pcollections.PVector<Property<?>>>> |
ThngService.propertiesIterator(String thngId,
String key)
Retrieves Property updates with specified key, for a Thng, in an iterative way.
|
EvrythngApiBuilder.Builder<List<Property<?>>> |
ProductService.propertiesReader(String productId)
|
EvrythngApiBuilder.Builder<List<Property<?>>> |
ThngService.propertiesReader(String thngId)
|
EvrythngApiBuilder.Builder<Boolean> |
ProductService.propertyDeleter(String productId,
String key)
|
EvrythngApiBuilder.Builder<Boolean> |
ThngService.propertyDeleter(String thngId,
String key)
|
EvrythngApiBuilder.Builder<List<Property<?>>> |
ProductService.propertyReader(String productId,
String key)
|
EvrythngApiBuilder.Builder<List<Property<?>>> |
ThngService.propertyReader(String thngId,
String key)
|
EvrythngApiBuilder.Builder<List<Property<?>>> |
ProductService.propertyUpdater(String thngId,
String key,
Boolean value) |
EvrythngApiBuilder.Builder<List<Property<?>>> |
ThngService.propertyUpdater(String thngId,
String key,
Boolean value) |
EvrythngApiBuilder.Builder<List<Property<?>>> |
ProductService.propertyUpdater(String productId,
String key,
Boolean value,
Long timestamp) |
EvrythngApiBuilder.Builder<List<Property<?>>> |
ThngService.propertyUpdater(String thngId,
String key,
Boolean value,
Long timestamp) |
EvrythngApiBuilder.Builder<List<Property<?>>> |
ProductService.propertyUpdater(String thngId,
String key,
Number value) |
EvrythngApiBuilder.Builder<List<Property<?>>> |
ThngService.propertyUpdater(String thngId,
String key,
Number value) |
EvrythngApiBuilder.Builder<List<Property<?>>> |
ProductService.propertyUpdater(String productId,
String key,
Number value,
Long timestamp) |
EvrythngApiBuilder.Builder<List<Property<?>>> |
ThngService.propertyUpdater(String thngId,
String key,
Number value,
Long timestamp) |
EvrythngApiBuilder.Builder<List<Property<?>>> |
ProductService.propertyUpdater(String productId,
String key,
Property<?> update)
|
EvrythngApiBuilder.Builder<List<Property<?>>> |
ThngService.propertyUpdater(String thngId,
String key,
Property<?> update)
|
EvrythngApiBuilder.Builder<List<Property<?>>> |
ProductService.propertyUpdater(String thngId,
String key,
String value) |
EvrythngApiBuilder.Builder<List<Property<?>>> |
ThngService.propertyUpdater(String thngId,
String key,
String value) |
EvrythngApiBuilder.Builder<List<Property<?>>> |
ProductService.propertyUpdater(String productId,
String key,
String value,
Long timestamp) |
EvrythngApiBuilder.Builder<List<Property<?>>> |
ThngService.propertyUpdater(String thngId,
String key,
String value,
Long timestamp) |
EvrythngApiBuilder.Builder<List<ActionJob<?>>> |
ActionJobsService.reader() |
EvrythngApiBuilder.Builder<ActionJob<?>> |
ActionJobsService.reader(String jobId) |
EvrythngApiBuilder.Builder<UrlBinding> |
ScanService.recognitionsCreator(InputStream image,
String mime,
ScanService.ScanMethod... methods)
|
EvrythngApiBuilder.Builder<UrlBinding> |
ScanService.recognitionsCreator(String base64Image,
ScanService.ScanMethod... methods)
|
EvrythngApiBuilder.Builder<UrlBinding> |
ScanService.recognitionsCreator(UrlBinding imageInBinding,
ScanService.ScanMethod... methods)
|
EvrythngApiBuilder.Builder<Redirector> |
ProductService.redirectorCreator(String productId,
Redirector redirection)
|
EvrythngApiBuilder.Builder<Redirector> |
ThngService.redirectorCreator(String thngId,
Redirector redirection)
Creates a redirector for the Thng.
|
EvrythngApiBuilder.Builder<Boolean> |
ProductService.redirectorDeleter(String productId)
|
EvrythngApiBuilder.Builder<Boolean> |
ThngService.redirectorDeleter(String thngId)
Deletes the redirector for the Thng.
|
EvrythngApiBuilder.Builder<Redirector> |
ProductService.redirectorReader(String productId)
|
EvrythngApiBuilder.Builder<Redirector> |
ThngService.redirectorReader(String thngId)
Retrieves the redirector for the Thng.
|
EvrythngApiBuilder.Builder<RedirectorRules> |
RedirectorService.redirectorRulesReader()
|
EvrythngApiBuilder.Builder<RedirectorRules> |
RedirectorService.redirectorRulesReader(String projectId,
String appId)
|
EvrythngApiBuilder.Builder<RedirectorRules> |
RedirectorService.redirectorRulesUpdater(RedirectorRules redirectorRules)
|
EvrythngApiBuilder.Builder<RedirectorRules> |
RedirectorService.redirectorRulesUpdater(String projectId,
String appId,
RedirectorRules redirectorRules)
|
EvrythngApiBuilder.Builder<Redirector> |
ProductService.redirectorUpdater(String productId,
Redirector redirection)
|
EvrythngApiBuilder.Builder<Redirector> |
ThngService.redirectorUpdater(String thngId,
Redirector redirection)
Updates the redirector for the Thng.
|
EvrythngApiBuilder.Builder<UrlBinding> |
ScanService.scanBarcodeCreator(UrlBinding scanBarcodeData)
|
EvrythngApiBuilder.Builder<AcceptedResourceResponse> |
BatchService.taskCreator(String batchId,
TaskOnBatch task)
Creates a new TaskOnBatch to be completed asynchronously on a batch.
|
EvrythngApiBuilder.Builder<TaskOnBatch> |
BatchService.taskReader(String batchId,
String taskId)
|
EvrythngApiBuilder.Builder<List<TaskOnBatch>> |
BatchService.tasksReader(String batchId)
|
EvrythngApiBuilder.Builder<Collection> |
CollectionService.thngAdder(String collectionId,
String thngId)
|
EvrythngApiBuilder.Builder<Thng> |
ThngService.thngCreator(Thng thng)
|
EvrythngApiBuilder.Builder<Boolean> |
ThngService.thngDeleter(String thngId)
Deletes the referenced Thng.
|
EvrythngApiBuilder.Builder<Thng> |
ThngService.thngReader(String thngId)
Retrieves the referenced Thng.
|
EvrythngApiBuilder.Builder<Boolean> |
AuthService.thngRegistrationDeleter(String thngId)
Deletes credentials of a thng.
|
EvrythngApiBuilder.Builder<ThngCredentials> |
AuthService.thngRegistrationReader(String thngId)
Retrieves credentials of a thng.
|
EvrythngApiBuilder.Builder<ThngCredentials> |
AuthService.thngRegistrator(String thngId)
Create credentials for a thng.
|
EvrythngApiBuilder.Builder<Boolean> |
CollectionService.thngRemover(String collectionId,
String thngId)
|
EvrythngApiBuilder.Builder<Collection> |
CollectionService.thngsAdder(String collectionId,
List<String> thngs)
|
EvrythngApiBuilder.Builder<Long> |
ThngService.thngsDeleter()
Bulk delete some thngs.
|
EvrythngApiBuilder.Builder<List<Thng>> |
ThngService.thngsReader()
|
EvrythngApiBuilder.Builder<List<Thng>> |
CollectionService.thngsReader(String collectionId)
Retrieves the last updated Thng resources linked with the
referenced Collection.
|
EvrythngApiBuilder.Builder<Boolean> |
CollectionService.thngsRemover(String collectionId)
|
EvrythngApiBuilder.Builder<Long> |
ThngService.thngsUpdater(Thng thng)
Batch update a list of Thng.
|
EvrythngApiBuilder.Builder<Thng> |
ThngService.thngUpdater(String thngId,
Thng thng)
Updates the referenced Thng.
|
EvrythngApiBuilder.Builder<TimeInfo> |
TimeService.timeReader()
Gets the time info.
|