Class MobileAppContentFile

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

public class MobileAppContentFile extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Mobile App Content File.
  • Field Details

    • azureStorageUri

      @SerializedName(value="azureStorageUri", alternate="AzureStorageUri") @Expose @Nullable public String azureStorageUri
      The Azure Storage Uri. The Azure Storage URI.
    • azureStorageUriExpirationDateTime

      @SerializedName(value="azureStorageUriExpirationDateTime", alternate="AzureStorageUriExpirationDateTime") @Expose @Nullable public OffsetDateTime azureStorageUriExpirationDateTime
      The Azure Storage Uri Expiration Date Time. The time the Azure storage Uri expires.
    • createdDateTime

      @SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTime
      The Created Date Time. The time the file was created.
    • isCommitted

      @SerializedName(value="isCommitted", alternate="IsCommitted") @Expose @Nullable public Boolean isCommitted
      The Is Committed. A value indicating whether the file is committed.
    • manifest

      @SerializedName(value="manifest", alternate="Manifest") @Expose @Nullable public byte[] manifest
      The Manifest. The manifest information.
    • name

      @SerializedName(value="name", alternate="Name") @Expose @Nullable public String name
      The Name. the file name.
    • size

      @SerializedName(value="size", alternate="Size") @Expose @Nullable public Long size
      The Size. The size of the file prior to encryption.
    • sizeEncrypted

      @SerializedName(value="sizeEncrypted", alternate="SizeEncrypted") @Expose @Nullable public Long sizeEncrypted
      The Size Encrypted. The size of the file after encryption.
    • uploadState

      @SerializedName(value="uploadState", alternate="UploadState") @Expose @Nullable public MobileAppContentFileUploadState uploadState
      The Upload State. The state of the current upload request. Possible values are: success, transientError, error, unknown, azureStorageUriRequestSuccess, azureStorageUriRequestPending, azureStorageUriRequestFailed, azureStorageUriRequestTimedOut, azureStorageUriRenewalSuccess, azureStorageUriRenewalPending, azureStorageUriRenewalFailed, azureStorageUriRenewalTimedOut, commitFileSuccess, commitFilePending, commitFileFailed, commitFileTimedOut.
  • Constructor Details

    • MobileAppContentFile

      public MobileAppContentFile()
  • 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