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 MicrosoftGraphFileMicrosoftGraphDriveItem. file()Get the file property: file.MicrosoftGraphFileMicrosoftGraphRemoteItem. file()Get the file property: file.MicrosoftGraphFileMicrosoftGraphFile. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: file.MicrosoftGraphFileMicrosoftGraphFile. withHashes(MicrosoftGraphHashes hashes)Set the hashes property: hashes.MicrosoftGraphFileMicrosoftGraphFile. withMimeType(String mimeType)Set the mimeType property: The MIME type for the file.MicrosoftGraphFileMicrosoftGraphFile. 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 MicrosoftGraphDriveItemMicrosoftGraphDriveItem. withFile(MicrosoftGraphFile file)Set the file property: file.MicrosoftGraphRemoteItemMicrosoftGraphRemoteItem. withFile(MicrosoftGraphFile file)Set the file property: file.
-