IotHubGatewayServiceAPIsImpl 类
定义
Initializes a new instance of the IotHubGatewayServiceAPIs class.
public class IotHubGatewayServiceAPIsImpl implements IotHubGatewayServiceAPIs
- 继承
-
java.lang.ObjectServiceClientIotHubGatewayServiceAPIsImpl
继承成员
构造函数
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.
|
IotHubGatewayServiceAPIsImpl(String baseUrl) |
Initializes an instance of IotHubGatewayServiceAPIs client.
|
IotHubGatewayServiceAPIsImpl(String baseUrl, OkHttpClient.Builder clientBuilder, Retrofit.Builder restBuilder) |
Initializes an instance of IotHubGatewayServiceAPIs client.
|
方法
apiVersion() |
Gets Version of the Api.
|
digitalTwins() |
Gets the DigitalTwins object to access its operations. |
withApiVersion(String apiVersion) |
Sets Version of the Api.
|