Package com.microsoft.graph.models
Class DeviceManagementPartner
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DeviceManagementPartner
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class DeviceManagementPartner
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Device Management Partner.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Display Name.The Groups Requiring Partner Enrollment.The Is Configured.The Last Heartbeat Date Time.The Partner App Type.The Partner State.The Single Tenant App Id.The When Partner Devices Will Be Marked As Non Compliant Date Time.The When Partner Devices Will Be Removed Date Time. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe Display Name. Partner display name -
groupsRequiringPartnerEnrollment
@SerializedName(value="groupsRequiringPartnerEnrollment", alternate="GroupsRequiringPartnerEnrollment") @Expose @Nullable public List<DeviceManagementPartnerAssignment> groupsRequiringPartnerEnrollmentThe Groups Requiring Partner Enrollment. User groups that specifies whether enrollment is through partner. -
isConfigured
@SerializedName(value="isConfigured", alternate="IsConfigured") @Expose @Nullable public Boolean isConfiguredThe Is Configured. Whether device management partner is configured or not -
lastHeartbeatDateTime
@SerializedName(value="lastHeartbeatDateTime", alternate="LastHeartbeatDateTime") @Expose @Nullable public OffsetDateTime lastHeartbeatDateTimeThe Last Heartbeat Date Time. Timestamp of last heartbeat after admin enabled option Connect to Device management Partner -
partnerAppType
@SerializedName(value="partnerAppType", alternate="PartnerAppType") @Expose @Nullable public DeviceManagementPartnerAppType partnerAppTypeThe Partner App Type. Partner App type. Possible values are: unknown, singleTenantApp, multiTenantApp. -
partnerState
@SerializedName(value="partnerState", alternate="PartnerState") @Expose @Nullable public DeviceManagementPartnerTenantState partnerStateThe Partner State. Partner state of this tenant. Possible values are: unknown, unavailable, enabled, terminated, rejected, unresponsive. -
singleTenantAppId
@SerializedName(value="singleTenantAppId", alternate="SingleTenantAppId") @Expose @Nullable public String singleTenantAppIdThe Single Tenant App Id. Partner Single tenant App id -
whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime
@SerializedName(value="whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime", alternate="WhenPartnerDevicesWillBeMarkedAsNonCompliantDateTime") @Expose @Nullable public OffsetDateTime whenPartnerDevicesWillBeMarkedAsNonCompliantDateTimeThe When Partner Devices Will Be Marked As Non Compliant Date Time. DateTime in UTC when PartnerDevices will be marked as NonCompliant -
whenPartnerDevicesWillBeRemovedDateTime
@SerializedName(value="whenPartnerDevicesWillBeRemovedDateTime", alternate="WhenPartnerDevicesWillBeRemovedDateTime") @Expose @Nullable public OffsetDateTime whenPartnerDevicesWillBeRemovedDateTimeThe When Partner Devices Will Be Removed Date Time. DateTime in UTC when PartnerDevices will be removed
-
-
Constructor Details
-
DeviceManagementPartner
public DeviceManagementPartner()
-
-
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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-