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

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

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






ModifyLabelsResponse (Google Drive API v2-rev20240521-2.0.0)












com.google.api.services.drive.model

Class ModifyLabelsResponse

  • All Implemented Interfaces:
    Cloneable, Map<String,Object>


    public final class ModifyLabelsResponse
    extends com.google.api.client.json.GenericJson
    Response to a ModifyLabels request. This contains only those labels which were added or updated by the request.

    This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Drive API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json

    Author:
    Google, Inc.
    • Constructor Detail

      • ModifyLabelsResponse

        public ModifyLabelsResponse()
    • Method Detail

      • getKind

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

        public ModifyLabelsResponse setKind(String kind)
        This is always `drive#modifyLabelsResponse`
        Parameters:
        kind - kind or null for none
      • getModifiedLabels

        public List<Label> getModifiedLabels()
        The list of labels which were added or updated by the request.
        Returns:
        value or null for none
      • setModifiedLabels

        public ModifyLabelsResponse setModifiedLabels(List<Label> modifiedLabels)
        The list of labels which were added or updated by the request.
        Parameters:
        modifiedLabels - modifiedLabels or null for none
      • clone

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