Interface Hashs

  • All Known Implementing Classes:
    HashsImpl

    public interface Hashs
    An instance of this class provides access to all the operations defined in Hashs.
    • 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 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
      • 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 ServiceFuture object
        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 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
      • 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 value
        serviceCallback - the async ServiceCallback to handle successful and failed responses.
        Returns:
        the ServiceFuture object
        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