Package com.fifa.connectid.sdk.core.api
Interface Hashs
-
- All Known Implementing Classes:
HashsImpl
public interface HashsAn instance of this class provides access to all the operations defined in Hashs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectcomputeByRequest(String lastName)Computes a collection of hashes of person's first and last name.ObjectcomputeByRequest(String lastName, String firstName, String prefer)Computes a collection of hashes of person's first and last name.rx.Observable<Object>computeByRequestAsync(String lastName)Computes a collection of hashes of person's first and last name.com.microsoft.rest.ServiceFuture<Object>computeByRequestAsync(String lastName, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Computes a collection of hashes of person's first and last name.rx.Observable<Object>computeByRequestAsync(String lastName, String firstName, String prefer)Computes a collection of hashes of person's first and last name.com.microsoft.rest.ServiceFuture<Object>computeByRequestAsync(String lastName, String firstName, String prefer, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Computes a collection of hashes of person's first and last name.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>computeByRequestWithServiceResponseAsync(String lastName)Computes a collection of hashes of person's first and last name.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>computeByRequestWithServiceResponseAsync(String lastName, String firstName, String prefer)Computes a collection of hashes of person's first and last name.
-
-
-
Method Detail
-
computeByRequest
Object computeByRequest(String lastName)
Computes a collection of hashes of person's first and last name.- Parameters:
lastName- 'LocalLastName' or 'InternationalLastName' of 'PersonLocalType' as defined in FIFA Connect Data Standard.- Returns:
- the Object object if successful.
- Throws:
IllegalArgumentException- thrown if parameters fail the validationcom.microsoft.rest.RestException- thrown if the request is rejected by serverRuntimeException- all other wrapped checked exceptions if the request fails to be sent
-
computeByRequestAsync
com.microsoft.rest.ServiceFuture<Object> computeByRequestAsync(String lastName, com.microsoft.rest.ServiceCallback<Object> serviceCallback)
Computes a collection of hashes of person's first and last name.- Parameters:
lastName- 'LocalLastName' or 'InternationalLastName' of 'PersonLocalType' as defined in FIFA Connect Data Standard.serviceCallback- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFutureobject - Throws:
IllegalArgumentException- thrown if parameters fail the validation
-
computeByRequestAsync
rx.Observable<Object> computeByRequestAsync(String lastName)
Computes a collection of hashes of person's first and last name.- Parameters:
lastName- 'LocalLastName' or 'InternationalLastName' of 'PersonLocalType' as defined in FIFA Connect Data Standard.- Returns:
- the observable to the Object object
- Throws:
IllegalArgumentException- thrown if parameters fail the validation
-
computeByRequestWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<Object>> computeByRequestWithServiceResponseAsync(String lastName)
Computes a collection of hashes of person's first and last name.- Parameters:
lastName- 'LocalLastName' or 'InternationalLastName' of 'PersonLocalType' as defined in FIFA Connect Data Standard.- Returns:
- the observable to the Object object
- Throws:
IllegalArgumentException- thrown if parameters fail the validation
-
computeByRequest
Object computeByRequest(String lastName, String firstName, String prefer)
Computes a collection of hashes of person's first and last name.- Parameters:
lastName- 'LocalLastName' or 'InternationalLastName' of 'PersonLocalType' as defined in FIFA Connect Data Standard.firstName- 'LocalFirstName' or 'InternationalFirstName' of 'PersonLocalType' as defined in FIFA Connect Data Standard.prefer- the String value- Returns:
- the Object object if successful.
- Throws:
IllegalArgumentException- thrown if parameters fail the validationcom.microsoft.rest.RestException- thrown if the request is rejected by serverRuntimeException- all other wrapped checked exceptions if the request fails to be sent
-
computeByRequestAsync
com.microsoft.rest.ServiceFuture<Object> computeByRequestAsync(String lastName, String firstName, String prefer, com.microsoft.rest.ServiceCallback<Object> serviceCallback)
Computes a collection of hashes of person's first and last name.- Parameters:
lastName- 'LocalLastName' or 'InternationalLastName' of 'PersonLocalType' as defined in FIFA Connect Data Standard.firstName- 'LocalFirstName' or 'InternationalFirstName' of 'PersonLocalType' as defined in FIFA Connect Data Standard.prefer- the String valueserviceCallback- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFutureobject - Throws:
IllegalArgumentException- thrown if parameters fail the validation
-
computeByRequestAsync
rx.Observable<Object> computeByRequestAsync(String lastName, String firstName, String prefer)
Computes a collection of hashes of person's first and last name.- Parameters:
lastName- 'LocalLastName' or 'InternationalLastName' of 'PersonLocalType' as defined in FIFA Connect Data Standard.firstName- 'LocalFirstName' or 'InternationalFirstName' of 'PersonLocalType' as defined in FIFA Connect Data Standard.prefer- the String value- Returns:
- the observable to the Object object
- Throws:
IllegalArgumentException- thrown if parameters fail the validation
-
computeByRequestWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<Object>> computeByRequestWithServiceResponseAsync(String lastName, String firstName, String prefer)
Computes a collection of hashes of person's first and last name.- Parameters:
lastName- 'LocalLastName' or 'InternationalLastName' of 'PersonLocalType' as defined in FIFA Connect Data Standard.firstName- 'LocalFirstName' or 'InternationalFirstName' of 'PersonLocalType' as defined in FIFA Connect Data Standard.prefer- the String value- Returns:
- the observable to the Object object
- Throws:
IllegalArgumentException- thrown if parameters fail the validation
-
-