Class SupportedDisciplineType


  • public class SupportedDisciplineType
    extends Object
    The SupportedDisciplineType model.
    • Constructor Detail

      • SupportedDisciplineType

        public SupportedDisciplineType()
    • 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.