Inbox

data class Inbox(val inboxId: String, val contextId: String, val createDate: Long?, val creator: String, val lastModificationDate: Long?, val lastModifier: String, val users: List<String>, val managers: List<String>, val version: Long?, val publicMeta: ByteArray, val privateMeta: ByteArray, val filesConfig: FilesConfig?, val policy: ContainerPolicyWithoutItem, val statusCode: Long?)

Holds all available information about an Inbox.

Constructors

Link copied to clipboard
constructor(inboxId: String, contextId: String, createDate: Long?, creator: String, lastModificationDate: Long?, lastModifier: String, users: List<String>, managers: List<String>, version: Long?, publicMeta: ByteArray, privateMeta: ByteArray, filesConfig: FilesConfig?, policy: ContainerPolicyWithoutItem, statusCode: Long?)

Properties

Link copied to clipboard

ID of the Context

Link copied to clipboard

Inbox creation timestamp

Link copied to clipboard

ID of the user who created the Inbox

Link copied to clipboard

Inbox files configuration

Link copied to clipboard

ID of the Inbox

Link copied to clipboard

Inbox last modification timestamp

Link copied to clipboard

ID of the user who last modified the Inbox

Link copied to clipboard

List of users (their IDs) with management rights

Link copied to clipboard
Link copied to clipboard

Inbox private metadata

Link copied to clipboard

Inbox public metadata

Link copied to clipboard

Status code of retrieval and decryption of the Inbox

Link copied to clipboard

List of users (their IDs) with access to the Inbox

Link copied to clipboard

Version number (changes on updates)

Functions

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