Coverage Summary for Class: ContentTypeResponse (cloud.mindbox.mobile_sdk.models.operation.response)
| Class | Class, % | Method, % | Branch, % | Line, % | Instruction, % |
|---|---|---|---|---|---|
| ContentTypeResponse | 100% (1/1) | 100% (1/1) | 100% (2/2) | 100% (18/18) |
package cloud.mindbox.mobile_sdk.models.operation.response
import com.google.gson.annotations.SerializedName
public enum class ContentTypeResponse {
@SerializedName("possibleDiscounts")
POSSIBLE_DISCOUNTS,
@SerializedName("text")
TEXT
}