Uses of Class
com.fifa.connectid.sdk.core.api.models.SupportedDisciplineType
-
Packages that use SupportedDisciplineType Package Description com.fifa.connectid.sdk.core.api.models This package contains the models classes for FIFAConnectIDHashingV6.com.fifa.connectid.sdk.core.enhancements -
-
Uses of SupportedDisciplineType in com.fifa.connectid.sdk.core.api.models
Methods in com.fifa.connectid.sdk.core.api.models that return SupportedDisciplineType Modifier and Type Method Description SupportedDisciplineTypeSupportedDisciplineType. withDiscipline(String discipline)Set possible values include: 'Football', 'Futsal', 'BeachSoccer'.SupportedDisciplineTypeSupportedDisciplineType. withGender(String gender)Set possible values include: 'male', 'female'.Methods in com.fifa.connectid.sdk.core.api.models that return types with arguments of type SupportedDisciplineType Modifier and Type Method Description List<SupportedDisciplineType>FoundOrganisationLocalType. supportedDiscipline()Get the supportedDiscipline value.List<SupportedDisciplineType>OrganisationLocalType. supportedDiscipline()Get the supportedDiscipline value.Method parameters in com.fifa.connectid.sdk.core.api.models with type arguments of type SupportedDisciplineType Modifier and Type Method Description FoundOrganisationLocalTypeFoundOrganisationLocalType. withSupportedDiscipline(List<SupportedDisciplineType> supportedDiscipline)Set the supportedDiscipline value.OrganisationLocalTypeOrganisationLocalType. withSupportedDiscipline(List<SupportedDisciplineType> supportedDiscipline)Set the supportedDiscipline value. -
Uses of SupportedDisciplineType in com.fifa.connectid.sdk.core.enhancements
Methods in com.fifa.connectid.sdk.core.enhancements with parameters of type SupportedDisciplineType Modifier and Type Method Description static StringObjectFormatter. toString(SupportedDisciplineType disciplineType)
-