Package com.fifa.connectid.sdk.core.api
Interface DataHolders
-
- All Known Implementing Classes:
DataHoldersImpl
public interface DataHoldersAn instance of this class provides access to all the operations defined in DataHolders.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectclaimByPersonfifaid(String personFifaId)ObjectclaimByPersonfifaid(String personFifaId, String xActorDetails)rx.Observable<Object>claimByPersonfifaidAsync(String personFifaId)com.microsoft.rest.ServiceFuture<Object>claimByPersonfifaidAsync(String personFifaId, com.microsoft.rest.ServiceCallback<Object> serviceCallback)rx.Observable<Object>claimByPersonfifaidAsync(String personFifaId, String xActorDetails)com.microsoft.rest.ServiceFuture<Object>claimByPersonfifaidAsync(String personFifaId, String xActorDetails, com.microsoft.rest.ServiceCallback<Object> serviceCallback)rx.Observable<com.microsoft.rest.ServiceResponse<Object>>claimByPersonfifaidWithServiceResponseAsync(String personFifaId)rx.Observable<com.microsoft.rest.ServiceResponse<Object>>claimByPersonfifaidWithServiceResponseAsync(String personFifaId, String xActorDetails)ObjectgetByPersonfifaid(String personFifaId)rx.Observable<Object>getByPersonfifaidAsync(String personFifaId)com.microsoft.rest.ServiceFuture<Object>getByPersonfifaidAsync(String personFifaId, com.microsoft.rest.ServiceCallback<Object> serviceCallback)rx.Observable<com.microsoft.rest.ServiceResponse<Object>>getByPersonfifaidWithServiceResponseAsync(String personFifaId)
-
-
-
Method Detail
-
getByPersonfifaid
Object getByPersonfifaid(String personFifaId)
- Parameters:
personFifaId- 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
-
getByPersonfifaidAsync
com.microsoft.rest.ServiceFuture<Object> getByPersonfifaidAsync(String personFifaId, com.microsoft.rest.ServiceCallback<Object> serviceCallback)
- Parameters:
personFifaId- the String valueserviceCallback- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFutureobject - Throws:
IllegalArgumentException- thrown if parameters fail the validation
-
getByPersonfifaidAsync
rx.Observable<Object> getByPersonfifaidAsync(String personFifaId)
- Parameters:
personFifaId- the String value- Returns:
- the observable to the Object object
- Throws:
IllegalArgumentException- thrown if parameters fail the validation
-
getByPersonfifaidWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<Object>> getByPersonfifaidWithServiceResponseAsync(String personFifaId)
- Parameters:
personFifaId- the String value- Returns:
- the observable to the Object object
- Throws:
IllegalArgumentException- thrown if parameters fail the validation
-
claimByPersonfifaid
Object claimByPersonfifaid(String personFifaId)
- Parameters:
personFifaId- 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
-
claimByPersonfifaidAsync
com.microsoft.rest.ServiceFuture<Object> claimByPersonfifaidAsync(String personFifaId, com.microsoft.rest.ServiceCallback<Object> serviceCallback)
- Parameters:
personFifaId- the String valueserviceCallback- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFutureobject - Throws:
IllegalArgumentException- thrown if parameters fail the validation
-
claimByPersonfifaidAsync
rx.Observable<Object> claimByPersonfifaidAsync(String personFifaId)
- Parameters:
personFifaId- the String value- Returns:
- the observable to the Object object
- Throws:
IllegalArgumentException- thrown if parameters fail the validation
-
claimByPersonfifaidWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<Object>> claimByPersonfifaidWithServiceResponseAsync(String personFifaId)
- Parameters:
personFifaId- the String value- Returns:
- the observable to the Object object
- Throws:
IllegalArgumentException- thrown if parameters fail the validation
-
claimByPersonfifaid
Object claimByPersonfifaid(String personFifaId, String xActorDetails)
- Parameters:
personFifaId- the String valuexActorDetails- Name or identifier of a user invoking the method on API- 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
-
claimByPersonfifaidAsync
com.microsoft.rest.ServiceFuture<Object> claimByPersonfifaidAsync(String personFifaId, String xActorDetails, com.microsoft.rest.ServiceCallback<Object> serviceCallback)
- Parameters:
personFifaId- the String valuexActorDetails- Name or identifier of a user invoking the method on APIserviceCallback- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFutureobject - Throws:
IllegalArgumentException- thrown if parameters fail the validation
-
claimByPersonfifaidAsync
rx.Observable<Object> claimByPersonfifaidAsync(String personFifaId, String xActorDetails)
- Parameters:
personFifaId- the String valuexActorDetails- Name or identifier of a user invoking the method on API- Returns:
- the observable to the Object object
- Throws:
IllegalArgumentException- thrown if parameters fail the validation
-
claimByPersonfifaidWithServiceResponseAsync
rx.Observable<com.microsoft.rest.ServiceResponse<Object>> claimByPersonfifaidWithServiceResponseAsync(String personFifaId, String xActorDetails)
- Parameters:
personFifaId- the String valuexActorDetails- Name or identifier of a user invoking the method on API- Returns:
- the observable to the Object object
- Throws:
IllegalArgumentException- thrown if parameters fail the validation
-
-