Class AppLogCollectionRequest

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.AppLogCollectionRequest
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class AppLogCollectionRequest extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the App Log Collection Request.
  • Field Details

    • completedDateTime

      @SerializedName(value="completedDateTime", alternate="CompletedDateTime") @Expose @Nullable public OffsetDateTime completedDateTime
      The Completed Date Time. Time at which the upload log request reached a completed state if not completed yet NULL will be returned.
    • customLogFolders

      @SerializedName(value="customLogFolders", alternate="CustomLogFolders") @Expose @Nullable public List<String> customLogFolders
      The Custom Log Folders. List of log folders.
    • errorMessage

      @SerializedName(value="errorMessage", alternate="ErrorMessage") @Expose @Nullable public String errorMessage
      The Error Message. Indicates error message if any during the upload process.
    • status

      @SerializedName(value="status", alternate="Status") @Expose @Nullable public AppLogUploadState status
      The Status. Indicates the status for the app log collection request if it is pending, completed or failed, Default is pending. Possible values are: pending, completed, failed, unknownFutureValue.
  • Constructor Details

    • AppLogCollectionRequest

      public AppLogCollectionRequest()
  • Method Details

    • 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
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to