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

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






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












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
      • set

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

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