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 DigitalTwins digitalTwins()

Gets the DigitalTwins object to access its operations.

abstract com.microsoft.rest.RestClient restClient()

Gets the REST client.

abstract IotHubGatewayServiceAPIs 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:

the apiVersion value.

digitalTwins

public abstract DigitalTwins digitalTwins()

Gets the DigitalTwins object to access its operations.

Returns:

the DigitalTwins object.

restClient

public abstract RestClient restClient()

Gets the REST client.

Returns:

the RestClient object.

withApiVersion

public abstract IotHubGatewayServiceAPIs withApiVersion(String apiVersion)

Sets Version of the Api..

Parameters:

apiVersion - the apiVersion value.

Returns:

the service client itself

Applies to