Success

data class Success(val id: Uid<UserProfile>) : UserProfileManagementService.CreateUserProfileResult

The new user profile with id has been created.

Constructors

Link copied to clipboard
fun Success(id: Uid<UserProfile>)

Properties

Link copied to clipboard
val id: Uid<UserProfile>

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)