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

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

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






Label (Google Drive API v3-rev20240914-2.0.0)












com.google.api.services.drive.model

Class Label

    • Constructor Detail

      • Label

        public Label()
    • Method Detail

      • getFields

        public Map<String,LabelField> getFields()
        A map of the fields on the label, keyed by the field's ID.
        Returns:
        value or null for none
      • setFields

        public Label setFields(Map<String,LabelField> fields)
        A map of the fields on the label, keyed by the field's ID.
        Parameters:
        fields - fields or null for none
      • getId

        public String getId()
        The ID of the label.
        Returns:
        value or null for none
      • setId

        public Label setId(String id)
        The ID of the label.
        Parameters:
        id - id or null for none
      • getKind

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

        public Label setKind(String kind)
        This is always drive#label
        Parameters:
        kind - kind or null for none
      • getRevisionId

        public String getRevisionId()
        The revision ID of the label.
        Returns:
        value or null for none
      • setRevisionId

        public Label setRevisionId(String revisionId)
        The revision ID of the label.
        Parameters:
        revisionId - revisionId or null for none
      • set

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

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