public static interface BaiduChannelRequest.Builder extends SdkPojo, CopyableBuilder<BaiduChannelRequest.Builder,BaiduChannelRequest>
| Modifier and Type | Method and Description |
|---|---|
BaiduChannelRequest.Builder |
apiKey(String apiKey)
The API key that you received from the Baidu Cloud Push service to communicate with the service.
|
BaiduChannelRequest.Builder |
enabled(Boolean enabled)
Specifies whether to enable the Baidu channel for the application.
|
BaiduChannelRequest.Builder |
secretKey(String secretKey)
The secret key that you received from the Baidu Cloud Push service to communicate with the service.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBaiduChannelRequest.Builder apiKey(String apiKey)
The API key that you received from the Baidu Cloud Push service to communicate with the service.
apiKey - The API key that you received from the Baidu Cloud Push service to communicate with the service.BaiduChannelRequest.Builder enabled(Boolean enabled)
Specifies whether to enable the Baidu channel for the application.
enabled - Specifies whether to enable the Baidu channel for the application.BaiduChannelRequest.Builder secretKey(String secretKey)
The secret key that you received from the Baidu Cloud Push service to communicate with the service.
secretKey - The secret key that you received from the Baidu Cloud Push service to communicate with the service.Copyright © 2021. All rights reserved.