MicrosoftGraphFile Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphFile
- com.
Implements
public final class MicrosoftGraphFile
implements JsonSerializable<MicrosoftGraphFile>
file.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphFile() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Microsoft |
hashes()
Get the hashes property: hashes. |
String |
mimeType()
Get the mime |
Boolean |
processingMetadata()
Get the processing |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withHashes(MicrosoftGraphHashes hashes)
Set the hashes property: hashes. |
Microsoft |
withMimeType(String mimeType)
Set the mime |
Microsoft |
withProcessingMetadata(Boolean processingMetadata)
Set the processing |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphFile
public MicrosoftGraphFile()
Creates an instance of MicrosoftGraphFile class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: file.
Returns:
fromJson
public static MicrosoftGraphFile fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphFile from the JsonReader.
Parameters:
Returns:
Throws:
hashes
public MicrosoftGraphHashes hashes()
Get the hashes property: hashes.
Returns:
mimeType
public String mimeType()
Get the mimeType property: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only.
Returns:
processingMetadata
public Boolean processingMetadata()
Get the processingMetadata property: The processingMetadata property.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphFile withAdditionalProperties(Map
Set the additionalProperties property: file.
Parameters:
Returns:
withHashes
public MicrosoftGraphFile withHashes(MicrosoftGraphHashes hashes)
Set the hashes property: hashes.
Parameters:
Returns:
withMimeType
public MicrosoftGraphFile withMimeType(String mimeType)
Set the mimeType property: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only.
Parameters:
Returns:
withProcessingMetadata
public MicrosoftGraphFile withProcessingMetadata(Boolean processingMetadata)
Set the processingMetadata property: The processingMetadata property.
Parameters:
Returns:
Applies to
Azure SDK for Java