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

target.apidocs.com.google.api.services.content.model.InputValue.html Maven / Gradle / Ivy

There is a newer version: v2.1-rev20240825-2.0.0
Show newest version






InputValue (Content API for Shopping v2.1-rev20240609-2.0.0)












com.google.api.services.content.model

Class InputValue

    • Constructor Detail

      • InputValue

        public InputValue()
    • Method Detail

      • getCheckboxInputValue

        public InputValueCheckboxInputValue getCheckboxInputValue()
        Value for checkbox input field.
        Returns:
        value or null for none
      • setCheckboxInputValue

        public InputValue setCheckboxInputValue(InputValueCheckboxInputValue checkboxInputValue)
        Value for checkbox input field.
        Parameters:
        checkboxInputValue - checkboxInputValue or null for none
      • getChoiceInputValue

        public InputValueChoiceInputValue getChoiceInputValue()
        Value for choice input field.
        Returns:
        value or null for none
      • setChoiceInputValue

        public InputValue setChoiceInputValue(InputValueChoiceInputValue choiceInputValue)
        Value for choice input field.
        Parameters:
        choiceInputValue - choiceInputValue or null for none
      • getInputFieldId

        public String getInputFieldId()
        Required. Id of the corresponding input field.
        Returns:
        value or null for none
      • setInputFieldId

        public InputValue setInputFieldId(String inputFieldId)
        Required. Id of the corresponding input field.
        Parameters:
        inputFieldId - inputFieldId or null for none
      • getTextInputValue

        public InputValueTextInputValue getTextInputValue()
        Value for text input field.
        Returns:
        value or null for none
      • setTextInputValue

        public InputValue setTextInputValue(InputValueTextInputValue textInputValue)
        Value for text input field.
        Parameters:
        textInputValue - textInputValue or null for none
      • set

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

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