Cumulocity API Services / com.softwareag.jc.cumulocity.services.api / BinariesService / ResponseImpl

ResponseImpl

inner class ResponseImpl : Response<BinariesService.Attachment>

Constructors

<init>

ResponseImpl(name: String, content: ByteArray, r: Response<ByteArray>)
ResponseImpl(id: String, r: Response<ByteArray>)
ResponseImpl(r: Response<ByteArray>)

Properties

content

var content: BinariesService.Attachment?

headers

val headers: Map<String, MutableList<String>>?

message

val message: String

status

val status: Int

type

val type: String?