Package com.microsoft.graph.models
Class AppLogCollectionDownloadDetails
java.lang.Object
com.microsoft.graph.models.AppLogCollectionDownloadDetails
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class AppLogCollectionDownloadDetails
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the App Log Collection Download Details.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe App Log Decryption Algorithm.The Decryption Key.The Download Url.the OData type of the object as returned by the service -
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 -
appLogDecryptionAlgorithm
@SerializedName(value="appLogDecryptionAlgorithm", alternate="AppLogDecryptionAlgorithm") @Expose @Nullable public AppLogDecryptionAlgorithm appLogDecryptionAlgorithmThe App Log Decryption Algorithm. Decryption algorithm for Content. Default is ASE256. Possible values are: aes256, unknownFutureValue. -
decryptionKey
@SerializedName(value="decryptionKey", alternate="DecryptionKey") @Expose @Nullable public String decryptionKeyThe Decryption Key. Decryption key that used to decrypt the log. -
downloadUrl
@SerializedName(value="downloadUrl", alternate="DownloadUrl") @Expose @Nullable public String downloadUrlThe Download Url. Download SAS (Shared Access Signature) Url for completed app log request.
-
-
Constructor Details
-
AppLogCollectionDownloadDetails
public AppLogCollectionDownloadDetails()
-
-
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
-