Class MicrosoftGraphFileSystemInfo


  • public final class MicrosoftGraphFileSystemInfo
    extends Object
    fileSystemInfo.
    • Constructor Detail

      • MicrosoftGraphFileSystemInfo

        public MicrosoftGraphFileSystemInfo()
    • Method Detail

      • createdDateTime

        public OffsetDateTime createdDateTime()
        Get the createdDateTime property: The UTC date and time the file was created on a client.
        Returns:
        the createdDateTime value.
      • withCreatedDateTime

        public MicrosoftGraphFileSystemInfo withCreatedDateTime​(OffsetDateTime createdDateTime)
        Set the createdDateTime property: The UTC date and time the file was created on a client.
        Parameters:
        createdDateTime - the createdDateTime value to set.
        Returns:
        the MicrosoftGraphFileSystemInfo object itself.
      • lastAccessedDateTime

        public OffsetDateTime lastAccessedDateTime()
        Get the lastAccessedDateTime property: The UTC date and time the file was last accessed. Available for the recent file list only.
        Returns:
        the lastAccessedDateTime value.
      • withLastAccessedDateTime

        public MicrosoftGraphFileSystemInfo withLastAccessedDateTime​(OffsetDateTime lastAccessedDateTime)
        Set the lastAccessedDateTime property: The UTC date and time the file was last accessed. Available for the recent file list only.
        Parameters:
        lastAccessedDateTime - the lastAccessedDateTime value to set.
        Returns:
        the MicrosoftGraphFileSystemInfo object itself.
      • lastModifiedDateTime

        public OffsetDateTime lastModifiedDateTime()
        Get the lastModifiedDateTime property: The UTC date and time the file was last modified on a client.
        Returns:
        the lastModifiedDateTime value.
      • withLastModifiedDateTime

        public MicrosoftGraphFileSystemInfo withLastModifiedDateTime​(OffsetDateTime lastModifiedDateTime)
        Set the lastModifiedDateTime property: The UTC date and time the file was last modified on a client.
        Parameters:
        lastModifiedDateTime - the lastModifiedDateTime value to set.
        Returns:
        the MicrosoftGraphFileSystemInfo object itself.
      • additionalProperties

        public Map<String,​Object> additionalProperties()
        Get the additionalProperties property: fileSystemInfo.
        Returns:
        the additionalProperties value.
      • withAdditionalProperties

        public MicrosoftGraphFileSystemInfo withAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: fileSystemInfo.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the MicrosoftGraphFileSystemInfo object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.