Class AccountGetPortfolioResponse.Builder
-
- All Implemented Interfaces:
public final class AccountGetPortfolioResponse.BuilderA builder for AccountGetPortfolioResponse.
-
-
Method Summary
-
-
Method Detail
-
assets
final AccountGetPortfolioResponse.Builder assets(List<AccountGetPortfolioResponse.Asset> assets)
Balance details for all owned
Stocks.
-
assets
final AccountGetPortfolioResponse.Builder assets(JsonField<List<AccountGetPortfolioResponse.Asset>> assets)
Sets Builder.assets to an arbitrary JSON value.
You should usually call Builder.assets with a well-typed
List<Asset>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addAsset
final AccountGetPortfolioResponse.Builder addAsset(AccountGetPortfolioResponse.Asset asset)
-
additionalProperties
final AccountGetPortfolioResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AccountGetPortfolioResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AccountGetPortfolioResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AccountGetPortfolioResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AccountGetPortfolioResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AccountGetPortfolioResponse build()
Returns an immutable instance of AccountGetPortfolioResponse.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.assets()
-
-
-
-