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

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







MembershipsDuration (YouTube Data API v3 v3-rev20240303-2.0.0)












com.google.api.services.youtube.model

Class MembershipsDuration

    • Constructor Detail

      • MembershipsDuration

        public MembershipsDuration()
    • Method Detail

      • getMemberSince

        public String getMemberSince()
        The date and time when the user became a continuous member across all levels.
        Returns:
        value or null for none
      • setMemberSince

        public MembershipsDuration setMemberSince(String memberSince)
        The date and time when the user became a continuous member across all levels.
        Parameters:
        memberSince - memberSince or null for none
      • getMemberTotalDurationMonths

        public Integer getMemberTotalDurationMonths()
        The cumulative time the user has been a member across all levels in complete months (the time is rounded down to the nearest integer).
        Returns:
        value or null for none
      • setMemberTotalDurationMonths

        public MembershipsDuration setMemberTotalDurationMonths(Integer memberTotalDurationMonths)
        The cumulative time the user has been a member across all levels in complete months (the time is rounded down to the nearest integer).
        Parameters:
        memberTotalDurationMonths - memberTotalDurationMonths or null for none
      • clone

        public MembershipsDuration 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