IotHubGatewayServiceAPIs Interface

public interface IotHubGatewayServiceAPIs

The interface for IotHubGatewayServiceAPIs class.

Field Summary

Modifier and Type Field and Description
String DEFAULT_BASE_URL

The default base URL.

Method Summary

Modifier and Type Method and Description
String apiVersion()

Gets Version of the Api..

DigitalTwins digitalTwins()

Gets the DigitalTwins object to access its operations.

RestClient restClient()

Gets the REST client.

IotHubGatewayServiceAPIs withApiVersion(String apiVersion)

Sets Version of the Api..

Field Details

DEFAULT_BASE_URL

public String DEFAULT_BASE_URL= "https://fully-qualified-iothubname.azure-devices.net"

The default base URL.

Method Details

apiVersion

public String apiVersion()

Gets Version of the Api..

Returns:

the apiVersion value.

digitalTwins

public DigitalTwins digitalTwins()

Gets the DigitalTwins object to access its operations.

Returns:

the DigitalTwins object.

restClient

public RestClient restClient()

Gets the REST client.

Returns:

the RestClient object.

withApiVersion

public IotHubGatewayServiceAPIs withApiVersion(String apiVersion)

Sets Version of the Api..

Parameters:

apiVersion - the apiVersion value.

Returns:

the service client itself

Applies to