| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementReportSchedule |
DeviceManagementReportSchedule.Builder.build() |
DeviceManagementReportSchedule |
DeviceManagementReportSchedule.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
DeviceManagementReportSchedule |
DeviceManagementReportSchedule.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
DeviceManagementReportSchedule |
DeviceManagementReportSchedule.withEndDateTime(OffsetDateTime endDateTime)
Returns an immutable copy of
this with just the endDateTime
field changed. |
DeviceManagementReportSchedule |
DeviceManagementReportSchedule.withFilter(String filter)
Returns an immutable copy of
this with just the filter field
changed. |
DeviceManagementReportSchedule |
DeviceManagementReportSchedule.withFormat(DeviceManagementReportFileFormat format)
Returns an immutable copy of
this with just the format field
changed. |
DeviceManagementReportSchedule |
DeviceManagementReportSchedule.withRecurrence(DeviceManagementScheduledReportRecurrence recurrence)
Returns an immutable copy of
this with just the recurrence field
changed. |
DeviceManagementReportSchedule |
DeviceManagementReportSchedule.withReportName(String reportName)
Returns an immutable copy of
this with just the reportName field
changed. |
DeviceManagementReportSchedule |
DeviceManagementReportSchedule.withReportScheduleName(String reportScheduleName)
Returns an immutable copy of
this with just the reportScheduleName field changed. |
DeviceManagementReportSchedule |
DeviceManagementReportSchedule.withStartDateTime(OffsetDateTime startDateTime)
Returns an immutable copy of
this with just the startDateTime
field changed. |
DeviceManagementReportSchedule |
DeviceManagementReportSchedule.withSubject(String subject)
Returns an immutable copy of
this with just the subject field
changed. |
DeviceManagementReportSchedule |
DeviceManagementReportSchedule.withUserId(String userId)
Returns an immutable copy of
this with just the userId field
changed. |
Copyright © 2018–2020. All rights reserved.