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 Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • appLogDecryptionAlgorithm

      @SerializedName(value="appLogDecryptionAlgorithm", alternate="AppLogDecryptionAlgorithm") @Expose @Nullable public AppLogDecryptionAlgorithm appLogDecryptionAlgorithm
      The 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 decryptionKey
      The Decryption Key. Decryption key that used to decrypt the log.
    • downloadUrl

      @SerializedName(value="downloadUrl", alternate="DownloadUrl") @Expose @Nullable public String downloadUrl
      The 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:
      additionalDataManager in interface com.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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to