Class MicrosoftGraphFileSystemInfo
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphFileSystemInfo
-
public final class MicrosoftGraphFileSystemInfo extends Object
fileSystemInfo.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphFileSystemInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: fileSystemInfo.OffsetDateTime
createdDateTime()
Get the createdDateTime property: The UTC date and time the file was created on a client.OffsetDateTime
lastAccessedDateTime()
Get the lastAccessedDateTime property: The UTC date and time the file was last accessed.OffsetDateTime
lastModifiedDateTime()
Get the lastModifiedDateTime property: The UTC date and time the file was last modified on a client.void
validate()
Validates the instance.MicrosoftGraphFileSystemInfo
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: fileSystemInfo.MicrosoftGraphFileSystemInfo
withCreatedDateTime(OffsetDateTime createdDateTime)
Set the createdDateTime property: The UTC date and time the file was created on a client.MicrosoftGraphFileSystemInfo
withLastAccessedDateTime(OffsetDateTime lastAccessedDateTime)
Set the lastAccessedDateTime property: The UTC date and time the file was last accessed.MicrosoftGraphFileSystemInfo
withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Set the lastModifiedDateTime property: The UTC date and time the file was last modified on a client.
-
-
-
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.
-
-