Uses of Class
com.fifa.connectid.sdk.core.api.models.FieldType
-
Packages that use FieldType 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 FieldType in com.fifa.connectid.sdk.core.api.models
Methods in com.fifa.connectid.sdk.core.api.models that return FieldType Modifier and Type Method Description FieldTypeFieldType. withCapacity(int capacity)Set the capacity value.FieldTypeFieldType. withDiscipline(String discipline)Set possible values include: 'Football', 'Futsal', 'BeachSoccer'.FieldTypeFieldType. withGroundNature(String groundNature)Set possible values include: 'grass', 'turf2star', 'turf1star', 'turf', 'hard pitch', 'unknown'.FieldTypeFieldType. withLatitude(Double latitude)Set the latitude value.FieldTypeFieldType. withLength(Double length)Set the length value.FieldTypeFieldType. withLongitude(Double longitude)Set the longitude value.FieldTypeFieldType. withOrderNumber(int orderNumber)Set the orderNumber value.FieldTypeFieldType. withWidth(Double width)Set the width value.Methods in com.fifa.connectid.sdk.core.api.models that return types with arguments of type FieldType Modifier and Type Method Description List<FieldType>FacilityLocalType. field()Get the field value.List<FieldType>FoundFacilityLocalType. field()Get the field value.Method parameters in com.fifa.connectid.sdk.core.api.models with type arguments of type FieldType Modifier and Type Method Description FacilityLocalTypeFacilityLocalType. withField(List<FieldType> field)Set the field value.FoundFacilityLocalTypeFoundFacilityLocalType. withField(List<FieldType> field)Set the field value. -
Uses of FieldType in com.fifa.connectid.sdk.core.enhancements
Methods in com.fifa.connectid.sdk.core.enhancements with parameters of type FieldType Modifier and Type Method Description static StringObjectFormatter. toString(FieldType fieldType)
-