Package com.fifa.connectid.sdk.core.api
Interface FIFAConnectIDIDDirectoryV6
-
- All Known Implementing Classes:
FIFAConnectIDIDDirectoryV6Impl
public interface FIFAConnectIDIDDirectoryV6The interface for FIFAConnectIDIDDirectoryV6 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 DataHoldersdataHolders()Gets the DataHolders object to access its operations.Facilitysfacilitys()Gets the Facilitys object to access its operations.Organisationsorganisations()Gets the Organisations object to access its operations.Personspersons()Gets the Persons 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.
-
dataHolders
DataHolders dataHolders()
Gets the DataHolders object to access its operations.- Returns:
- the DataHolders object.
-
facilitys
Facilitys facilitys()
Gets the Facilitys object to access its operations.- Returns:
- the Facilitys object.
-
organisations
Organisations organisations()
Gets the Organisations object to access its operations.- Returns:
- the Organisations object.
-
persons
Persons persons()
Gets the Persons object to access its operations.- Returns:
- the Persons object.
-
-