Package velox.api.layer1.data
Class AccountInfoBuilder
java.lang.Object
velox.api.layer1.data.AccountInfoBuilder
-
Constructor Summary
ConstructorsConstructorDescriptionAccountInfoBuilder(String id, String summary) AccountInfoBuilder(String id, String summary, boolean isPrimary) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbuild()velox.api.layer1.data.AccountTypegetId()booleanisHidden()booleanbooleansetAccountType(velox.api.layer1.data.AccountType accountType) setHidden(boolean hidden) setPrimary(boolean primary) setProviderProgrammaticName(String providerProgrammaticName) setShortName(String shortName) setSimulated(boolean simulated) setSummary(String summary)
-
Constructor Details
-
AccountInfoBuilder
-
AccountInfoBuilder
Deprecated.useAccountInfoBuilder(String, String)instead. Deprecated because isPrimary should be always set to false. SeeeAccountInfo.isPrimary.- Parameters:
id- unique identifier for the accountsummary- a name displayed for the account on UIisPrimary- ignored
-
-
Method Details
-
build
-
getId
-
setId
-
getSummary
-
setSummary
-
getShortName
-
setShortName
-
isPrimary
public boolean isPrimary() -
setPrimary
-
getProviderProgrammaticName
-
setProviderProgrammaticName
-
isSimulated
public boolean isSimulated() -
setSimulated
-
getAccountType
public velox.api.layer1.data.AccountType getAccountType() -
setAccountType
-
isHidden
public boolean isHidden() -
setHidden
-
AccountInfoBuilder(String, String)instead.