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

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

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






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












com.google.api.services.youtube.model

Class SubscriptionContentDetails

    • Constructor Detail

      • SubscriptionContentDetails

        public SubscriptionContentDetails()
    • Method Detail

      • getActivityType

        public String getActivityType()
        The type of activity this subscription is for (only uploads, everything).
        Returns:
        value or null for none
      • setActivityType

        public SubscriptionContentDetails setActivityType(String activityType)
        The type of activity this subscription is for (only uploads, everything).
        Parameters:
        activityType - activityType or null for none
      • getNewItemCount

        public Long getNewItemCount()
        The number of new items in the subscription since its content was last read.
        Returns:
        value or null for none
      • setNewItemCount

        public SubscriptionContentDetails setNewItemCount(Long newItemCount)
        The number of new items in the subscription since its content was last read.
        Parameters:
        newItemCount - newItemCount or null for none
      • getTotalItemCount

        public Long getTotalItemCount()
        The approximate number of items that the subscription points to.
        Returns:
        value or null for none
      • setTotalItemCount

        public SubscriptionContentDetails setTotalItemCount(Long totalItemCount)
        The approximate number of items that the subscription points to.
        Parameters:
        totalItemCount - totalItemCount or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy