Class ZencoderAccount
java.lang.Object
com.brightcove.zencoder.client.account.ZencoderAccount
public class ZencoderAccount extends Object
-
Constructor Summary
Constructors Constructor Description ZencoderAccount()
No-arg constructor needed for serialization/deserialization.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).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). -
Method Summary
Modifier and Type Method Description String
getEmail()
String
getPassword()
String
getPasswordConfirmation()
Integer
getTermsOfService()
void
setEmail(String email)
void
setPassword(String password)
void
setTermsOfService(Integer terms_of_service)
-
Constructor Details
-
ZencoderAccount
public ZencoderAccount()No-arg constructor needed for serialization/deserialization. -
ZencoderAccount
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
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
-
getEmail
-
setEmail
-
getTermsOfService
-
setTermsOfService
- Parameters:
terms_of_service
- By passing '1' you agree to the terms of service.
-
getPassword
-
getPasswordConfirmation
-
setPassword
-