Class FIFAConnectServiceBusV3Impl
- java.lang.Object
-
- com.microsoft.rest.ServiceClient
-
- com.fifa.connectservicebus.sdk.api.implementation.FIFAConnectServiceBusV3Impl
-
- All Implemented Interfaces:
FIFAConnectServiceBusV3
public class FIFAConnectServiceBusV3Impl extends com.microsoft.rest.ServiceClient implements FIFAConnectServiceBusV3
Initializes a new instance of the FIFAConnectServiceBusV3 class.
-
-
Field Summary
-
Fields inherited from interface com.fifa.connectservicebus.sdk.api.FIFAConnectServiceBusV3
DEFAULT_BASE_URL
-
-
Constructor Summary
Constructors Constructor Description FIFAConnectServiceBusV3Impl()Initializes an instance of FIFAConnectServiceBusV3 client.FIFAConnectServiceBusV3Impl(com.microsoft.rest.RestClient restClient)Initializes an instance of FIFAConnectServiceBusV3 client.FIFAConnectServiceBusV3Impl(String baseUrl)Initializes an instance of FIFAConnectServiceBusV3 client.FIFAConnectServiceBusV3Impl(String baseUrl, okhttp3.OkHttpClient.Builder clientBuilder, retrofit2.Retrofit.Builder restBuilder)Initializes an instance of FIFAConnectServiceBusV3 client.FIFAConnectServiceBusV3Impl(okhttp3.OkHttpClient.Builder clientBuilder, retrofit2.Retrofit.Builder restBuilder)Initializes an instance of FIFAConnectServiceBusV3 client.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Certificatescertificates()Gets the Certificates object to access its operations.Messagesmessages()Gets the Messages 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.connectservicebus.sdk.api.FIFAConnectServiceBusV3
restClient
-
-
-
-
Constructor Detail
-
FIFAConnectServiceBusV3Impl
public FIFAConnectServiceBusV3Impl()
Initializes an instance of FIFAConnectServiceBusV3 client.
-
FIFAConnectServiceBusV3Impl
public FIFAConnectServiceBusV3Impl(String baseUrl)
Initializes an instance of FIFAConnectServiceBusV3 client.- Parameters:
baseUrl- the base URL of the host
-
FIFAConnectServiceBusV3Impl
public FIFAConnectServiceBusV3Impl(okhttp3.OkHttpClient.Builder clientBuilder, retrofit2.Retrofit.Builder restBuilder)Initializes an instance of FIFAConnectServiceBusV3 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
-
FIFAConnectServiceBusV3Impl
public FIFAConnectServiceBusV3Impl(String baseUrl, okhttp3.OkHttpClient.Builder clientBuilder, retrofit2.Retrofit.Builder restBuilder)
Initializes an instance of FIFAConnectServiceBusV3 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
-
FIFAConnectServiceBusV3Impl
public FIFAConnectServiceBusV3Impl(com.microsoft.rest.RestClient restClient)
Initializes an instance of FIFAConnectServiceBusV3 client.- Parameters:
restClient- the REST client containing pre-configured settings
-
-
Method Detail
-
certificates
public Certificates certificates()
Gets the Certificates object to access its operations.- Specified by:
certificatesin interfaceFIFAConnectServiceBusV3- Returns:
- the Certificates object.
-
messages
public Messages messages()
Gets the Messages object to access its operations.- Specified by:
messagesin interfaceFIFAConnectServiceBusV3- Returns:
- the Messages object.
-
-