public class DeviceManagementPartner extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
displayName
The Display Name.
|
java.lang.Boolean |
isConfigured
The Is Configured.
|
java.time.OffsetDateTime |
lastHeartbeatDateTime
The Last Heartbeat Date Time.
|
DeviceManagementPartnerAppType |
partnerAppType
The Partner App Type.
|
DeviceManagementPartnerTenantState |
partnerState
The Partner State.
|
java.lang.String |
singleTenantAppId
The Single Tenant App Id.
|
java.time.OffsetDateTime |
whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime
The When Partner Devices Will Be Marked As Non Compliant Date Time.
|
java.time.OffsetDateTime |
whenPartnerDevicesWillBeRemovedDateTime
The When Partner Devices Will Be Removed Date Time.
|
| Constructor and Description |
|---|
DeviceManagementPartner() |
| 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="displayName",
alternate="DisplayName")
@Expose
@Nullable
public java.lang.String displayName
@SerializedName(value="isConfigured",
alternate="IsConfigured")
@Expose
@Nullable
public java.lang.Boolean isConfigured
@SerializedName(value="lastHeartbeatDateTime",
alternate="LastHeartbeatDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime lastHeartbeatDateTime
@SerializedName(value="partnerAppType",
alternate="PartnerAppType")
@Expose
@Nullable
public DeviceManagementPartnerAppType partnerAppType
@SerializedName(value="partnerState",
alternate="PartnerState")
@Expose
@Nullable
public DeviceManagementPartnerTenantState partnerState
@SerializedName(value="singleTenantAppId",
alternate="SingleTenantAppId")
@Expose
@Nullable
public java.lang.String singleTenantAppId
@SerializedName(value="whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime",
alternate="WhenPartnerDevicesWillBeMarkedAsNonCompliantDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime
@SerializedName(value="whenPartnerDevicesWillBeRemovedDateTime",
alternate="WhenPartnerDevicesWillBeRemovedDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime whenPartnerDevicesWillBeRemovedDateTime
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