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

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

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






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












com.google.api.services.youtube.model

Class LiveBroadcastStatus

    • Constructor Detail

      • LiveBroadcastStatus

        public LiveBroadcastStatus()
    • Method Detail

      • getLifeCycleStatus

        public String getLifeCycleStatus()
        The broadcast's status. The status can be updated using the API's liveBroadcasts.transition method.
        Returns:
        value or null for none
      • setLifeCycleStatus

        public LiveBroadcastStatus setLifeCycleStatus(String lifeCycleStatus)
        The broadcast's status. The status can be updated using the API's liveBroadcasts.transition method.
        Parameters:
        lifeCycleStatus - lifeCycleStatus or null for none
      • getLiveBroadcastPriority

        public String getLiveBroadcastPriority()
        Priority of the live broadcast event (internal state).
        Returns:
        value or null for none
      • setLiveBroadcastPriority

        public LiveBroadcastStatus setLiveBroadcastPriority(String liveBroadcastPriority)
        Priority of the live broadcast event (internal state).
        Parameters:
        liveBroadcastPriority - liveBroadcastPriority or null for none
      • getMadeForKids

        public Boolean getMadeForKids()
        Whether the broadcast is made for kids or not, decided by YouTube instead of the creator. This field is read only.
        Returns:
        value or null for none
      • setMadeForKids

        public LiveBroadcastStatus setMadeForKids(Boolean madeForKids)
        Whether the broadcast is made for kids or not, decided by YouTube instead of the creator. This field is read only.
        Parameters:
        madeForKids - madeForKids or null for none
      • getPrivacyStatus

        public String getPrivacyStatus()
        The broadcast's privacy status. Note that the broadcast represents exactly one YouTube video, so the privacy settings are identical to those supported for videos. In addition, you can set this field by modifying the broadcast resource or by setting the privacyStatus field of the corresponding video resource.
        Returns:
        value or null for none
      • setPrivacyStatus

        public LiveBroadcastStatus setPrivacyStatus(String privacyStatus)
        The broadcast's privacy status. Note that the broadcast represents exactly one YouTube video, so the privacy settings are identical to those supported for videos. In addition, you can set this field by modifying the broadcast resource or by setting the privacyStatus field of the corresponding video resource.
        Parameters:
        privacyStatus - privacyStatus or null for none
      • getRecordingStatus

        public String getRecordingStatus()
        The broadcast's recording status.
        Returns:
        value or null for none
      • setRecordingStatus

        public LiveBroadcastStatus setRecordingStatus(String recordingStatus)
        The broadcast's recording status.
        Parameters:
        recordingStatus - recordingStatus or null for none
      • getSelfDeclaredMadeForKids

        public Boolean getSelfDeclaredMadeForKids()
        This field will be set to True if the creator declares the broadcast to be kids only: go/live- cw-work.
        Returns:
        value or null for none
      • setSelfDeclaredMadeForKids

        public LiveBroadcastStatus setSelfDeclaredMadeForKids(Boolean selfDeclaredMadeForKids)
        This field will be set to True if the creator declares the broadcast to be kids only: go/live- cw-work.
        Parameters:
        selfDeclaredMadeForKids - selfDeclaredMadeForKids or null for none
      • clone

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