Class Account

java.lang.Object
video.api.client.api.models.Account
All Implemented Interfaces:
java.io.Serializable

public class Account
extends java.lang.Object
implements java.io.Serializable
Account
See Also:
Serialized Form
  • Field Details

    • SERIALIZED_NAME_QUOTA

      public static final java.lang.String SERIALIZED_NAME_QUOTA
      See Also:
      Constant Field Values
    • SERIALIZED_NAME_FEATURES

      public static final java.lang.String SERIALIZED_NAME_FEATURES
      See Also:
      Constant Field Values
    • SERIALIZED_NAME_ENVIRONMENT

      public static final java.lang.String SERIALIZED_NAME_ENVIRONMENT
      See Also:
      Constant Field Values
  • Constructor Details

    • Account

      public Account()
  • Method Details

    • quota

      public Account quota​(AccountQuota quota)
    • getQuota

      @Nullable public AccountQuota getQuota()
      Get quota
      Returns:
      quota
    • setQuota

      public void setQuota​(AccountQuota quota)
    • features

      public Account features​(java.util.List<java.lang.String> features)
    • addFeaturesItem

      public Account addFeaturesItem​(java.lang.String featuresItem)
    • getFeatures

      @Nullable public java.util.List<java.lang.String> getFeatures()
      Deprecated. What features are enabled for your account. Choices include: app.dynamic_metadata - the ability to dynamically tag videos to better segment and understand your audiences, app.event_log - the ability to create and retrieve a log detailing how your videos were interacted with, player.white_label - the ability to customise your player, stats.player_events - the ability to see statistics about how your player is being used, transcode.mp4_support - the ability to reformat content into mp4 using the H264 codec.
      Returns:
      features
    • setFeatures

      public void setFeatures​(java.util.List<java.lang.String> features)
    • environment

      public Account environment​(java.lang.String environment)
    • getEnvironment

      @Nullable public java.lang.String getEnvironment()
      Deprecated. Whether you are using your production or sandbox API key will impact what environment is displayed here, as well as stats and features information. If you use your sandbox key, the environment is \"sandbox.\" If you use your production key, the environment is \"production.\"
      Returns:
      environment
    • setEnvironment

      public void setEnvironment​(java.lang.String environment)
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

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

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object