public class DeviceManagementExportJob extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.time.OffsetDateTime |
expirationDateTime
The Expiration Date Time.
|
java.lang.String |
filter
The Filter.
|
DeviceManagementReportFileFormat |
format
The Format.
|
DeviceManagementExportJobLocalizationType |
localizationType
The Localization Type.
|
java.lang.String |
reportName
The Report Name.
|
java.time.OffsetDateTime |
requestDateTime
The Request Date Time.
|
java.util.List<java.lang.String> |
select
The Select.
|
java.lang.String |
snapshotId
The Snapshot Id.
|
DeviceManagementReportStatus |
status
The Status.
|
java.lang.String |
url
The Url.
|
| Constructor and Description |
|---|
DeviceManagementExportJob() |
| 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="expirationDateTime",
alternate="ExpirationDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime expirationDateTime
@SerializedName(value="filter",
alternate="Filter")
@Expose
@Nullable
public java.lang.String filter
@SerializedName(value="format",
alternate="Format")
@Expose
@Nullable
public DeviceManagementReportFileFormat format
@SerializedName(value="localizationType",
alternate="LocalizationType")
@Expose
@Nullable
public DeviceManagementExportJobLocalizationType localizationType
@SerializedName(value="reportName",
alternate="ReportName")
@Expose
@Nullable
public java.lang.String reportName
@SerializedName(value="requestDateTime",
alternate="RequestDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime requestDateTime
@SerializedName(value="select",
alternate="Select")
@Expose
@Nullable
public java.util.List<java.lang.String> select
@SerializedName(value="snapshotId",
alternate="SnapshotId")
@Expose
@Nullable
public java.lang.String snapshotId
@SerializedName(value="status",
alternate="Status")
@Expose
@Nullable
public DeviceManagementReportStatus status
@SerializedName(value="url",
alternate="Url")
@Expose
@Nullable
public java.lang.String url
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