Package com.polar.sdk.api.model.sleep
        Enum SleepWakeState
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            java.io.Serializable,kotlin.Comparable
 
 public enum SleepWakeState extends Enum<SleepWakeState> 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public classSleepWakeState.Companion
 - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description private final Integervalueprivate final Stringnameprivate final Integerordinalprivate final EnumEntries<SleepWakeState>entries
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final SleepWakeStatevalueOf(String value)Returns the enum constant of this type with the specified name. final Array<SleepWakeState>values()Returns an array containing the constants of this enum type, in the order they're declared. final IntegergetValue()final EnumEntries<SleepWakeState>getEntries()- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        valueOffinal SleepWakeState 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<SleepWakeState> 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<SleepWakeState> getEntries() 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-