Class SupportedDisciplineType
- java.lang.Object
-
- com.fifa.connectid.sdk.core.api.models.SupportedDisciplineType
-
public class SupportedDisciplineType extends Object
The SupportedDisciplineType model.
-
-
Constructor Summary
Constructors Constructor Description SupportedDisciplineType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdiscipline()Get possible values include: 'Football', 'Futsal', 'BeachSoccer'.Stringgender()Get possible values include: 'male', 'female'.SupportedDisciplineTypewithDiscipline(String discipline)Set possible values include: 'Football', 'Futsal', 'BeachSoccer'.SupportedDisciplineTypewithGender(String gender)Set possible values include: 'male', 'female'.
-
-
-
Method Detail
-
discipline
public String discipline()
Get possible values include: 'Football', 'Futsal', 'BeachSoccer'.- Returns:
- the discipline value
-
withDiscipline
public SupportedDisciplineType withDiscipline(String discipline)
Set possible values include: 'Football', 'Futsal', 'BeachSoccer'.- Parameters:
discipline- the discipline value to set- Returns:
- the SupportedDisciplineType object itself.
-
gender
public String gender()
Get possible values include: 'male', 'female'.- Returns:
- the gender value
-
withGender
public SupportedDisciplineType withGender(String gender)
Set possible values include: 'male', 'female'.- Parameters:
gender- the gender value to set- Returns:
- the SupportedDisciplineType object itself.
-
-