Interface Facilitys

  • All Known Implementing Classes:
    FacilitysImpl

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

      • getByFacilityfifaid

        Object getByFacilityfifaid​(String facilityFifaId)
        Gets facility data associated with the specified FIFA Unique Identifier.
        Parameters:
        facilityFifaId - 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
      • getByFacilityfifaidAsync

        com.microsoft.rest.ServiceFuture<Object> getByFacilityfifaidAsync​(String facilityFifaId,
                                                                          com.microsoft.rest.ServiceCallback<Object> serviceCallback)
        Gets facility data associated with the specified FIFA Unique Identifier.
        Parameters:
        facilityFifaId - 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
      • getByFacilityfifaidAsync

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

        rx.Observable<com.microsoft.rest.ServiceResponse<Object>> getByFacilityfifaidWithServiceResponseAsync​(String facilityFifaId)
        Gets facility data associated with the specified FIFA Unique Identifier.
        Parameters:
        facilityFifaId - FIFA Unique Identifier
        Returns:
        the observable to the Object object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • getDuplicates

        Object getDuplicates​(FacilityLocalType body)
        Gets a list of facilities this facility may be duplicated with.
        Parameters:
        body - Facility 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​(FacilityLocalType body,
                                                                    com.microsoft.rest.ServiceCallback<Object> serviceCallback)
        Gets a list of facilities this facility may be duplicated with.
        Parameters:
        body - Facility 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​(FacilityLocalType body)
        Gets a list of facilities this facility may be duplicated with.
        Parameters:
        body - Facility 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​(FacilityLocalType body)
        Gets a list of facilities this facility may be duplicated with.
        Parameters:
        body - Facility data
        Returns:
        the observable to the Object object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • getDuplicates

        Object getDuplicates​(FacilityLocalType body,
                             String xActorDetails)
        Gets a list of facilities this facility may be duplicated with.
        Parameters:
        body - Facility 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​(FacilityLocalType body,
                                                                    String xActorDetails,
                                                                    com.microsoft.rest.ServiceCallback<Object> serviceCallback)
        Gets a list of facilities this facility may be duplicated with.
        Parameters:
        body - Facility 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​(FacilityLocalType body,
                                                 String xActorDetails)
        Gets a list of facilities this facility may be duplicated with.
        Parameters:
        body - Facility 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​(FacilityLocalType body,
                                                                                                        String xActorDetails)
        Gets a list of facilities this facility may be duplicated with.
        Parameters:
        body - Facility 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​(FacilityLocalType body)
        Registers a new facility and assigns FIFA Unique Identifier.
        Parameters:
        body - Facility 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​(FacilityLocalType body,
                                                                      com.microsoft.rest.ServiceCallback<Object> serviceCallback)
        Registers a new facility and assigns FIFA Unique Identifier.
        Parameters:
        body - Facility 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​(FacilityLocalType body)
        Registers a new facility and assigns FIFA Unique Identifier.
        Parameters:
        body - Facility 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​(FacilityLocalType body)
        Registers a new facility and assigns FIFA Unique Identifier.
        Parameters:
        body - Facility data.
        Returns:
        the observable to the Object object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • registerByForce

        Object registerByForce​(FacilityLocalType body,
                               Boolean force,
                               String xActorDetails)
        Registers a new facility and assigns FIFA Unique Identifier.
        Parameters:
        body - Facility 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​(FacilityLocalType body,
                                                                      Boolean force,
                                                                      String xActorDetails,
                                                                      com.microsoft.rest.ServiceCallback<Object> serviceCallback)
        Registers a new facility and assigns FIFA Unique Identifier.
        Parameters:
        body - Facility 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​(FacilityLocalType body,
                                                   Boolean force,
                                                   String xActorDetails)
        Registers a new facility and assigns FIFA Unique Identifier.
        Parameters:
        body - Facility 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​(FacilityLocalType body,
                                                                                                          Boolean force,
                                                                                                          String xActorDetails)
        Registers a new facility and assigns FIFA Unique Identifier.
        Parameters:
        body - Facility 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
      • updateByForce

        Object updateByForce​(FacilityLocalType body)
        Updates facility data.
        Parameters:
        body - Facility 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​(FacilityLocalType body,
                                                                    com.microsoft.rest.ServiceCallback<Object> serviceCallback)
        Updates facility data.
        Parameters:
        body - Facility 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​(FacilityLocalType body)
        Updates facility data.
        Parameters:
        body - Facility 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​(FacilityLocalType body)
        Updates facility data.
        Parameters:
        body - Facility data to be updated.
        Returns:
        the observable to the Object object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • updateByForce

        Object updateByForce​(FacilityLocalType body,
                             Boolean force,
                             String xActorDetails)
        Updates facility data.
        Parameters:
        body - Facility 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​(FacilityLocalType body,
                                                                    Boolean force,
                                                                    String xActorDetails,
                                                                    com.microsoft.rest.ServiceCallback<Object> serviceCallback)
        Updates facility data.
        Parameters:
        body - Facility 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​(FacilityLocalType body,
                                                 Boolean force,
                                                 String xActorDetails)
        Updates facility data.
        Parameters:
        body - Facility 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​(FacilityLocalType body,
                                                                                                        Boolean force,
                                                                                                        String xActorDetails)
        Updates facility data.
        Parameters:
        body - Facility 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​(FindFacilitiesRequestType body)
        Finds facilities 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​(FindFacilitiesRequestType body,
                                                           com.microsoft.rest.ServiceCallback<Object> serviceCallback)
        Finds facilities 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
      • findAsync

        rx.Observable<Object> findAsync​(FindFacilitiesRequestType body)
        Finds facilities matching provided data.
        Parameters:
        body - Request object
        Returns:
        the observable to the Object object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • findWithServiceResponseAsync

        rx.Observable<com.microsoft.rest.ServiceResponse<Object>> findWithServiceResponseAsync​(FindFacilitiesRequestType body)
        Finds facilities 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​(FindFacilitiesRequestType body,
                    String xActorDetails)
        Finds facilities 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​(FindFacilitiesRequestType body,
                                                           String xActorDetails,
                                                           com.microsoft.rest.ServiceCallback<Object> serviceCallback)
        Finds facilities 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​(FindFacilitiesRequestType body,
                                        String xActorDetails)
        Finds facilities 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​(FindFacilitiesRequestType body,
                                                                                               String xActorDetails)
        Finds facilities 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