Class MicrosoftGraphFileSystemInfo
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphFileSystemInfo
fileSystemInfo.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphFileSystemInfo class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: fileSystemInfo.Get the createdDateTime property: The UTC date and time the file was created on a client.Get the lastAccessedDateTime property: The UTC date and time the file was last accessed.Get the lastModifiedDateTime property: The UTC date and time the file was last modified on a client.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: fileSystemInfo.withCreatedDateTime(OffsetDateTime createdDateTime) Set the createdDateTime property: The UTC date and time the file was created on a client.withLastAccessedDateTime(OffsetDateTime lastAccessedDateTime) Set the lastAccessedDateTime property: The UTC date and time the file was last accessed.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) Set the lastModifiedDateTime property: The UTC date and time the file was last modified on a client.
-
Constructor Details
-
MicrosoftGraphFileSystemInfo
public MicrosoftGraphFileSystemInfo()Creates an instance of MicrosoftGraphFileSystemInfo class.
-
-
Method Details
-
createdDateTime
Get the createdDateTime property: The UTC date and time the file was created on a client.- Returns:
- the createdDateTime value.
-
withCreatedDateTime
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
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
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
Get the lastModifiedDateTime property: The UTC date and time the file was last modified on a client.- Returns:
- the lastModifiedDateTime value.
-
withLastModifiedDateTime
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
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.
-