Class VSSubscriptionAccessLevel


  • public final class VSSubscriptionAccessLevel
    extends java.lang.Object
    Describes the level of access to content.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long FreeWithAccount
      The default access level.
      static long Paid
      The customer has access to content that is offered for free to users with a valid account.
      static long Unknown  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • FreeWithAccount

        public static final long FreeWithAccount
        The default access level. Setting a subscription with this level will raise an exception.
        See Also:
        Constant Field Values
      • Paid

        public static final long Paid
        The customer has access to content that is offered for free to users with a valid account. This value corresponds content in your availability feed with the "account" offering type.
        See Also:
        Constant Field Values