Uses of Class
io.split.telemetry.domain.enums.SdkRecordsEnum
-
Packages that use SdkRecordsEnum Package Description io.split.telemetry.domain.enums -
-
Uses of SdkRecordsEnum in io.split.telemetry.domain.enums
Methods in io.split.telemetry.domain.enums that return SdkRecordsEnum Modifier and Type Method Description static SdkRecordsEnumSdkRecordsEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SdkRecordsEnum[]SdkRecordsEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-