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

target.apidocs.com.google.api.services.sheets.v4.model.UpdateConditionalFormatRuleResponse.html Maven / Gradle / Ivy

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






UpdateConditionalFormatRuleResponse (Google Sheets API v4-rev20240319-2.0.0)












com.google.api.services.sheets.v4.model

Class UpdateConditionalFormatRuleResponse

    • Constructor Detail

      • UpdateConditionalFormatRuleResponse

        public UpdateConditionalFormatRuleResponse()
    • Method Detail

      • getNewIndex

        public Integer getNewIndex()
        The index of the new rule.
        Returns:
        value or null for none
      • getNewRule

        public ConditionalFormatRule getNewRule()
        The new rule that replaced the old rule (if replacing), or the rule that was moved (if moved)
        Returns:
        value or null for none
      • getOldIndex

        public Integer getOldIndex()
        The old index of the rule. Not set if a rule was replaced (because it is the same as new_index).
        Returns:
        value or null for none
      • setOldIndex

        public UpdateConditionalFormatRuleResponse setOldIndex(Integer oldIndex)
        The old index of the rule. Not set if a rule was replaced (because it is the same as new_index).
        Parameters:
        oldIndex - oldIndex or null for none
      • getOldRule

        public ConditionalFormatRule getOldRule()
        The old (deleted) rule. Not set if a rule was moved (because it is the same as new_rule).
        Returns:
        value or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy