Class FileSystemInfo

java.lang.Object
com.microsoft.graph.models.FileSystemInfo
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class FileSystemInfo extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the File System Info.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • createdDateTime

      @SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTime
      The Created Date Time. The UTC date and time the file was created on a client.
    • lastAccessedDateTime

      @SerializedName(value="lastAccessedDateTime", alternate="LastAccessedDateTime") @Expose @Nullable public OffsetDateTime lastAccessedDateTime
      The Last Accessed Date Time. The UTC date and time the file was last accessed. Available for the recent file list only.
    • lastModifiedDateTime

      @SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTime
      The Last Modified Date Time. The UTC date and time the file was last modified on a client.
  • Constructor Details

    • FileSystemInfo

      public FileSystemInfo()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to