Interface FIFAConnectServiceBusV3
-
- All Known Implementing Classes:
FIFAConnectServiceBusV3Impl
public interface FIFAConnectServiceBusV3The interface for FIFAConnectServiceBusV3 class.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_BASE_URLThe default base URL.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Certificatescertificates()Gets the Certificates object to access its operations.Messagesmessages()Gets the Messages object to access its operations.com.microsoft.rest.RestClientrestClient()Gets the REST client.
-
-
-
Field Detail
-
DEFAULT_BASE_URL
static final String DEFAULT_BASE_URL
The default base URL.- See Also:
- Constant Field Values
-
-
Method Detail
-
restClient
com.microsoft.rest.RestClient restClient()
Gets the REST client.- Returns:
- the
RestClientobject.
-
certificates
Certificates certificates()
Gets the Certificates object to access its operations.- Returns:
- the Certificates object.
-
messages
Messages messages()
Gets the Messages object to access its operations.- Returns:
- the Messages object.
-
-