public class MobileAppContentFile extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
azureStorageUri
The Azure Storage Uri.
|
java.time.OffsetDateTime |
azureStorageUriExpirationDateTime
The Azure Storage Uri Expiration Date Time.
|
java.time.OffsetDateTime |
createdDateTime
The Created Date Time.
|
java.lang.Boolean |
isCommitted
The Is Committed.
|
byte[] |
manifest
The Manifest.
|
java.lang.String |
name
The Name.
|
java.lang.Long |
size
The Size.
|
java.lang.Long |
sizeEncrypted
The Size Encrypted.
|
MobileAppContentFileUploadState |
uploadState
The Upload State.
|
| Constructor and Description |
|---|
MobileAppContentFile() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="azureStorageUri",
alternate="AzureStorageUri")
@Expose
@Nullable
public java.lang.String azureStorageUri
@SerializedName(value="azureStorageUriExpirationDateTime",
alternate="AzureStorageUriExpirationDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime azureStorageUriExpirationDateTime
@SerializedName(value="createdDateTime",
alternate="CreatedDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime createdDateTime
@SerializedName(value="isCommitted",
alternate="IsCommitted")
@Expose
@Nullable
public java.lang.Boolean isCommitted
@SerializedName(value="manifest",
alternate="Manifest")
@Expose
@Nullable
public byte[] manifest
@SerializedName(value="name",
alternate="Name")
@Expose
@Nullable
public java.lang.String name
@SerializedName(value="size",
alternate="Size")
@Expose
@Nullable
public java.lang.Long size
@SerializedName(value="sizeEncrypted",
alternate="SizeEncrypted")
@Expose
@Nullable
public java.lang.Long sizeEncrypted
@SerializedName(value="uploadState",
alternate="UploadState")
@Expose
@Nullable
public MobileAppContentFileUploadState uploadState
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to