Interface DataHolders

  • All Known Implementing Classes:
    DataHoldersImpl

    public interface DataHolders
    An instance of this class provides access to all the operations defined in DataHolders.
    • 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 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

        com.microsoft.rest.ServiceFuture<Object> getByPersonfifaidAsync​(String personFifaId,
                                                                        com.microsoft.rest.ServiceCallback<Object> serviceCallback)
        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
      • 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 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

        com.microsoft.rest.ServiceFuture<Object> claimByPersonfifaidAsync​(String personFifaId,
                                                                          com.microsoft.rest.ServiceCallback<Object> serviceCallback)
        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
      • 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 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

        com.microsoft.rest.ServiceFuture<Object> claimByPersonfifaidAsync​(String personFifaId,
                                                                          String xActorDetails,
                                                                          com.microsoft.rest.ServiceCallback<Object> serviceCallback)
        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

        rx.Observable<Object> claimByPersonfifaidAsync​(String personFifaId,
                                                       String xActorDetails)
        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

        rx.Observable<com.microsoft.rest.ServiceResponse<Object>> claimByPersonfifaidWithServiceResponseAsync​(String personFifaId,
                                                                                                              String xActorDetails)
        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