Request

sealed class Request

Request type

Inheritors

Types

Link copied to clipboard
class Default(val id: String, val type: Request.Type) : Request
Link copied to clipboard

Represents the status of a Request for each Request.

Link copied to clipboard

Represents a request type

Properties

Link copied to clipboard
abstract val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val type: Request.Type

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Indicates whether some other object is "equal to" this one. Implementations must fulfil the following requirements:

Link copied to clipboard
open override fun hashCode(): Int