Class FileDetails
java.lang.Object
com.microsoft.graph.security.models.FileDetails
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
The class for the File Details.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe File Name.The File Path.The File Publisher.The File Size.The Issuer.the OData type of the object as returned by the serviceThe Sha1.The Sha256.The Signer. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
fileName
The File Name. The name of the file. -
filePath
The File Path. The file path (location) of the file instance. -
filePublisher
@SerializedName(value="filePublisher", alternate="FilePublisher") @Expose @Nullable public String filePublisherThe File Publisher. The publisher of the file. -
fileSize
The File Size. The size of the file in bytes. -
issuer
The Issuer. The certificate authority (CA) that issued the certificate. -
sha1
The Sha1. The Sha1 cryptographic hash of the file content. -
sha256
The Sha256. The Sha256 cryptographic hash of the file content. -
signer
The Signer. The signer of the signed file.
-
-
Constructor Details
-
FileDetails
public FileDetails()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-