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

target.apidocs.com.google.api.services.drive.model.LabelFieldModification.html Maven / Gradle / Ivy

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






LabelFieldModification (Google Drive API v3-rev20240123-2.0.0)












com.google.api.services.drive.model

Class LabelFieldModification

    • Constructor Detail

      • LabelFieldModification

        public LabelFieldModification()
    • Method Detail

      • getFieldId

        public String getFieldId()
        The ID of the field to be modified.
        Returns:
        value or null for none
      • setFieldId

        public LabelFieldModification setFieldId(String fieldId)
        The ID of the field to be modified.
        Parameters:
        fieldId - fieldId or null for none
      • getKind

        public String getKind()
        This is always drive#labelFieldModification.
        Returns:
        value or null for none
      • setKind

        public LabelFieldModification setKind(String kind)
        This is always drive#labelFieldModification.
        Parameters:
        kind - kind or null for none
      • getSetDateValues

        public List<com.google.api.client.util.DateTime> getSetDateValues()
        Replaces the value of a dateString Field with these new values. The string must be in the RFC 3339 full-date format: YYYY-MM-DD.
        Returns:
        value or null for none
      • setSetDateValues

        public LabelFieldModification setSetDateValues(List<com.google.api.client.util.DateTime> setDateValues)
        Replaces the value of a dateString Field with these new values. The string must be in the RFC 3339 full-date format: YYYY-MM-DD.
        Parameters:
        setDateValues - setDateValues or null for none
      • getSetIntegerValues

        public List<Long> getSetIntegerValues()
        Replaces the value of an `integer` field with these new values.
        Returns:
        value or null for none
      • setSetIntegerValues

        public LabelFieldModification setSetIntegerValues(List<Long> setIntegerValues)
        Replaces the value of an `integer` field with these new values.
        Parameters:
        setIntegerValues - setIntegerValues or null for none
      • getSetSelectionValues

        public List<String> getSetSelectionValues()
        Replaces a `selection` field with these new values.
        Returns:
        value or null for none
      • setSetSelectionValues

        public LabelFieldModification setSetSelectionValues(List<String> setSelectionValues)
        Replaces a `selection` field with these new values.
        Parameters:
        setSelectionValues - setSelectionValues or null for none
      • getSetTextValues

        public List<String> getSetTextValues()
        Sets the value of a `text` field.
        Returns:
        value or null for none
      • setSetTextValues

        public LabelFieldModification setSetTextValues(List<String> setTextValues)
        Sets the value of a `text` field.
        Parameters:
        setTextValues - setTextValues or null for none
      • getSetUserValues

        public List<String> getSetUserValues()
        Replaces a `user` field with these new values. The values must be valid email addresses.
        Returns:
        value or null for none
      • setSetUserValues

        public LabelFieldModification setSetUserValues(List<String> setUserValues)
        Replaces a `user` field with these new values. The values must be valid email addresses.
        Parameters:
        setUserValues - setUserValues or null for none
      • getUnsetValues

        public Boolean getUnsetValues()
        Unsets the values for this field.
        Returns:
        value or null for none
      • setUnsetValues

        public LabelFieldModification setUnsetValues(Boolean unsetValues)
        Unsets the values for this field.
        Parameters:
        unsetValues - unsetValues or null for none
      • clone

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