Class FIFAConnectIDHashingV6Impl
- java.lang.Object
-
- com.microsoft.rest.ServiceClient
-
- com.fifa.connectid.sdk.core.api.implementation.FIFAConnectIDHashingV6Impl
-
- All Implemented Interfaces:
FIFAConnectIDHashingV6
public class FIFAConnectIDHashingV6Impl extends com.microsoft.rest.ServiceClient implements FIFAConnectIDHashingV6
Initializes a new instance of the FIFAConnectIDHashingV6 class.
-
-
Field Summary
-
Fields inherited from interface com.fifa.connectid.sdk.core.api.FIFAConnectIDHashingV6
DEFAULT_BASE_URL
-
-
Constructor Summary
Constructors Constructor Description FIFAConnectIDHashingV6Impl()Initializes an instance of FIFAConnectIDHashingV6 client.FIFAConnectIDHashingV6Impl(com.microsoft.rest.RestClient restClient)Initializes an instance of FIFAConnectIDHashingV6 client.FIFAConnectIDHashingV6Impl(String baseUrl)Initializes an instance of FIFAConnectIDHashingV6 client.FIFAConnectIDHashingV6Impl(String baseUrl, okhttp3.OkHttpClient.Builder clientBuilder, retrofit2.Retrofit.Builder restBuilder)Initializes an instance of FIFAConnectIDHashingV6 client.FIFAConnectIDHashingV6Impl(okhttp3.OkHttpClient.Builder clientBuilder, retrofit2.Retrofit.Builder restBuilder)Initializes an instance of FIFAConnectIDHashingV6 client.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Hashshashs()Gets the Hashs object to access its operations.-
Methods inherited from class com.microsoft.rest.ServiceClient
httpClient, restClient, retrofit, serializerAdapter
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.fifa.connectid.sdk.core.api.FIFAConnectIDHashingV6
restClient
-
-
-
-
Constructor Detail
-
FIFAConnectIDHashingV6Impl
public FIFAConnectIDHashingV6Impl()
Initializes an instance of FIFAConnectIDHashingV6 client.
-
FIFAConnectIDHashingV6Impl
public FIFAConnectIDHashingV6Impl(String baseUrl)
Initializes an instance of FIFAConnectIDHashingV6 client.- Parameters:
baseUrl- the base URL of the host
-
FIFAConnectIDHashingV6Impl
public FIFAConnectIDHashingV6Impl(okhttp3.OkHttpClient.Builder clientBuilder, retrofit2.Retrofit.Builder restBuilder)Initializes an instance of FIFAConnectIDHashingV6 client.- Parameters:
clientBuilder- the builder for building an OkHttp client, bundled with user configurationsrestBuilder- the builder for building an Retrofit client, bundled with user configurations
-
FIFAConnectIDHashingV6Impl
public FIFAConnectIDHashingV6Impl(String baseUrl, okhttp3.OkHttpClient.Builder clientBuilder, retrofit2.Retrofit.Builder restBuilder)
Initializes an instance of FIFAConnectIDHashingV6 client.- Parameters:
baseUrl- the base URL of the hostclientBuilder- the builder for building an OkHttp client, bundled with user configurationsrestBuilder- the builder for building an Retrofit client, bundled with user configurations
-
FIFAConnectIDHashingV6Impl
public FIFAConnectIDHashingV6Impl(com.microsoft.rest.RestClient restClient)
Initializes an instance of FIFAConnectIDHashingV6 client.- Parameters:
restClient- the REST client containing pre-configured settings
-
-
Method Detail
-
hashs
public Hashs hashs()
Gets the Hashs object to access its operations.- Specified by:
hashsin interfaceFIFAConnectIDHashingV6- Returns:
- the Hashs object.
-
-