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

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

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






GeneratedIds (Drive API v2-rev20180830-1.26.0)












com.google.api.services.drive.model

Class GeneratedIds

    • Constructor Detail

      • GeneratedIds

        public GeneratedIds()
    • Method Detail

      • getIds

        public List<String> getIds()
        The IDs generated for the requesting user in the specified space.
        Returns:
        value or null for none
      • setIds

        public GeneratedIds setIds(List<String> ids)
        The IDs generated for the requesting user in the specified space.
        Parameters:
        ids - ids or null for none
      • getKind

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

        public GeneratedIds setKind(String kind)
        This is always drive#generatedIds
        Parameters:
        kind - kind or null for none
      • getSpace

        public String getSpace()
        The type of file that can be created with these IDs.
        Returns:
        value or null for none
      • setSpace

        public GeneratedIds setSpace(String space)
        The type of file that can be created with these IDs.
        Parameters:
        space - space or null for none
      • set

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

        public GeneratedIds clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2018 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy