Class BatchCreateFundingWalletRequest

java.lang.Object
net.jacobpeterson.alpaca.openapi.broker.model.BatchCreateFundingWalletRequest

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-23T18:58:47.485165-07:00[America/Los_Angeles]") public class BatchCreateFundingWalletRequest extends Object
BatchCreateFundingWalletRequest
  • Field Details

    • SERIALIZED_NAME_ACCOUNT_IDS

      public static final String SERIALIZED_NAME_ACCOUNT_IDS
      See Also:
    • openapiFields

      public static HashSet<String> openapiFields
    • openapiRequiredFields

      public static HashSet<String> openapiRequiredFields
    • validate

      public static boolean validate
    • isValid

      public static Predicate<com.google.gson.JsonElement> isValid
  • Constructor Details

    • BatchCreateFundingWalletRequest

      public BatchCreateFundingWalletRequest()
  • Method Details

    • accountIds

      public BatchCreateFundingWalletRequest accountIds(List<String> accountIds)
    • addAccountIdsItem

      public BatchCreateFundingWalletRequest addAccountIdsItem(String accountIdsItem)
    • getAccountIds

      @Nullable public List<String> getAccountIds()
      list of UUID account ids which will have funding wallets created
      Returns:
      accountIds
    • setAccountIds

      public void setAccountIds(List<String> accountIds)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • validateJsonElement

      public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException
      Throws:
      IOException
    • fromJson

      public static BatchCreateFundingWalletRequest fromJson(String jsonString) throws IOException
      Create an instance of BatchCreateFundingWalletRequest given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of BatchCreateFundingWalletRequest
      Throws:
      IOException - if the JSON string is invalid with respect to BatchCreateFundingWalletRequest
    • toJson

      public String toJson()
      Convert an instance of BatchCreateFundingWalletRequest to an JSON string
      Returns:
      JSON string