SpotifyRequest

data class SpotifyRequest(url: String, method: HttpRequestMethod, body: String?, api: GenericSpotifyApi)

Functions

component1
Link copied to clipboard
common
operator fun component1(): String
component2
Link copied to clipboard
common
operator fun component2(): HttpRequestMethod
component3
Link copied to clipboard
common
operator fun component3(): String?
component4
Link copied to clipboard
common
operator fun component4(): GenericSpotifyApi
copy
Link copied to clipboard
common
fun copy(url: String, method: HttpRequestMethod, body: String?, api: GenericSpotifyApi): SpotifyRequest
equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

api
Link copied to clipboard
common
val api: GenericSpotifyApi
body
Link copied to clipboard
common
val body: String?
method
Link copied to clipboard
common
val method: HttpRequestMethod
url
Link copied to clipboard
common
val url: String

Sources

(source)
Link copied to clipboard