Class UserListName.Builder (0.8.0)

public static class UserListName.Builder

Builder for accountTypes/{account_type}/accounts/{account}/userLists/{user_list}.

Inheritance

java.lang.Object > UserListName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public UserListName build()
Returns
Type Description
UserListName

getAccount()

public String getAccount()
Returns
Type Description
String

getAccountType()

public String getAccountType()
Returns
Type Description
String

getUserList()

public String getUserList()
Returns
Type Description
String

setAccount(String account)

public UserListName.Builder setAccount(String account)
Parameter
Name Description
account String
Returns
Type Description
UserListName.Builder

setAccountType(String accountType)

public UserListName.Builder setAccountType(String accountType)
Parameter
Name Description
accountType String
Returns
Type Description
UserListName.Builder

setUserList(String userList)

public UserListName.Builder setUserList(String userList)
Parameter
Name Description
userList String
Returns
Type Description
UserListName.Builder