IotHubGatewayServiceAPIsImpl Class
- java.
lang. Object - ServiceClient
- com.
microsoft. azure. sdk. iot. service. digitaltwin. generated. implementation. IotHubGatewayServiceAPIsImpl
- com.
public class IotHubGatewayServiceAPIsImpl implements IotHubGatewayServiceAPIs
Initializes a new instance of the IotHubGatewayServiceAPIs class.
Constructor Summary
Constructor | Description |
---|---|
IotHubGatewayServiceAPIsImpl() |
Initializes an instance of IotHubGatewayServiceAPIs client. |
IotHubGatewayServiceAPIsImpl(OkHttpClient.Builder clientBuilder, Retrofit.Builder restBuilder) |
Initializes an instance of IotHubGatewayServiceAPIs client. |
IotHubGatewayServiceAPIsImpl(RestClient restClient) |
Initializes an instance of IotHubGatewayServiceAPIs client. |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
apiVersion()
Gets Version of the Api. |
Digital |
digitalTwins()
Gets the DigitalTwins object to access its operations. |
Iot |
withApiVersion(String apiVersion)
Sets Version of the Api. |
Inherited Members
Constructor Details
IotHubGatewayServiceAPIsImpl
public IotHubGatewayServiceAPIsImpl()
Initializes an instance of IotHubGatewayServiceAPIs client.
IotHubGatewayServiceAPIsImpl
public IotHubGatewayServiceAPIsImpl(OkHttpClient.Builder clientBuilder, Retrofit.Builder restBuilder)
Initializes an instance of IotHubGatewayServiceAPIs client.
Parameters:
IotHubGatewayServiceAPIsImpl
public IotHubGatewayServiceAPIsImpl(RestClient restClient)
Initializes an instance of IotHubGatewayServiceAPIs client.
Parameters:
Method Details
apiVersion
public String apiVersion()
Gets Version of the Api.
Overrides:
IotHubGatewayServiceAPIsImpl.apiVersion()Returns:
digitalTwins
public DigitalTwins digitalTwins()
Gets the DigitalTwins object to access its operations.
Overrides:
IotHubGatewayServiceAPIsImpl.digitalTwins()Returns:
withApiVersion
public IotHubGatewayServiceAPIsImpl withApiVersion(String apiVersion)
Sets Version of the Api.
Overrides:
IotHubGatewayServiceAPIsImpl.withApiVersion(String apiVersion)Parameters:
Returns:
Applies to
Azure SDK for Java