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

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







Change (Drive API v2-rev20180830-1.26.0)












com.google.api.services.drive.model

Class Change

    • Constructor Detail

      • Change

        public Change()
    • Method Detail

      • getDeleted

        public Boolean getDeleted()
        Whether the file or Team Drive has been removed from this list of changes, for example by deletion or loss of access.
        Returns:
        value or null for none
      • setDeleted

        public Change setDeleted(Boolean deleted)
        Whether the file or Team Drive has been removed from this list of changes, for example by deletion or loss of access.
        Parameters:
        deleted - deleted or null for none
      • getFile

        public File getFile()
        The updated state of the file. Present if the type is file and the file has not been removed from this list of changes.
        Returns:
        value or null for none
      • setFile

        public Change setFile(File file)
        The updated state of the file. Present if the type is file and the file has not been removed from this list of changes.
        Parameters:
        file - file or null for none
      • getFileId

        public String getFileId()
        The ID of the file associated with this change.
        Returns:
        value or null for none
      • setFileId

        public Change setFileId(String fileId)
        The ID of the file associated with this change.
        Parameters:
        fileId - fileId or null for none
      • getId

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

        public Change setId(Long id)
        The ID of the change.
        Parameters:
        id - id or null for none
      • getKind

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

        public Change setKind(String kind)
        This is always drive#change.
        Parameters:
        kind - kind or null for none
      • getModificationDate

        public com.google.api.client.util.DateTime getModificationDate()
        The time of this modification.
        Returns:
        value or null for none
      • setModificationDate

        public Change setModificationDate(com.google.api.client.util.DateTime modificationDate)
        The time of this modification.
        Parameters:
        modificationDate - modificationDate or null for none
      • getSelfLink

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

        public Change setSelfLink(String selfLink)
        A link back to this change.
        Parameters:
        selfLink - selfLink or null for none
      • getTeamDrive

        public TeamDrive getTeamDrive()
        The updated state of the Team Drive. Present if the type is teamDrive, the user is still a member of the Team Drive, and the Team Drive has not been deleted.
        Returns:
        value or null for none
      • setTeamDrive

        public Change setTeamDrive(TeamDrive teamDrive)
        The updated state of the Team Drive. Present if the type is teamDrive, the user is still a member of the Team Drive, and the Team Drive has not been deleted.
        Parameters:
        teamDrive - teamDrive or null for none
      • getTeamDriveId

        public String getTeamDriveId()
        The ID of the Team Drive associated with this change.
        Returns:
        value or null for none
      • setTeamDriveId

        public Change setTeamDriveId(String teamDriveId)
        The ID of the Team Drive associated with this change.
        Parameters:
        teamDriveId - teamDriveId or null for none
      • getType

        public String getType()
        The type of the change. Possible values are file and teamDrive.
        Returns:
        value or null for none
      • setType

        public Change setType(String type)
        The type of the change. Possible values are file and teamDrive.
        Parameters:
        type - type or null for none
      • set

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

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