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

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

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






ParentReference (Drive API v2-rev20180830-1.26.0)












com.google.api.services.drive.model

Class ParentReference

    • Constructor Detail

      • ParentReference

        public ParentReference()
    • Method Detail

      • getId

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

        public ParentReference setId(String id)
        The ID of the parent.
        Parameters:
        id - id or null for none
      • getIsRoot

        public Boolean getIsRoot()
        Whether or not the parent is the root folder.
        Returns:
        value or null for none
      • setIsRoot

        public ParentReference setIsRoot(Boolean isRoot)
        Whether or not the parent is the root folder.
        Parameters:
        isRoot - isRoot or null for none
      • getKind

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

        public ParentReference setKind(String kind)
        This is always drive#parentReference.
        Parameters:
        kind - kind or null for none
      • getParentLink

        public String getParentLink()
        A link to the parent.
        Returns:
        value or null for none
      • setParentLink

        public ParentReference setParentLink(String parentLink)
        A link to the parent.
        Parameters:
        parentLink - parentLink or null for none
      • getSelfLink

        public String getSelfLink()
        A link back to this reference.
        Returns:
        value or null for none
      • setSelfLink

        public ParentReference setSelfLink(String selfLink)
        A link back to this reference.
        Parameters:
        selfLink - selfLink or null for none
      • clone

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