Status2XX

abstract class Status2XX(val status: Int, val responseCategory: RestResponse.ResponseCategory = ResponseCategory.Success) : RestResponse

Inheritors

Constructors

Link copied to clipboard
constructor(status: Int, responseCategory: RestResponse.ResponseCategory = ResponseCategory.Success)

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class OK(val bytes: ByteArray) : RestResponse.Status2XX

Properties

Link copied to clipboard
abstract val bytes: ByteArray
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val status: Int
Link copied to clipboard
open val text: String

Functions

Link copied to clipboard