Class ZencoderAccount

java.lang.Object
com.brightcove.zencoder.client.account.ZencoderAccount

public class ZencoderAccount
extends Object
  • Constructor Details

    • ZencoderAccount

      public ZencoderAccount()
      No-arg constructor needed for serialization/deserialization.
    • ZencoderAccount

      public ZencoderAccount​(String email, Integer terms_of_service)
      All that is required is an email address and an agreement to the terms of service (http://zencoder.com/en/terms). You can also send a password, but if you don't one will be generated. New accounts will be created under the Test (Free) plan.
      Parameters:
      email - The email address for the account (must be unique).
      terms_of_service - By passing '1' you agree to the terms of service.
    • ZencoderAccount

      public ZencoderAccount​(String email, Integer terms_of_service, String password)
      All that is required is an email address and an agreement to the terms of service (http://zencoder.com/en/terms). You can also send a password, but if you don't one will be generated. New accounts will be created under the Test (Free) plan.
      Parameters:
      email - The email address for the account (must be unique).
      terms_of_service - By passing '1' you agree to the terms of service.
      password - The password to use for this account.
  • Method Details