Coverage Summary for Class: Sex (cloud.mindbox.mobile_sdk.models.operation)
| Class | Class, % | Method, % | Branch, % | Line, % | Instruction, % |
|---|---|---|---|---|---|
| Sex | 100% (1/1) | 100% (1/1) | 100% (2/2) | 100% (18/18) |
package cloud.mindbox.mobile_sdk.models.operation
import com.google.gson.annotations.SerializedName
public enum class Sex {
@SerializedName("male")
MALE,
@SerializedName("female")
FEMALE
}