Class 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 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:
        getByPersonfifaid in interface DataHolders
        Parameters:
        personFifaId - the String value
        Returns:
        the Object object if successful.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
        com.microsoft.rest.RestException - thrown if the request is rejected by server
        RuntimeException - 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:
        getByPersonfifaidAsync in interface DataHolders
        Parameters:
        personFifaId - the String value
        serviceCallback - the async ServiceCallback to handle successful and failed responses.
        Returns:
        the ServiceFuture object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • claimByPersonfifaid

        public Object claimByPersonfifaid​(String personFifaId)
        Specified by:
        claimByPersonfifaid in interface DataHolders
        Parameters:
        personFifaId - the String value
        Returns:
        the Object object if successful.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
        com.microsoft.rest.RestException - thrown if the request is rejected by server
        RuntimeException - 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:
        claimByPersonfifaidAsync in interface DataHolders
        Parameters:
        personFifaId - the String value
        serviceCallback - the async ServiceCallback to handle successful and failed responses.
        Returns:
        the ServiceFuture object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • claimByPersonfifaid

        public Object claimByPersonfifaid​(String personFifaId,
                                          String xActorDetails)
        Specified by:
        claimByPersonfifaid in interface DataHolders
        Parameters:
        personFifaId - the String value
        xActorDetails - Name or identifier of a user invoking the method on API
        Returns:
        the Object object if successful.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
        com.microsoft.rest.RestException - thrown if the request is rejected by server
        RuntimeException - 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:
        claimByPersonfifaidAsync in interface DataHolders
        Parameters:
        personFifaId - the String value
        xActorDetails - Name or identifier of a user invoking the method on API
        serviceCallback - the async ServiceCallback to handle successful and failed responses.
        Returns:
        the ServiceFuture object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • claimByPersonfifaidAsync

        public rx.Observable<Object> claimByPersonfifaidAsync​(String personFifaId,
                                                              String xActorDetails)
        Specified by:
        claimByPersonfifaidAsync in interface DataHolders
        Parameters:
        personFifaId - the String value
        xActorDetails - 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:
        claimByPersonfifaidWithServiceResponseAsync in interface DataHolders
        Parameters:
        personFifaId - the String value
        xActorDetails - 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