| Package | Description |
|---|---|
| com.orange.ngsi.client |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.util.concurrent.ListenableFuture<StatusCode> |
NgsiRestClient.appendContextAttribute(String url,
org.springframework.http.HttpHeaders httpHeaders,
String entityID,
String attributeName,
UpdateContextAttribute updateContextAttribute)
Append an attribute to a context element
|
org.springframework.util.concurrent.ListenableFuture<StatusCode> |
NgsiRestClient.updateContextAttribute(String url,
org.springframework.http.HttpHeaders httpHeaders,
String entityID,
String attributeName,
UpdateContextAttribute updateContextAttribute)
Update the attribute of a context element
|
org.springframework.util.concurrent.ListenableFuture<StatusCode> |
NgsiRestClient.updateContextAttributeValue(String url,
org.springframework.http.HttpHeaders httpHeaders,
String entityID,
String attributeName,
String valueID,
UpdateContextAttribute updateContextAttribute)
Update the attribute value instance of a context element
|
Copyright © 2016 Orange. All rights reserved.