MicrosoftGraphFileSystemInfo Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphFileSystemInfo

public final class MicrosoftGraphFileSystemInfo

fileSystemInfo.

Constructor Summary

Constructor Description
MicrosoftGraphFileSystemInfo()

Creates an instance of MicrosoftGraphFileSystemInfo class.

Method Summary

Modifier and Type Method and 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.

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphFileSystemInfo

public MicrosoftGraphFileSystemInfo()

Creates an instance of MicrosoftGraphFileSystemInfo class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: fileSystemInfo.

Returns:

the additionalProperties value.

createdDateTime

public OffsetDateTime createdDateTime()

Get the createdDateTime property: The UTC date and time the file was created on a client.

Returns:

the createdDateTime value.

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.

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.

validate

public void validate()

Validates the instance.

withAdditionalProperties

public MicrosoftGraphFileSystemInfo withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: fileSystemInfo.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphFileSystemInfo object itself.

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.

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.

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.

Applies to