Class AntsPlatformClientBuilder
java.lang.Object
com.ants.platform.client.AntsPlatformClientBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()credentials(String username, String password) httpClient(okhttp3.OkHttpClient httpClient) Sets the underlying OkHttp clienttimeout(int timeout) Sets the timeout (in seconds) for the clientxAntsPlatformPublicKey(String xAntsPlatformPublicKey) Sets xAntsPlatformPublicKeyxAntsPlatformSdkName(String xAntsPlatformSdkName) Sets xAntsPlatformSdkNamexAntsPlatformSdkVersion(String xAntsPlatformSdkVersion) Sets xAntsPlatformSdkVersion
-
Constructor Details
-
AntsPlatformClientBuilder
public AntsPlatformClientBuilder()
-
-
Method Details
-
credentials
-
xAntsPlatformSdkName
Sets xAntsPlatformSdkName -
xAntsPlatformSdkVersion
Sets xAntsPlatformSdkVersion -
xAntsPlatformPublicKey
Sets xAntsPlatformPublicKey -
url
-
timeout
Sets the timeout (in seconds) for the client -
httpClient
Sets the underlying OkHttp client -
build
-