Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphFile
-
Packages that use MicrosoftGraphFile Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphFile in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphFile Modifier and Type Method Description MicrosoftGraphFile
MicrosoftGraphDriveItem. file()
Get the file property: file.MicrosoftGraphFile
MicrosoftGraphRemoteItem. file()
Get the file property: file.MicrosoftGraphFile
MicrosoftGraphFile. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: file.MicrosoftGraphFile
MicrosoftGraphFile. withHashes(MicrosoftGraphHashes hashes)
Set the hashes property: hashes.MicrosoftGraphFile
MicrosoftGraphFile. withMimeType(String mimeType)
Set the mimeType property: The MIME type for the file.MicrosoftGraphFile
MicrosoftGraphFile. withProcessingMetadata(Boolean processingMetadata)
Set the processingMetadata property: The processingMetadata property.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphFile Modifier and Type Method Description MicrosoftGraphDriveItem
MicrosoftGraphDriveItem. withFile(MicrosoftGraphFile file)
Set the file property: file.MicrosoftGraphRemoteItem
MicrosoftGraphRemoteItem. withFile(MicrosoftGraphFile file)
Set the file property: file.
-