Package com.fifa.connectid.sdk.core.api
Interface Facilitys
-
- All Known Implementing Classes:
FacilitysImpl
public interface FacilitysAn instance of this class provides access to all the operations defined in Facilitys.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectfind(FindFacilitiesRequestType body)Finds facilities matching provided data.Objectfind(FindFacilitiesRequestType body, String xActorDetails)Finds facilities matching provided data.rx.Observable<Object>findAsync(FindFacilitiesRequestType body)Finds facilities matching provided data.com.microsoft.rest.ServiceFuture<Object>findAsync(FindFacilitiesRequestType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Finds facilities matching provided data.rx.Observable<Object>findAsync(FindFacilitiesRequestType body, String xActorDetails)Finds facilities matching provided data.com.microsoft.rest.ServiceFuture<Object>findAsync(FindFacilitiesRequestType body, String xActorDetails, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Finds facilities matching provided data.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>findWithServiceResponseAsync(FindFacilitiesRequestType body)Finds facilities matching provided data.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>findWithServiceResponseAsync(FindFacilitiesRequestType body, String xActorDetails)Finds facilities matching provided data.ObjectgetByFacilityfifaid(String facilityFifaId)Gets facility data associated with the specified FIFA Unique Identifier.rx.Observable<Object>getByFacilityfifaidAsync(String facilityFifaId)Gets facility data associated with the specified FIFA Unique Identifier.com.microsoft.rest.ServiceFuture<Object>getByFacilityfifaidAsync(String facilityFifaId, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Gets facility data associated with the specified FIFA Unique Identifier.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>getByFacilityfifaidWithServiceResponseAsync(String facilityFifaId)Gets facility data associated with the specified FIFA Unique Identifier.ObjectgetDuplicates(FacilityLocalType body)Gets a list of facilities this facility may be duplicated with.ObjectgetDuplicates(FacilityLocalType body, String xActorDetails)Gets a list of facilities this facility may be duplicated with.rx.Observable<Object>getDuplicatesAsync(FacilityLocalType body)Gets a list of facilities this facility may be duplicated with.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.rx.Observable<Object>getDuplicatesAsync(FacilityLocalType body, String xActorDetails)Gets a list of facilities this facility may be duplicated with.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.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>getDuplicatesWithServiceResponseAsync(FacilityLocalType body)Gets a list of facilities this facility may be duplicated with.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>getDuplicatesWithServiceResponseAsync(FacilityLocalType body, String xActorDetails)Gets a list of facilities this facility may be duplicated with.ObjectregisterByForce(FacilityLocalType body)Registers a new facility and assigns FIFA Unique Identifier.ObjectregisterByForce(FacilityLocalType body, Boolean force, String xActorDetails)Registers a new facility and assigns FIFA Unique Identifier.rx.Observable<Object>registerByForceAsync(FacilityLocalType body)Registers a new facility and assigns FIFA Unique Identifier.com.microsoft.rest.ServiceFuture<Object>registerByForceAsync(FacilityLocalType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Registers a new facility and assigns FIFA Unique Identifier.rx.Observable<Object>registerByForceAsync(FacilityLocalType body, Boolean force, String xActorDetails)Registers a new facility and assigns FIFA Unique Identifier.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.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>registerByForceWithServiceResponseAsync(FacilityLocalType body)Registers a new facility and assigns FIFA Unique Identifier.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>registerByForceWithServiceResponseAsync(FacilityLocalType body, Boolean force, String xActorDetails)Registers a new facility and assigns FIFA Unique Identifier.ObjectupdateByForce(FacilityLocalType body)Updates facility data.ObjectupdateByForce(FacilityLocalType body, Boolean force, String xActorDetails)Updates facility data.rx.Observable<Object>updateByForceAsync(FacilityLocalType body)Updates facility data.com.microsoft.rest.ServiceFuture<Object>updateByForceAsync(FacilityLocalType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Updates facility data.rx.Observable<Object>updateByForceAsync(FacilityLocalType body, Boolean force, String xActorDetails)Updates facility data.com.microsoft.rest.ServiceFuture<Object>updateByForceAsync(FacilityLocalType body, Boolean force, String xActorDetails, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Updates facility data.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>updateByForceWithServiceResponseAsync(FacilityLocalType body)Updates facility data.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>updateByForceWithServiceResponseAsync(FacilityLocalType body, Boolean force, String xActorDetails)Updates facility data.
-
-
-
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 validationcom.microsoft.rest.RestException- thrown if the request is rejected by serverRuntimeException- 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 IdentifierserviceCallback- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFutureobject - 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 validationcom.microsoft.rest.RestException- thrown if the request is rejected by serverRuntimeException- 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 dataserviceCallback- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFutureobject - 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 dataxActorDetails- Name or identifier of a user invoking the method on API- Returns:
- the Object object if successful.
- Throws:
IllegalArgumentException- thrown if parameters fail the validationcom.microsoft.rest.RestException- thrown if the request is rejected by serverRuntimeException- 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 dataxActorDetails- Name or identifier of a user invoking the method on APIserviceCallback- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFutureobject - 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 dataxActorDetails- 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 dataxActorDetails- 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 validationcom.microsoft.rest.RestException- thrown if the request is rejected by serverRuntimeException- 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
ServiceFutureobject - 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 checkxActorDetails- Name or identifier of a user invoking the method on API- Returns:
- the Object object if successful.
- Throws:
IllegalArgumentException- thrown if parameters fail the validationcom.microsoft.rest.RestException- thrown if the request is rejected by serverRuntimeException- 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 checkxActorDetails- Name or identifier of a user invoking the method on APIserviceCallback- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFutureobject - 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 checkxActorDetails- 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 checkxActorDetails- 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 validationcom.microsoft.rest.RestException- thrown if the request is rejected by serverRuntimeException- 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
ServiceFutureobject - 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 checkxActorDetails- Name or identifier of a user invoking the method on API- Returns:
- the Object object if successful.
- Throws:
IllegalArgumentException- thrown if parameters fail the validationcom.microsoft.rest.RestException- thrown if the request is rejected by serverRuntimeException- 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 checkxActorDetails- Name or identifier of a user invoking the method on APIserviceCallback- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFutureobject - 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 checkxActorDetails- 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 checkxActorDetails- 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 validationcom.microsoft.rest.RestException- thrown if the request is rejected by serverRuntimeException- 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 objectserviceCallback- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFutureobject - 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 objectxActorDetails- Name or identifier of a user invoking the method on API- Returns:
- the Object object if successful.
- Throws:
IllegalArgumentException- thrown if parameters fail the validationcom.microsoft.rest.RestException- thrown if the request is rejected by serverRuntimeException- 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 objectxActorDetails- Name or identifier of a user invoking the method on APIserviceCallback- the async ServiceCallback to handle successful and failed responses.- Returns:
- the
ServiceFutureobject - 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 objectxActorDetails- 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 objectxActorDetails- 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
-
-