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

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

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






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












com.google.api.services.youtube.model

Class VideoStatus

    • Constructor Detail

      • VideoStatus

        public VideoStatus()
    • Method Detail

      • getEmbeddable

        public Boolean getEmbeddable()
        This value indicates if the video can be embedded on another website. @mutable youtube.videos.insert youtube.videos.update
        Returns:
        value or null for none
      • setEmbeddable

        public VideoStatus setEmbeddable(Boolean embeddable)
        This value indicates if the video can be embedded on another website. @mutable youtube.videos.insert youtube.videos.update
        Parameters:
        embeddable - embeddable or null for none
      • getFailureReason

        public String getFailureReason()
        This value explains why a video failed to upload. This property is only present if the uploadStatus property indicates that the upload failed.
        Returns:
        value or null for none
      • setFailureReason

        public VideoStatus setFailureReason(String failureReason)
        This value explains why a video failed to upload. This property is only present if the uploadStatus property indicates that the upload failed.
        Parameters:
        failureReason - failureReason or null for none
      • getLicense

        public String getLicense()
        The video's license. @mutable youtube.videos.insert youtube.videos.update
        Returns:
        value or null for none
      • setLicense

        public VideoStatus setLicense(String license)
        The video's license. @mutable youtube.videos.insert youtube.videos.update
        Parameters:
        license - license or null for none
      • getMadeForKids

        public Boolean getMadeForKids()
        Returns:
        value or null for none
      • setMadeForKids

        public VideoStatus setMadeForKids(Boolean madeForKids)
        Parameters:
        madeForKids - madeForKids or null for none
      • getPrivacyStatus

        public String getPrivacyStatus()
        The video's privacy status.
        Returns:
        value or null for none
      • setPrivacyStatus

        public VideoStatus setPrivacyStatus(String privacyStatus)
        The video's privacy status.
        Parameters:
        privacyStatus - privacyStatus or null for none
      • getPublicStatsViewable

        public Boolean getPublicStatsViewable()
        This value indicates if the extended video statistics on the watch page can be viewed by everyone. Note that the view count, likes, etc will still be visible if this is disabled.
        Returns:
        value or null for none
      • setPublicStatsViewable

        public VideoStatus setPublicStatsViewable(Boolean publicStatsViewable)
        This value indicates if the extended video statistics on the watch page can be viewed by everyone. Note that the view count, likes, etc will still be visible if this is disabled.
        Parameters:
        publicStatsViewable - publicStatsViewable or null for none
      • getPublishAt

        public com.google.api.client.util.DateTime getPublishAt()
        The date and time when the video is scheduled to publish. It can be set only if the privacy status of the video is private..
        Returns:
        value or null for none
      • setPublishAt

        public VideoStatus setPublishAt(com.google.api.client.util.DateTime publishAt)
        The date and time when the video is scheduled to publish. It can be set only if the privacy status of the video is private..
        Parameters:
        publishAt - publishAt or null for none
      • getRejectionReason

        public String getRejectionReason()
        This value explains why YouTube rejected an uploaded video. This property is only present if the uploadStatus property indicates that the upload was rejected.
        Returns:
        value or null for none
      • setRejectionReason

        public VideoStatus setRejectionReason(String rejectionReason)
        This value explains why YouTube rejected an uploaded video. This property is only present if the uploadStatus property indicates that the upload was rejected.
        Parameters:
        rejectionReason - rejectionReason or null for none
      • getSelfDeclaredMadeForKids

        public Boolean getSelfDeclaredMadeForKids()
        Returns:
        value or null for none
      • setSelfDeclaredMadeForKids

        public VideoStatus setSelfDeclaredMadeForKids(Boolean selfDeclaredMadeForKids)
        Parameters:
        selfDeclaredMadeForKids - selfDeclaredMadeForKids or null for none
      • getUploadStatus

        public String getUploadStatus()
        The status of the uploaded video.
        Returns:
        value or null for none
      • setUploadStatus

        public VideoStatus setUploadStatus(String uploadStatus)
        The status of the uploaded video.
        Parameters:
        uploadStatus - uploadStatus or null for none
      • set

        public VideoStatus set(String fieldName,
                               Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

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