Uses of Class
com.fifa.connectid.sdk.core.api.models.FacilityLocalType
-
Packages that use FacilityLocalType Package Description com.fifa.connectid.sdk.core com.fifa.connectid.sdk.core.api This package contains the classes for FIFAConnectIDHashingV6.com.fifa.connectid.sdk.core.api.implementation This package contains the implementation classes for FIFAConnectIDHashingV6.com.fifa.connectid.sdk.core.api.models This package contains the models classes for FIFAConnectIDHashingV6.com.fifa.connectid.sdk.core.enhancements com.fifa.connectid.sdk.core.iddirectory -
-
Uses of FacilityLocalType in com.fifa.connectid.sdk.core
Methods in com.fifa.connectid.sdk.core that return FacilityLocalType Modifier and Type Method Description FacilityLocalTypeFifaConnectIdClient. getFacility(String facilityFifaId)Gets facility data associated with the specified FIFA Unique Identifier.FacilityLocalTypeFifaConnectIdClientImpl. getFacility(String facilityFifaId)Gets facility data associated with the specified FIFA Unique Identifier.FacilityLocalTypeFifaConnectIdClient. updateFacility(FacilityLocalType facility)Updates the facility.FacilityLocalTypeFifaConnectIdClient. updateFacility(FacilityLocalType facility, Boolean force)Updates the facility.FacilityLocalTypeFifaConnectIdClientImpl. updateFacility(FacilityLocalType facility)Updates the facility.FacilityLocalTypeFifaConnectIdClientImpl. updateFacility(FacilityLocalType facility, Boolean force)Updates the facility.Methods in com.fifa.connectid.sdk.core that return types with arguments of type FacilityLocalType Modifier and Type Method Description List<FacilityLocalType>FifaConnectIdClient. getFacilityDuplicates(FacilityLocalType facility)Gets a list of facilities this facility may be duplicated with.List<FacilityLocalType>FifaConnectIdClientImpl. getFacilityDuplicates(FacilityLocalType facility)Gets a list of facilities this facility may be duplicated with.Methods in com.fifa.connectid.sdk.core with parameters of type FacilityLocalType Modifier and Type Method Description List<FacilityLocalType>FifaConnectIdClient. getFacilityDuplicates(FacilityLocalType facility)Gets a list of facilities this facility may be duplicated with.List<FacilityLocalType>FifaConnectIdClientImpl. getFacilityDuplicates(FacilityLocalType facility)Gets a list of facilities this facility may be duplicated with.StringFifaConnectIdClient. registerFacility(FacilityLocalType facility)Registers a new facility and assigns FIFA Unique Identifier.StringFifaConnectIdClient. registerFacility(FacilityLocalType facility, Boolean force)Registers a new facility and assigns FIFA Unique Identifier.StringFifaConnectIdClientImpl. registerFacility(FacilityLocalType facility)Registers a new facility and assigns FIFA Unique Identifier.StringFifaConnectIdClientImpl. registerFacility(FacilityLocalType facility, Boolean force)Registers a new facility and assigns FIFA Unique Identifier.FacilityLocalTypeFifaConnectIdClient. updateFacility(FacilityLocalType facility)Updates the facility.FacilityLocalTypeFifaConnectIdClient. updateFacility(FacilityLocalType facility, Boolean force)Updates the facility.FacilityLocalTypeFifaConnectIdClientImpl. updateFacility(FacilityLocalType facility)Updates the facility.FacilityLocalTypeFifaConnectIdClientImpl. updateFacility(FacilityLocalType facility, Boolean force)Updates the facility. -
Uses of FacilityLocalType in com.fifa.connectid.sdk.core.api
Methods in com.fifa.connectid.sdk.core.api with parameters of type FacilityLocalType Modifier and Type Method Description ObjectFacilitys. getDuplicates(FacilityLocalType body)Gets a list of facilities this facility may be duplicated with.ObjectFacilitys. getDuplicates(FacilityLocalType body, String xActorDetails)Gets a list of facilities this facility may be duplicated with.rx.Observable<Object>Facilitys. getDuplicatesAsync(FacilityLocalType body)Gets a list of facilities this facility may be duplicated with.com.microsoft.rest.ServiceFuture<Object>Facilitys. getDuplicatesAsync(FacilityLocalType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Gets a list of facilities this facility may be duplicated with.rx.Observable<Object>Facilitys. getDuplicatesAsync(FacilityLocalType body, String xActorDetails)Gets a list of facilities this facility may be duplicated with.com.microsoft.rest.ServiceFuture<Object>Facilitys. 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>>Facilitys. getDuplicatesWithServiceResponseAsync(FacilityLocalType body)Gets a list of facilities this facility may be duplicated with.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>Facilitys. getDuplicatesWithServiceResponseAsync(FacilityLocalType body, String xActorDetails)Gets a list of facilities this facility may be duplicated with.ObjectFacilitys. registerByForce(FacilityLocalType body)Registers a new facility and assigns FIFA Unique Identifier.ObjectFacilitys. registerByForce(FacilityLocalType body, Boolean force, String xActorDetails)Registers a new facility and assigns FIFA Unique Identifier.rx.Observable<Object>Facilitys. registerByForceAsync(FacilityLocalType body)Registers a new facility and assigns FIFA Unique Identifier.com.microsoft.rest.ServiceFuture<Object>Facilitys. registerByForceAsync(FacilityLocalType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Registers a new facility and assigns FIFA Unique Identifier.rx.Observable<Object>Facilitys. registerByForceAsync(FacilityLocalType body, Boolean force, String xActorDetails)Registers a new facility and assigns FIFA Unique Identifier.com.microsoft.rest.ServiceFuture<Object>Facilitys. 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>>Facilitys. registerByForceWithServiceResponseAsync(FacilityLocalType body)Registers a new facility and assigns FIFA Unique Identifier.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>Facilitys. registerByForceWithServiceResponseAsync(FacilityLocalType body, Boolean force, String xActorDetails)Registers a new facility and assigns FIFA Unique Identifier.ObjectFacilitys. updateByForce(FacilityLocalType body)Updates facility data.ObjectFacilitys. updateByForce(FacilityLocalType body, Boolean force, String xActorDetails)Updates facility data.rx.Observable<Object>Facilitys. updateByForceAsync(FacilityLocalType body)Updates facility data.com.microsoft.rest.ServiceFuture<Object>Facilitys. updateByForceAsync(FacilityLocalType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Updates facility data.rx.Observable<Object>Facilitys. updateByForceAsync(FacilityLocalType body, Boolean force, String xActorDetails)Updates facility data.com.microsoft.rest.ServiceFuture<Object>Facilitys. updateByForceAsync(FacilityLocalType body, Boolean force, String xActorDetails, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Updates facility data.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>Facilitys. updateByForceWithServiceResponseAsync(FacilityLocalType body)Updates facility data.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>Facilitys. updateByForceWithServiceResponseAsync(FacilityLocalType body, Boolean force, String xActorDetails)Updates facility data. -
Uses of FacilityLocalType in com.fifa.connectid.sdk.core.api.implementation
Methods in com.fifa.connectid.sdk.core.api.implementation with parameters of type FacilityLocalType Modifier and Type Method Description ObjectFacilitysImpl. getDuplicates(FacilityLocalType body)Gets a list of facilities this facility may be duplicated with.ObjectFacilitysImpl. getDuplicates(FacilityLocalType body, String xActorDetails)Gets a list of facilities this facility may be duplicated with.rx.Observable<Object>FacilitysImpl. getDuplicatesAsync(FacilityLocalType body)Gets a list of facilities this facility may be duplicated with.com.microsoft.rest.ServiceFuture<Object>FacilitysImpl. getDuplicatesAsync(FacilityLocalType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Gets a list of facilities this facility may be duplicated with.rx.Observable<Object>FacilitysImpl. getDuplicatesAsync(FacilityLocalType body, String xActorDetails)Gets a list of facilities this facility may be duplicated with.com.microsoft.rest.ServiceFuture<Object>FacilitysImpl. 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>>FacilitysImpl. getDuplicatesWithServiceResponseAsync(FacilityLocalType body)Gets a list of facilities this facility may be duplicated with.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>FacilitysImpl. getDuplicatesWithServiceResponseAsync(FacilityLocalType body, String xActorDetails)Gets a list of facilities this facility may be duplicated with.ObjectFacilitysImpl. registerByForce(FacilityLocalType body)Registers a new facility and assigns FIFA Unique Identifier.ObjectFacilitysImpl. registerByForce(FacilityLocalType body, Boolean force, String xActorDetails)Registers a new facility and assigns FIFA Unique Identifier.rx.Observable<Object>FacilitysImpl. registerByForceAsync(FacilityLocalType body)Registers a new facility and assigns FIFA Unique Identifier.com.microsoft.rest.ServiceFuture<Object>FacilitysImpl. registerByForceAsync(FacilityLocalType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Registers a new facility and assigns FIFA Unique Identifier.rx.Observable<Object>FacilitysImpl. registerByForceAsync(FacilityLocalType body, Boolean force, String xActorDetails)Registers a new facility and assigns FIFA Unique Identifier.com.microsoft.rest.ServiceFuture<Object>FacilitysImpl. 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>>FacilitysImpl. registerByForceWithServiceResponseAsync(FacilityLocalType body)Registers a new facility and assigns FIFA Unique Identifier.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>FacilitysImpl. registerByForceWithServiceResponseAsync(FacilityLocalType body, Boolean force, String xActorDetails)Registers a new facility and assigns FIFA Unique Identifier.ObjectFacilitysImpl. updateByForce(FacilityLocalType body)Updates facility data.ObjectFacilitysImpl. updateByForce(FacilityLocalType body, Boolean force, String xActorDetails)Updates facility data.rx.Observable<Object>FacilitysImpl. updateByForceAsync(FacilityLocalType body)Updates facility data.com.microsoft.rest.ServiceFuture<Object>FacilitysImpl. updateByForceAsync(FacilityLocalType body, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Updates facility data.rx.Observable<Object>FacilitysImpl. updateByForceAsync(FacilityLocalType body, Boolean force, String xActorDetails)Updates facility data.com.microsoft.rest.ServiceFuture<Object>FacilitysImpl. updateByForceAsync(FacilityLocalType body, Boolean force, String xActorDetails, com.microsoft.rest.ServiceCallback<Object> serviceCallback)Updates facility data.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>FacilitysImpl. updateByForceWithServiceResponseAsync(FacilityLocalType body)Updates facility data.rx.Observable<com.microsoft.rest.ServiceResponse<Object>>FacilitysImpl. updateByForceWithServiceResponseAsync(FacilityLocalType body, Boolean force, String xActorDetails)Updates facility data. -
Uses of FacilityLocalType in com.fifa.connectid.sdk.core.api.models
Methods in com.fifa.connectid.sdk.core.api.models that return FacilityLocalType Modifier and Type Method Description FacilityLocalTypeFacilityLocalType. withEmail(String email)Set the email value.FacilityLocalTypeFacilityLocalType. withFacilityFIFAId(String facilityFIFAId)Set the facilityFIFAId value.FacilityLocalTypeFacilityLocalType. withFax(String fax)Set the fax value.FacilityLocalTypeFacilityLocalType. withField(List<FieldType> field)Set the field value.FacilityLocalTypeFacilityLocalType. withInternationalName(String internationalName)Set the internationalName value.FacilityLocalTypeFacilityLocalType. withInternationalShortName(String internationalShortName)Set the internationalShortName value.FacilityLocalTypeFacilityLocalType. withLocalCountry(String localCountry)Set the localCountry value.FacilityLocalTypeFacilityLocalType. withLocalFacilityName(List<LocalNameType> localFacilityName)Set the localFacilityName value.FacilityLocalTypeFacilityLocalType. withLocalLanguage(String localLanguage)Set the localLanguage value.FacilityLocalTypeFacilityLocalType. withLocalName(String localName)Set the localName value.FacilityLocalTypeFacilityLocalType. withLocalShortName(String localShortName)Set the localShortName value.FacilityLocalTypeFacilityLocalType. withLocalSystemMAId(String localSystemMAId)Set the localSystemMAId value.FacilityLocalTypeFacilityLocalType. withOfficialAddress(AddressType officialAddress)Set the officialAddress value.FacilityLocalTypeFacilityLocalType. withOrganisationFIFAId(String organisationFIFAId)Set the organisationFIFAId value.FacilityLocalTypeFacilityLocalType. withParentFacilityFIFAId(String parentFacilityFIFAId)Set the parentFacilityFIFAId value.FacilityLocalTypeFacilityLocalType. withPhone(String phone)Set the phone value.FacilityLocalTypeFacilityLocalType. withStatus(String status)Set possible values include: 'active', 'inactive', 'pending'.FacilityLocalTypeFacilityLocalType. withWebAddress(String webAddress)Set the webAddress value.Methods in com.fifa.connectid.sdk.core.api.models that return types with arguments of type FacilityLocalType Modifier and Type Method Description List<FacilityLocalType>GetFacilityDuplicatesResponseType. duplicates()Get a list of facilities this facility may be duplicated with.Method parameters in com.fifa.connectid.sdk.core.api.models with type arguments of type FacilityLocalType Modifier and Type Method Description GetFacilityDuplicatesResponseTypeGetFacilityDuplicatesResponseType. withDuplicates(List<FacilityLocalType> duplicates)Set a list of facilities this facility may be duplicated with. -
Uses of FacilityLocalType in com.fifa.connectid.sdk.core.enhancements
Methods in com.fifa.connectid.sdk.core.enhancements with parameters of type FacilityLocalType Modifier and Type Method Description static StringObjectFormatter. toString(FacilityLocalType facilityType) -
Uses of FacilityLocalType in com.fifa.connectid.sdk.core.iddirectory
Methods in com.fifa.connectid.sdk.core.iddirectory that return FacilityLocalType Modifier and Type Method Description FacilityLocalTypeIdDirectoryServiceClient. getFacility(String facilityId)FacilityLocalTypeIdDirectoryServiceClientImpl. getFacility(String facilityId)FacilityLocalTypeIdDirectoryServiceClient. updateFacility(FacilityLocalType facility, Boolean force)FacilityLocalTypeIdDirectoryServiceClientImpl. updateFacility(FacilityLocalType facility, Boolean force)Methods in com.fifa.connectid.sdk.core.iddirectory with parameters of type FacilityLocalType Modifier and Type Method Description GetFacilityDuplicatesResponseTypeIdDirectoryServiceClient. getFacilityDuplicates(FacilityLocalType facility)GetFacilityDuplicatesResponseTypeIdDirectoryServiceClientImpl. getFacilityDuplicates(FacilityLocalType facility)RegisterResponseTypeIdDirectoryServiceClient. registerFacility(FacilityLocalType facility, Boolean force)RegisterResponseTypeIdDirectoryServiceClientImpl. registerFacility(FacilityLocalType facility, Boolean force)FacilityLocalTypeIdDirectoryServiceClient. updateFacility(FacilityLocalType facility, Boolean force)FacilityLocalTypeIdDirectoryServiceClientImpl. updateFacility(FacilityLocalType facility, Boolean force)
-