IotHubGatewayServiceAPIs Interface
public interface IotHubGatewayServiceAPIs
The interface for IotHubGatewayServiceAPIs class.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
| static final java.lang.String |
DEFAULT_BASE_URL
The default base URL. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract java.lang.String |
apiVersion()
Gets Version of the Api.. |
|
abstract
Digital |
digitalTwins()
Gets the Digital |
| abstract com.microsoft.rest.RestClient |
restClient()
Gets the REST client. |
|
abstract
Iot |
withApiVersion(String apiVersion)
Sets Version of the Api.. |
Field Details
DEFAULT_BASE_URL
public static final String DEFAULT_BASE_URL
The default base URL.
Method Details
apiVersion
public abstract String apiVersion()
Gets Version of the Api..
Returns:
digitalTwins
public abstract DigitalTwins digitalTwins()
Gets the DigitalTwins object to access its operations.
Returns:
restClient
public abstract RestClient restClient()
Gets the REST client.
Returns:
withApiVersion
public abstract IotHubGatewayServiceAPIs withApiVersion(String apiVersion)
Sets Version of the Api..
Parameters:
Returns: