Package com.polar.sdk.api.model
        Enum PolarExerciseSession.SportProfile
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            java.io.Serializable,kotlin.Comparable
 
 public enum PolarExerciseSession.SportProfile extends Enum<PolarExerciseSession.SportProfile> Supported sport profiles. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public classPolarExerciseSession.SportProfile.Companion
 - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description private final Integeridprivate final Stringnameprivate final Integerordinalprivate final EnumEntries<PolarExerciseSession.SportProfile>entries
 - 
                                
                            
                                Enum Constant SummaryEnum Constants Enum Constant Description UNKNOWNRUNNINGCYCLINGOTHER_OUTDOOR
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final PolarExerciseSession.SportProfilevalueOf(String value)Returns the enum constant of this type with the specified name. final Array<PolarExerciseSession.SportProfile>values()Returns an array containing the constants of this enum type, in the order they're declared. final IntegergetId()final EnumEntries<PolarExerciseSession.SportProfile>getEntries()Supported sport profiles. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        valueOffinal PolarExerciseSession.SportProfile valueOf(String value) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.) 
 - 
                                        valuesfinal Array<PolarExerciseSession.SportProfile> values() Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants. 
 - 
                                        getEntriesfinal EnumEntries<PolarExerciseSession.SportProfile> getEntries() Supported sport profiles. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-