GetUserRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The end time for filtering the user's last activity. Only activity before this timestamp will be considered. Time is specified in epoch seconds.

Link copied to clipboard

The ID of the Wickr network containing the user.

Link copied to clipboard

The start time for filtering the user's last activity. Only activity after this timestamp will be considered. Time is specified in epoch seconds.

Link copied to clipboard

The unique identifier of the user to retrieve.

Functions

Link copied to clipboard
inline fun copy(block: GetUserRequest.Builder.() -> Unit = {}): GetUserRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String