AccountProfile.Builder

public static final class AccountProfile.Builder extends Object

Builder class for AccountProfile.

Public Constructor Summary

Public Method Summary

AccountProfile
AccountProfile.Builder
setAccountId(String accountId)
Sets the id of the media provider account.
AccountProfile.Builder
setProfileId(String profileId)
Sets the profile ID within the media provider account.

Inherited Method Summary

Public Constructors

public Builder ()

Public Methods

public AccountProfile build ()

public AccountProfile.Builder setAccountId (String accountId)

Sets the id of the media provider account. The account ID can be real, opaque or hashed.

Required.

public AccountProfile.Builder setProfileId (String profileId)

Sets the profile ID within the media provider account. An account can have multiple profiles associated with it. The profile ID can be real, opaque or hashed. Example profile IDs: "12345678", "john_doe_profile", "family_profile".

Optional.