Class Account

    • Constructor Detail

      • Account

        public Account()
    • Method Detail

      • getQuota

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

        public Account addFeaturesItem​(String featuresItem)
      • getFeatures

        @Nullable
        public List<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​(List<String> features)
      • environment

        public Account environment​(String environment)
      • getEnvironment

        @Nullable
        public 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​(String environment)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object