Interface Organisations

  • All Known Implementing Classes:
    OrganisationsImpl

    public interface Organisations
    An instance of this class provides access to all the operations defined in Organisations.
    • Method Detail

      • getByOrganisationfifaid

        Object getByOrganisationfifaid​(String organisationFifaId)
        Gets organisation data associated with the specified FIFA Unique Identifier.
        Parameters:
        organisationFifaId - FIFA Unique Identifier
        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
      • getByOrganisationfifaidAsync

        com.microsoft.rest.ServiceFuture<Object> getByOrganisationfifaidAsync​(String organisationFifaId,
                                                                              com.microsoft.rest.ServiceCallback<Object> serviceCallback)
        Gets organisation data associated with the specified FIFA Unique Identifier.
        Parameters:
        organisationFifaId - FIFA Unique Identifier
        serviceCallback - the async ServiceCallback to handle successful and failed responses.
        Returns:
        the ServiceFuture object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • getByOrganisationfifaidAsync

        rx.Observable<Object> getByOrganisationfifaidAsync​(String organisationFifaId)
        Gets organisation data associated with the specified FIFA Unique Identifier.
        Parameters:
        organisationFifaId - FIFA Unique Identifier
        Returns:
        the observable to the Object object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • getByOrganisationfifaidWithServiceResponseAsync

        rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<Object,​OrganisationGetByOrganisationfifaidHeaders>> getByOrganisationfifaidWithServiceResponseAsync​(String organisationFifaId)
        Gets organisation data associated with the specified FIFA Unique Identifier.
        Parameters:
        organisationFifaId - FIFA Unique Identifier
        Returns:
        the observable to the Object object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • getActingOrganisations

        Object getActingOrganisations()
        Returns a list of string identifiers of acting organisations.
        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
      • getActingOrganisationsAsync

        com.microsoft.rest.ServiceFuture<Object> getActingOrganisationsAsync​(com.microsoft.rest.ServiceCallback<Object> serviceCallback)
        Returns a list of string identifiers of acting organisations.
        Parameters:
        serviceCallback - the async ServiceCallback to handle successful and failed responses.
        Returns:
        the ServiceFuture object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • getActingOrganisationsAsync

        rx.Observable<Object> getActingOrganisationsAsync()
        Returns a list of string identifiers of acting organisations.
        Returns:
        the observable to the Object object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • getActingOrganisationsWithServiceResponseAsync

        rx.Observable<com.microsoft.rest.ServiceResponse<Object>> getActingOrganisationsWithServiceResponseAsync()
        Returns a list of string identifiers of acting organisations.
        Returns:
        the observable to the Object object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • getDuplicates

        Object getDuplicates​(OrganisationLocalType body)
        Gets a list of organisations this organisation may be duplicated with.
        Parameters:
        body - Organisation data
        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
      • getDuplicatesAsync

        com.microsoft.rest.ServiceFuture<Object> getDuplicatesAsync​(OrganisationLocalType body,
                                                                    com.microsoft.rest.ServiceCallback<Object> serviceCallback)
        Gets a list of organisations this organisation may be duplicated with.
        Parameters:
        body - Organisation data
        serviceCallback - the async ServiceCallback to handle successful and failed responses.
        Returns:
        the ServiceFuture object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • getDuplicatesAsync

        rx.Observable<Object> getDuplicatesAsync​(OrganisationLocalType body)
        Gets a list of organisations this organisation may be duplicated with.
        Parameters:
        body - Organisation data
        Returns:
        the observable to the Object object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • getDuplicatesWithServiceResponseAsync

        rx.Observable<com.microsoft.rest.ServiceResponse<Object>> getDuplicatesWithServiceResponseAsync​(OrganisationLocalType body)
        Gets a list of organisations this organisation may be duplicated with.
        Parameters:
        body - Organisation data
        Returns:
        the observable to the Object object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • getDuplicates

        Object getDuplicates​(OrganisationLocalType body,
                             String xActorDetails)
        Gets a list of organisations this organisation may be duplicated with.
        Parameters:
        body - Organisation data
        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
      • getDuplicatesAsync

        com.microsoft.rest.ServiceFuture<Object> getDuplicatesAsync​(OrganisationLocalType body,
                                                                    String xActorDetails,
                                                                    com.microsoft.rest.ServiceCallback<Object> serviceCallback)
        Gets a list of organisations this organisation may be duplicated with.
        Parameters:
        body - Organisation data
        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
      • getDuplicatesAsync

        rx.Observable<Object> getDuplicatesAsync​(OrganisationLocalType body,
                                                 String xActorDetails)
        Gets a list of organisations this organisation may be duplicated with.
        Parameters:
        body - Organisation data
        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
      • getDuplicatesWithServiceResponseAsync

        rx.Observable<com.microsoft.rest.ServiceResponse<Object>> getDuplicatesWithServiceResponseAsync​(OrganisationLocalType body,
                                                                                                        String xActorDetails)
        Gets a list of organisations this organisation may be duplicated with.
        Parameters:
        body - Organisation data
        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
      • registerByForce

        Object registerByForce​(OrganisationLocalType body)
        Registers a new organisation and assigns FIFA Unique Identifier.
        Parameters:
        body - Organisation data.
        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
      • registerByForceAsync

        com.microsoft.rest.ServiceFuture<Object> registerByForceAsync​(OrganisationLocalType body,
                                                                      com.microsoft.rest.ServiceCallback<Object> serviceCallback)
        Registers a new organisation and assigns FIFA Unique Identifier.
        Parameters:
        body - Organisation data.
        serviceCallback - the async ServiceCallback to handle successful and failed responses.
        Returns:
        the ServiceFuture object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • registerByForceAsync

        rx.Observable<Object> registerByForceAsync​(OrganisationLocalType body)
        Registers a new organisation and assigns FIFA Unique Identifier.
        Parameters:
        body - Organisation data.
        Returns:
        the observable to the Object object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • registerByForceWithServiceResponseAsync

        rx.Observable<com.microsoft.rest.ServiceResponse<Object>> registerByForceWithServiceResponseAsync​(OrganisationLocalType body)
        Registers a new organisation and assigns FIFA Unique Identifier.
        Parameters:
        body - Organisation data.
        Returns:
        the observable to the Object object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • registerByForce

        Object registerByForce​(OrganisationLocalType body,
                               Boolean force,
                               String xActorDetails)
        Registers a new organisation and assigns FIFA Unique Identifier.
        Parameters:
        body - Organisation data.
        force - Ignores FIFA registration rules violation check
        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
      • registerByForceAsync

        com.microsoft.rest.ServiceFuture<Object> registerByForceAsync​(OrganisationLocalType body,
                                                                      Boolean force,
                                                                      String xActorDetails,
                                                                      com.microsoft.rest.ServiceCallback<Object> serviceCallback)
        Registers a new organisation and assigns FIFA Unique Identifier.
        Parameters:
        body - Organisation data.
        force - Ignores FIFA registration rules violation check
        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
      • registerByForceAsync

        rx.Observable<Object> registerByForceAsync​(OrganisationLocalType body,
                                                   Boolean force,
                                                   String xActorDetails)
        Registers a new organisation and assigns FIFA Unique Identifier.
        Parameters:
        body - Organisation data.
        force - Ignores FIFA registration rules violation check
        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
      • registerByForceWithServiceResponseAsync

        rx.Observable<com.microsoft.rest.ServiceResponse<Object>> registerByForceWithServiceResponseAsync​(OrganisationLocalType body,
                                                                                                          Boolean force,
                                                                                                          String xActorDetails)
        Registers a new organisation and assigns FIFA Unique Identifier.
        Parameters:
        body - Organisation data.
        force - Ignores FIFA registration rules violation check
        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
      • merge

        Object merge​(MergeOrganisationsRequestType body)
        Merges two organisations. Returns the primary organisation.
        Parameters:
        body - Request with secondary and primary organisations FIFA Unique Identifiers.
        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
      • mergeAsync

        com.microsoft.rest.ServiceFuture<Object> mergeAsync​(MergeOrganisationsRequestType body,
                                                            com.microsoft.rest.ServiceCallback<Object> serviceCallback)
        Merges two organisations. Returns the primary organisation.
        Parameters:
        body - Request with secondary and primary organisations FIFA Unique Identifiers.
        serviceCallback - the async ServiceCallback to handle successful and failed responses.
        Returns:
        the ServiceFuture object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • mergeAsync

        rx.Observable<Object> mergeAsync​(MergeOrganisationsRequestType body)
        Merges two organisations. Returns the primary organisation.
        Parameters:
        body - Request with secondary and primary organisations FIFA Unique Identifiers.
        Returns:
        the observable to the Object object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • mergeWithServiceResponseAsync

        rx.Observable<com.microsoft.rest.ServiceResponse<Object>> mergeWithServiceResponseAsync​(MergeOrganisationsRequestType body)
        Merges two organisations. Returns the primary organisation.
        Parameters:
        body - Request with secondary and primary organisations FIFA Unique Identifiers.
        Returns:
        the observable to the Object object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • merge

        Object merge​(MergeOrganisationsRequestType body,
                     String xActorDetails)
        Merges two organisations. Returns the primary organisation.
        Parameters:
        body - Request with secondary and primary organisations FIFA Unique Identifiers.
        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
      • mergeAsync

        com.microsoft.rest.ServiceFuture<Object> mergeAsync​(MergeOrganisationsRequestType body,
                                                            String xActorDetails,
                                                            com.microsoft.rest.ServiceCallback<Object> serviceCallback)
        Merges two organisations. Returns the primary organisation.
        Parameters:
        body - Request with secondary and primary organisations FIFA Unique Identifiers.
        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
      • mergeAsync

        rx.Observable<Object> mergeAsync​(MergeOrganisationsRequestType body,
                                         String xActorDetails)
        Merges two organisations. Returns the primary organisation.
        Parameters:
        body - Request with secondary and primary organisations FIFA Unique Identifiers.
        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
      • mergeWithServiceResponseAsync

        rx.Observable<com.microsoft.rest.ServiceResponse<Object>> mergeWithServiceResponseAsync​(MergeOrganisationsRequestType body,
                                                                                                String xActorDetails)
        Merges two organisations. Returns the primary organisation.
        Parameters:
        body - Request with secondary and primary organisations FIFA Unique Identifiers.
        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
      • unmerge

        Object unmerge​(UnmergeOrganisationsRequestType body)
        Reverts merge operation. Returns the secondary organisation when unmerge operations is completed.
        Parameters:
        body - Request with secondary and primary organisations FIFA Unique Identifiers.
        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
      • unmergeAsync

        com.microsoft.rest.ServiceFuture<Object> unmergeAsync​(UnmergeOrganisationsRequestType body,
                                                              com.microsoft.rest.ServiceCallback<Object> serviceCallback)
        Reverts merge operation. Returns the secondary organisation when unmerge operations is completed.
        Parameters:
        body - Request with secondary and primary organisations FIFA Unique Identifiers.
        serviceCallback - the async ServiceCallback to handle successful and failed responses.
        Returns:
        the ServiceFuture object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • unmergeAsync

        rx.Observable<Object> unmergeAsync​(UnmergeOrganisationsRequestType body)
        Reverts merge operation. Returns the secondary organisation when unmerge operations is completed.
        Parameters:
        body - Request with secondary and primary organisations FIFA Unique Identifiers.
        Returns:
        the observable to the Object object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • unmergeWithServiceResponseAsync

        rx.Observable<com.microsoft.rest.ServiceResponse<Object>> unmergeWithServiceResponseAsync​(UnmergeOrganisationsRequestType body)
        Reverts merge operation. Returns the secondary organisation when unmerge operations is completed.
        Parameters:
        body - Request with secondary and primary organisations FIFA Unique Identifiers.
        Returns:
        the observable to the Object object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • unmerge

        Object unmerge​(UnmergeOrganisationsRequestType body,
                       String xActorDetails)
        Reverts merge operation. Returns the secondary organisation when unmerge operations is completed.
        Parameters:
        body - Request with secondary and primary organisations FIFA Unique Identifiers.
        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
      • unmergeAsync

        com.microsoft.rest.ServiceFuture<Object> unmergeAsync​(UnmergeOrganisationsRequestType body,
                                                              String xActorDetails,
                                                              com.microsoft.rest.ServiceCallback<Object> serviceCallback)
        Reverts merge operation. Returns the secondary organisation when unmerge operations is completed.
        Parameters:
        body - Request with secondary and primary organisations FIFA Unique Identifiers.
        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
      • unmergeAsync

        rx.Observable<Object> unmergeAsync​(UnmergeOrganisationsRequestType body,
                                           String xActorDetails)
        Reverts merge operation. Returns the secondary organisation when unmerge operations is completed.
        Parameters:
        body - Request with secondary and primary organisations FIFA Unique Identifiers.
        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
      • unmergeWithServiceResponseAsync

        rx.Observable<com.microsoft.rest.ServiceResponse<Object>> unmergeWithServiceResponseAsync​(UnmergeOrganisationsRequestType body,
                                                                                                  String xActorDetails)
        Reverts merge operation. Returns the secondary organisation when unmerge operations is completed.
        Parameters:
        body - Request with secondary and primary organisations FIFA Unique Identifiers.
        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
      • updateByForce

        Object updateByForce​(OrganisationLocalType body)
        Updates organisation data.
        Parameters:
        body - Organisation data to be updated.
        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
      • updateByForceAsync

        com.microsoft.rest.ServiceFuture<Object> updateByForceAsync​(OrganisationLocalType body,
                                                                    com.microsoft.rest.ServiceCallback<Object> serviceCallback)
        Updates organisation data.
        Parameters:
        body - Organisation data to be updated.
        serviceCallback - the async ServiceCallback to handle successful and failed responses.
        Returns:
        the ServiceFuture object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • updateByForceAsync

        rx.Observable<Object> updateByForceAsync​(OrganisationLocalType body)
        Updates organisation data.
        Parameters:
        body - Organisation data to be updated.
        Returns:
        the observable to the Object object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • updateByForceWithServiceResponseAsync

        rx.Observable<com.microsoft.rest.ServiceResponse<Object>> updateByForceWithServiceResponseAsync​(OrganisationLocalType body)
        Updates organisation data.
        Parameters:
        body - Organisation data to be updated.
        Returns:
        the observable to the Object object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • updateByForce

        Object updateByForce​(OrganisationLocalType body,
                             Boolean force,
                             String xActorDetails)
        Updates organisation data.
        Parameters:
        body - Organisation data to be updated.
        force - Ignores FIFA registration rules violation check
        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
      • updateByForceAsync

        com.microsoft.rest.ServiceFuture<Object> updateByForceAsync​(OrganisationLocalType body,
                                                                    Boolean force,
                                                                    String xActorDetails,
                                                                    com.microsoft.rest.ServiceCallback<Object> serviceCallback)
        Updates organisation data.
        Parameters:
        body - Organisation data to be updated.
        force - Ignores FIFA registration rules violation check
        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
      • updateByForceAsync

        rx.Observable<Object> updateByForceAsync​(OrganisationLocalType body,
                                                 Boolean force,
                                                 String xActorDetails)
        Updates organisation data.
        Parameters:
        body - Organisation data to be updated.
        force - Ignores FIFA registration rules violation check
        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
      • updateByForceWithServiceResponseAsync

        rx.Observable<com.microsoft.rest.ServiceResponse<Object>> updateByForceWithServiceResponseAsync​(OrganisationLocalType body,
                                                                                                        Boolean force,
                                                                                                        String xActorDetails)
        Updates organisation data.
        Parameters:
        body - Organisation data to be updated.
        force - Ignores FIFA registration rules violation check
        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
      • find

        Object find​(FindOrganisationsRequestType body)
        Finds organisations matching provided data.
        Parameters:
        body - Request object
        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
      • findAsync

        com.microsoft.rest.ServiceFuture<Object> findAsync​(FindOrganisationsRequestType body,
                                                           com.microsoft.rest.ServiceCallback<Object> serviceCallback)
        Finds organisations matching provided data.
        Parameters:
        body - Request object
        serviceCallback - the async ServiceCallback to handle successful and failed responses.
        Returns:
        the ServiceFuture object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • findWithServiceResponseAsync

        rx.Observable<com.microsoft.rest.ServiceResponse<Object>> findWithServiceResponseAsync​(FindOrganisationsRequestType body)
        Finds organisations matching provided data.
        Parameters:
        body - Request object
        Returns:
        the observable to the Object object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • find

        Object find​(FindOrganisationsRequestType body,
                    String xActorDetails)
        Finds organisations matching provided data.
        Parameters:
        body - Request object
        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
      • findAsync

        com.microsoft.rest.ServiceFuture<Object> findAsync​(FindOrganisationsRequestType body,
                                                           String xActorDetails,
                                                           com.microsoft.rest.ServiceCallback<Object> serviceCallback)
        Finds organisations matching provided data.
        Parameters:
        body - Request object
        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
      • findAsync

        rx.Observable<Object> findAsync​(FindOrganisationsRequestType body,
                                        String xActorDetails)
        Finds organisations matching provided data.
        Parameters:
        body - Request object
        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
      • findWithServiceResponseAsync

        rx.Observable<com.microsoft.rest.ServiceResponse<Object>> findWithServiceResponseAsync​(FindOrganisationsRequestType body,
                                                                                               String xActorDetails)
        Finds organisations matching provided data.
        Parameters:
        body - Request object
        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
      • getAll

        Object getAll​(GetAllOrganisationsRequestType body)
        Gets organisations matching provided data.
        Parameters:
        body - Request object
        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
      • getAllAsync

        com.microsoft.rest.ServiceFuture<Object> getAllAsync​(GetAllOrganisationsRequestType body,
                                                             com.microsoft.rest.ServiceCallback<Object> serviceCallback)
        Gets organisations matching provided data.
        Parameters:
        body - Request object
        serviceCallback - the async ServiceCallback to handle successful and failed responses.
        Returns:
        the ServiceFuture object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • getAllWithServiceResponseAsync

        rx.Observable<com.microsoft.rest.ServiceResponse<Object>> getAllWithServiceResponseAsync​(GetAllOrganisationsRequestType body)
        Gets organisations matching provided data.
        Parameters:
        body - Request object
        Returns:
        the observable to the Object object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • getAll

        Object getAll​(GetAllOrganisationsRequestType body,
                      String xActorDetails)
        Gets organisations matching provided data.
        Parameters:
        body - Request object
        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
      • getAllAsync

        com.microsoft.rest.ServiceFuture<Object> getAllAsync​(GetAllOrganisationsRequestType body,
                                                             String xActorDetails,
                                                             com.microsoft.rest.ServiceCallback<Object> serviceCallback)
        Gets organisations matching provided data.
        Parameters:
        body - Request object
        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
      • getAllAsync

        rx.Observable<Object> getAllAsync​(GetAllOrganisationsRequestType body,
                                          String xActorDetails)
        Gets organisations matching provided data.
        Parameters:
        body - Request object
        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
      • getAllWithServiceResponseAsync

        rx.Observable<com.microsoft.rest.ServiceResponse<Object>> getAllWithServiceResponseAsync​(GetAllOrganisationsRequestType body,
                                                                                                 String xActorDetails)
        Gets organisations matching provided data.
        Parameters:
        body - Request object
        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
      • getMemberAssociationsOnboardedStatus

        Object getMemberAssociationsOnboardedStatus​(NationalAssociationsOnboardedRequestType body)
        Returns a list of objects with fifaId and onboarded status.
        Parameters:
        body - the NationalAssociationsOnboardedRequestType 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
      • getMemberAssociationsOnboardedStatusAsync

        com.microsoft.rest.ServiceFuture<Object> getMemberAssociationsOnboardedStatusAsync​(NationalAssociationsOnboardedRequestType body,
                                                                                           com.microsoft.rest.ServiceCallback<Object> serviceCallback)
        Returns a list of objects with fifaId and onboarded status.
        Parameters:
        body - the NationalAssociationsOnboardedRequestType value
        serviceCallback - the async ServiceCallback to handle successful and failed responses.
        Returns:
        the ServiceFuture object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • getMemberAssociationsOnboardedStatusAsync

        rx.Observable<Object> getMemberAssociationsOnboardedStatusAsync​(NationalAssociationsOnboardedRequestType body)
        Returns a list of objects with fifaId and onboarded status.
        Parameters:
        body - the NationalAssociationsOnboardedRequestType value
        Returns:
        the observable to the Object object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • getMemberAssociationsOnboardedStatusWithServiceResponseAsync

        rx.Observable<com.microsoft.rest.ServiceResponse<Object>> getMemberAssociationsOnboardedStatusWithServiceResponseAsync​(NationalAssociationsOnboardedRequestType body)
        Returns a list of objects with fifaId and onboarded status.
        Parameters:
        body - the NationalAssociationsOnboardedRequestType value
        Returns:
        the observable to the Object object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • getMemberAssociationsOnboardedStatus

        Object getMemberAssociationsOnboardedStatus​(NationalAssociationsOnboardedRequestType body,
                                                    String xActorDetails)
        Returns a list of objects with fifaId and onboarded status.
        Parameters:
        body - the NationalAssociationsOnboardedRequestType 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
      • getMemberAssociationsOnboardedStatusAsync

        com.microsoft.rest.ServiceFuture<Object> getMemberAssociationsOnboardedStatusAsync​(NationalAssociationsOnboardedRequestType body,
                                                                                           String xActorDetails,
                                                                                           com.microsoft.rest.ServiceCallback<Object> serviceCallback)
        Returns a list of objects with fifaId and onboarded status.
        Parameters:
        body - the NationalAssociationsOnboardedRequestType 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
      • getMemberAssociationsOnboardedStatusAsync

        rx.Observable<Object> getMemberAssociationsOnboardedStatusAsync​(NationalAssociationsOnboardedRequestType body,
                                                                        String xActorDetails)
        Returns a list of objects with fifaId and onboarded status.
        Parameters:
        body - the NationalAssociationsOnboardedRequestType 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
      • getMemberAssociationsOnboardedStatusWithServiceResponseAsync

        rx.Observable<com.microsoft.rest.ServiceResponse<Object>> getMemberAssociationsOnboardedStatusWithServiceResponseAsync​(NationalAssociationsOnboardedRequestType body,
                                                                                                                               String xActorDetails)
        Returns a list of objects with fifaId and onboarded status.
        Parameters:
        body - the NationalAssociationsOnboardedRequestType 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
      • getMemberAssociationForFifaIdByOrganisationfifaid

        Object getMemberAssociationForFifaIdByOrganisationfifaid​(String organisationFifaId)
        Gets a member association FIFA Unique Identifier and short name of searched organisation.
        Parameters:
        organisationFifaId - FIFA Unique Identifier
        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
      • getMemberAssociationForFifaIdByOrganisationfifaidAsync

        com.microsoft.rest.ServiceFuture<Object> getMemberAssociationForFifaIdByOrganisationfifaidAsync​(String organisationFifaId,
                                                                                                        com.microsoft.rest.ServiceCallback<Object> serviceCallback)
        Gets a member association FIFA Unique Identifier and short name of searched organisation.
        Parameters:
        organisationFifaId - FIFA Unique Identifier
        serviceCallback - the async ServiceCallback to handle successful and failed responses.
        Returns:
        the ServiceFuture object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • getMemberAssociationForFifaIdByOrganisationfifaidAsync

        rx.Observable<Object> getMemberAssociationForFifaIdByOrganisationfifaidAsync​(String organisationFifaId)
        Gets a member association FIFA Unique Identifier and short name of searched organisation.
        Parameters:
        organisationFifaId - FIFA Unique Identifier
        Returns:
        the observable to the Object object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • getMemberAssociationForFifaIdByOrganisationfifaidWithServiceResponseAsync

        rx.Observable<com.microsoft.rest.ServiceResponse<Object>> getMemberAssociationForFifaIdByOrganisationfifaidWithServiceResponseAsync​(String organisationFifaId)
        Gets a member association FIFA Unique Identifier and short name of searched organisation.
        Parameters:
        organisationFifaId - FIFA Unique Identifier
        Returns:
        the observable to the Object object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation