MicrosoftGraphFileSystemInfo Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphFileSystemInfo
- com.
Implements
public final class MicrosoftGraphFileSystemInfo
implements JsonSerializable<MicrosoftGraphFileSystemInfo>
fileSystemInfo.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphFileSystemInfo() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
Offset |
createdDateTime()
Get the created |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Offset |
lastAccessedDateTime()
Get the last |
Offset |
lastModifiedDateTime()
Get the last |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withCreatedDateTime(OffsetDateTime createdDateTime)
Set the created |
Microsoft |
withLastAccessedDateTime(OffsetDateTime lastAccessedDateTime)
Set the last |
Microsoft |
withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Set the last |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphFileSystemInfo
public MicrosoftGraphFileSystemInfo()
Creates an instance of MicrosoftGraphFileSystemInfo class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: fileSystemInfo.
Returns:
createdDateTime
public OffsetDateTime createdDateTime()
Get the createdDateTime property: The UTC date and time the file was created on a client.
Returns:
fromJson
public static MicrosoftGraphFileSystemInfo fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphFileSystemInfo from the JsonReader.
Parameters:
Returns:
Throws:
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:
lastModifiedDateTime
public OffsetDateTime lastModifiedDateTime()
Get the lastModifiedDateTime property: The UTC date and time the file was last modified on a client.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphFileSystemInfo withAdditionalProperties(Map
Set the additionalProperties property: fileSystemInfo.
Parameters:
Returns:
withCreatedDateTime
public MicrosoftGraphFileSystemInfo withCreatedDateTime(OffsetDateTime createdDateTime)
Set the createdDateTime property: The UTC date and time the file was created on a client.
Parameters:
Returns:
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:
Returns:
withLastModifiedDateTime
public MicrosoftGraphFileSystemInfo withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Set the lastModifiedDateTime property: The UTC date and time the file was last modified on a client.
Parameters:
Returns:
Applies to
Azure SDK for Java