public class DeviceManagement extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Constructor and Description |
|---|
DeviceManagement() |
| 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="intuneAccountId",
alternate="IntuneAccountId")
@Expose
@Nullable
public java.util.UUID intuneAccountId
@SerializedName(value="settings",
alternate="Settings")
@Expose
@Nullable
public DeviceManagementSettings settings
@SerializedName(value="intuneBrand",
alternate="IntuneBrand")
@Expose
@Nullable
public IntuneBrand intuneBrand
@SerializedName(value="subscriptionState",
alternate="SubscriptionState")
@Expose
@Nullable
public DeviceManagementSubscriptionState subscriptionState
@SerializedName(value="termsAndConditions",
alternate="TermsAndConditions")
@Expose
@Nullable
public TermsAndConditionsCollectionPage termsAndConditions
@SerializedName(value="deviceCompliancePolicies",
alternate="DeviceCompliancePolicies")
@Expose
@Nullable
public DeviceCompliancePolicyCollectionPage deviceCompliancePolicies
@SerializedName(value="deviceCompliancePolicyDeviceStateSummary",
alternate="DeviceCompliancePolicyDeviceStateSummary")
@Expose
@Nullable
public DeviceCompliancePolicyDeviceStateSummary deviceCompliancePolicyDeviceStateSummary
@SerializedName(value="deviceCompliancePolicySettingStateSummaries",
alternate="DeviceCompliancePolicySettingStateSummaries")
@Expose
@Nullable
public DeviceCompliancePolicySettingStateSummaryCollectionPage deviceCompliancePolicySettingStateSummaries
@SerializedName(value="deviceConfigurationDeviceStateSummaries",
alternate="DeviceConfigurationDeviceStateSummaries")
@Expose
@Nullable
public DeviceConfigurationDeviceStateSummary deviceConfigurationDeviceStateSummaries
@SerializedName(value="deviceConfigurations",
alternate="DeviceConfigurations")
@Expose
@Nullable
public DeviceConfigurationCollectionPage deviceConfigurations
@SerializedName(value="iosUpdateStatuses",
alternate="IosUpdateStatuses")
@Expose
@Nullable
public IosUpdateDeviceStatusCollectionPage iosUpdateStatuses
@SerializedName(value="softwareUpdateStatusSummary",
alternate="SoftwareUpdateStatusSummary")
@Expose
@Nullable
public SoftwareUpdateStatusSummary softwareUpdateStatusSummary
@SerializedName(value="complianceManagementPartners",
alternate="ComplianceManagementPartners")
@Expose
@Nullable
public ComplianceManagementPartnerCollectionPage complianceManagementPartners
@SerializedName(value="conditionalAccessSettings",
alternate="ConditionalAccessSettings")
@Expose
@Nullable
public OnPremisesConditionalAccessSettings conditionalAccessSettings
@SerializedName(value="deviceCategories",
alternate="DeviceCategories")
@Expose
@Nullable
public DeviceCategoryCollectionPage deviceCategories
@SerializedName(value="deviceEnrollmentConfigurations",
alternate="DeviceEnrollmentConfigurations")
@Expose
@Nullable
public DeviceEnrollmentConfigurationCollectionPage deviceEnrollmentConfigurations
@SerializedName(value="deviceManagementPartners",
alternate="DeviceManagementPartners")
@Expose
@Nullable
public DeviceManagementPartnerCollectionPage deviceManagementPartners
@SerializedName(value="exchangeConnectors",
alternate="ExchangeConnectors")
@Expose
@Nullable
public DeviceManagementExchangeConnectorCollectionPage exchangeConnectors
@SerializedName(value="mobileThreatDefenseConnectors",
alternate="MobileThreatDefenseConnectors")
@Expose
@Nullable
public MobileThreatDefenseConnectorCollectionPage mobileThreatDefenseConnectors
@SerializedName(value="applePushNotificationCertificate",
alternate="ApplePushNotificationCertificate")
@Expose
@Nullable
public ApplePushNotificationCertificate applePushNotificationCertificate
@SerializedName(value="detectedApps",
alternate="DetectedApps")
@Expose
@Nullable
public DetectedAppCollectionPage detectedApps
@SerializedName(value="managedDeviceOverview",
alternate="ManagedDeviceOverview")
@Expose
@Nullable
public ManagedDeviceOverview managedDeviceOverview
@SerializedName(value="managedDevices",
alternate="ManagedDevices")
@Expose
@Nullable
public ManagedDeviceCollectionPage managedDevices
@SerializedName(value="notificationMessageTemplates",
alternate="NotificationMessageTemplates")
@Expose
@Nullable
public NotificationMessageTemplateCollectionPage notificationMessageTemplates
@SerializedName(value="resourceOperations",
alternate="ResourceOperations")
@Expose
@Nullable
public ResourceOperationCollectionPage resourceOperations
@SerializedName(value="roleAssignments",
alternate="RoleAssignments")
@Expose
@Nullable
public DeviceAndAppManagementRoleAssignmentCollectionPage roleAssignments
@SerializedName(value="roleDefinitions",
alternate="RoleDefinitions")
@Expose
@Nullable
public RoleDefinitionCollectionPage roleDefinitions
@SerializedName(value="remoteAssistancePartners",
alternate="RemoteAssistancePartners")
@Expose
@Nullable
public RemoteAssistancePartnerCollectionPage remoteAssistancePartners
@SerializedName(value="telecomExpenseManagementPartners",
alternate="TelecomExpenseManagementPartners")
@Expose
@Nullable
public TelecomExpenseManagementPartnerCollectionPage telecomExpenseManagementPartners
@SerializedName(value="troubleshootingEvents",
alternate="TroubleshootingEvents")
@Expose
@Nullable
public DeviceManagementTroubleshootingEventCollectionPage troubleshootingEvents
@SerializedName(value="windowsInformationProtectionAppLearningSummaries",
alternate="WindowsInformationProtectionAppLearningSummaries")
@Expose
@Nullable
public WindowsInformationProtectionAppLearningSummaryCollectionPage windowsInformationProtectionAppLearningSummaries
@SerializedName(value="windowsInformationProtectionNetworkLearningSummaries",
alternate="WindowsInformationProtectionNetworkLearningSummaries")
@Expose
@Nullable
public WindowsInformationProtectionNetworkLearningSummaryCollectionPage windowsInformationProtectionNetworkLearningSummaries
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