Package com.fifa.connectid.sdk.core.api
Interface FIFAConnectIDHashingV6
-
- All Known Implementing Classes:
FIFAConnectIDHashingV6Impl
public interface FIFAConnectIDHashingV6The interface for FIFAConnectIDHashingV6 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 Hashshashs()Gets the Hashs 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.
-
hashs
Hashs hashs()
Gets the Hashs object to access its operations.- Returns:
- the Hashs object.
-
-