All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.youtube.model.MembershipsDetails.html Maven / Gradle / Ivy

There is a newer version: v3-rev20240514-2.0.0
Show newest version






MembershipsDetails (YouTube Data API v3 v3-rev20240417-2.0.0)












com.google.api.services.youtube.model

Class MembershipsDetails

    • Constructor Detail

      • MembershipsDetails

        public MembershipsDetails()
    • Method Detail

      • getAccessibleLevels

        public List<String> getAccessibleLevels()
        Ids of all levels that the user has access to. This includes the currently active level and all other levels that are included because of a higher purchase.
        Returns:
        value or null for none
      • setAccessibleLevels

        public MembershipsDetails setAccessibleLevels(List<String> accessibleLevels)
        Ids of all levels that the user has access to. This includes the currently active level and all other levels that are included because of a higher purchase.
        Parameters:
        accessibleLevels - accessibleLevels or null for none
      • getHighestAccessibleLevel

        public String getHighestAccessibleLevel()
        Id of the highest level that the user has access to at the moment.
        Returns:
        value or null for none
      • setHighestAccessibleLevel

        public MembershipsDetails setHighestAccessibleLevel(String highestAccessibleLevel)
        Id of the highest level that the user has access to at the moment.
        Parameters:
        highestAccessibleLevel - highestAccessibleLevel or null for none
      • getHighestAccessibleLevelDisplayName

        public String getHighestAccessibleLevelDisplayName()
        Display name for the highest level that the user has access to at the moment.
        Returns:
        value or null for none
      • setHighestAccessibleLevelDisplayName

        public MembershipsDetails setHighestAccessibleLevelDisplayName(String highestAccessibleLevelDisplayName)
        Display name for the highest level that the user has access to at the moment.
        Parameters:
        highestAccessibleLevelDisplayName - highestAccessibleLevelDisplayName or null for none
      • getMembershipsDuration

        public MembershipsDuration getMembershipsDuration()
        Data about memberships duration without taking into consideration pricing levels.
        Returns:
        value or null for none
      • setMembershipsDuration

        public MembershipsDetails setMembershipsDuration(MembershipsDuration membershipsDuration)
        Data about memberships duration without taking into consideration pricing levels.
        Parameters:
        membershipsDuration - membershipsDuration or null for none
      • getMembershipsDurationAtLevels

        public List<MembershipsDurationAtLevel> getMembershipsDurationAtLevels()
        Data about memberships duration on particular pricing levels.
        Returns:
        value or null for none
      • setMembershipsDurationAtLevels

        public MembershipsDetails setMembershipsDurationAtLevels(List<MembershipsDurationAtLevel> membershipsDurationAtLevels)
        Data about memberships duration on particular pricing levels.
        Parameters:
        membershipsDurationAtLevels - membershipsDurationAtLevels or null for none
      • clone

        public MembershipsDetails clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy