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

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







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












com.google.api.services.youtube.model

Class PropertyValue

    • Constructor Detail

      • PropertyValue

        public PropertyValue()
    • Method Detail

      • getProperty

        public String getProperty()
        A property.
        Returns:
        value or null for none
      • setProperty

        public PropertyValue setProperty(String property)
        A property.
        Parameters:
        property - property or null for none
      • getValue

        public String getValue()
        The property's value.
        Returns:
        value or null for none
      • setValue

        public PropertyValue setValue(String value)
        The property's value.
        Parameters:
        value - value or null for none
      • set

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

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