Class DataHoldersImpl
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.implementation.DataHoldersImpl
-
- All Implemented Interfaces:
DataHolders
public class DataHoldersImpl extends Object implements DataHolders
An instance of this class provides access to all the operations defined in DataHolders.
-
-
Constructor Summary
Constructors Constructor Description DataHoldersImpl(retrofit2.Retrofit retrofit, FIFAConnectIDIDDirectoryV6Impl client)Initializes an instance of DataHolders.
-
Method Summary
All Methods Instance Methods Concrete 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)
-
-
-
Constructor Detail
-
DataHoldersImpl
public DataHoldersImpl(retrofit2.Retrofit retrofit, FIFAConnectIDIDDirectoryV6Impl client)Initializes an instance of DataHolders.- Parameters:
retrofit- the Retrofit instance built from a Retrofit Builder.client- the instance of the service client containing this operation class.
-
-
Method Detail
-
getByPersonfifaid
public Object getByPersonfifaid(String personFifaId)
- Specified by:
getByPersonfifaidin interfaceDataHolders- 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
public com.microsoft.rest.ServiceFuture<Object> getByPersonfifaidAsync(String personFifaId, com.microsoft.rest.ServiceCallback<Object> serviceCallback)
- Specified by:
getByPersonfifaidAsyncin interfaceDataHolders- 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
public rx.Observable<Object> getByPersonfifaidAsync(String personFifaId)
- Specified by:
getByPersonfifaidAsyncin interfaceDataHolders- Parameters:
personFifaId- the String value- Returns:
- the observable to the Object object
- Throws:
IllegalArgumentException- thrown if parameters fail the validation
-
getByPersonfifaidWithServiceResponseAsync
public rx.Observable<com.microsoft.rest.ServiceResponse<Object>> getByPersonfifaidWithServiceResponseAsync(String personFifaId)
- Specified by:
getByPersonfifaidWithServiceResponseAsyncin interfaceDataHolders- Parameters:
personFifaId- the String value- Returns:
- the observable to the Object object
- Throws:
IllegalArgumentException- thrown if parameters fail the validation
-
claimByPersonfifaid
public Object claimByPersonfifaid(String personFifaId)
- Specified by:
claimByPersonfifaidin interfaceDataHolders- 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
public com.microsoft.rest.ServiceFuture<Object> claimByPersonfifaidAsync(String personFifaId, com.microsoft.rest.ServiceCallback<Object> serviceCallback)
- Specified by:
claimByPersonfifaidAsyncin interfaceDataHolders- 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
public rx.Observable<Object> claimByPersonfifaidAsync(String personFifaId)
- Specified by:
claimByPersonfifaidAsyncin interfaceDataHolders- Parameters:
personFifaId- the String value- Returns:
- the observable to the Object object
- Throws:
IllegalArgumentException- thrown if parameters fail the validation
-
claimByPersonfifaidWithServiceResponseAsync
public rx.Observable<com.microsoft.rest.ServiceResponse<Object>> claimByPersonfifaidWithServiceResponseAsync(String personFifaId)
- Specified by:
claimByPersonfifaidWithServiceResponseAsyncin interfaceDataHolders- Parameters:
personFifaId- the String value- Returns:
- the observable to the Object object
- Throws:
IllegalArgumentException- thrown if parameters fail the validation
-
claimByPersonfifaid
public Object claimByPersonfifaid(String personFifaId, String xActorDetails)
- Specified by:
claimByPersonfifaidin interfaceDataHolders- 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
public com.microsoft.rest.ServiceFuture<Object> claimByPersonfifaidAsync(String personFifaId, String xActorDetails, com.microsoft.rest.ServiceCallback<Object> serviceCallback)
- Specified by:
claimByPersonfifaidAsyncin interfaceDataHolders- 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
public rx.Observable<Object> claimByPersonfifaidAsync(String personFifaId, String xActorDetails)
- Specified by:
claimByPersonfifaidAsyncin interfaceDataHolders- 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
public rx.Observable<com.microsoft.rest.ServiceResponse<Object>> claimByPersonfifaidWithServiceResponseAsync(String personFifaId, String xActorDetails)
- Specified by:
claimByPersonfifaidWithServiceResponseAsyncin interfaceDataHolders- 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
-
-