Builder

abstract class Builder : BaseObject.Builder<T>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun build(): AuthenticatedUser
Link copied to clipboard
Link copied to clipboard
abstract fun id(id: Long): AuthenticatedUser.Builder
Link copied to clipboard