AccountProfile


public final class AccountProfile


An object to represent a user's account and profile within the account.

Summary

Nested types

public final class AccountProfile.Builder

Builder class for AccountProfile.

Public fields

final String

Public methods

String

Returns the account id.

Optional<String>

Returns the profile id.

Public fields

accountId

public final String accountId

Public methods

getAccountId

public String getAccountId()

Returns the account id.

getProfileId

public Optional<StringgetProfileId()

Returns the profile id.