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

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







AccessPolicy (YouTube Data API v3 v3-rev20220612-1.32.1)












com.google.api.services.youtube.model

Class AccessPolicy

    • Constructor Detail

      • AccessPolicy

        public AccessPolicy()
    • Method Detail

      • getAllowed

        public Boolean getAllowed()
        The value of allowed indicates whether the access to the policy is allowed or denied by default.
        Returns:
        value or null for none
      • setAllowed

        public AccessPolicy setAllowed(Boolean allowed)
        The value of allowed indicates whether the access to the policy is allowed or denied by default.
        Parameters:
        allowed - allowed or null for none
      • getException

        public List<String> getException()
        A list of region codes that identify countries where the default policy do not apply.
        Returns:
        value or null for none
      • setException

        public AccessPolicy setException(List<String> exception)
        A list of region codes that identify countries where the default policy do not apply.
        Parameters:
        exception - exception or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy