public class TeamsDeviceUsageUserDetail extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
TeamsDeviceUsageUserDetail.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected LocalDate |
deletedDate |
protected Boolean |
isDeleted |
protected LocalDate |
lastActivityDate |
protected String |
reportPeriod |
protected LocalDate |
reportRefreshDate |
protected Boolean |
usedAndroidPhone |
protected Boolean |
usediOS |
protected Boolean |
usedMac |
protected Boolean |
usedWeb |
protected Boolean |
usedWindows |
protected Boolean |
usedWindowsPhone |
protected String |
userPrincipalName |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
TeamsDeviceUsageUserDetail() |
protected LocalDate reportRefreshDate
protected String userPrincipalName
protected LocalDate lastActivityDate
protected Boolean isDeleted
protected LocalDate deletedDate
protected Boolean usedWeb
protected Boolean usedWindowsPhone
protected Boolean usediOS
protected Boolean usedMac
protected Boolean usedAndroidPhone
protected Boolean usedWindows
protected String reportPeriod
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static TeamsDeviceUsageUserDetail.Builder builderTeamsDeviceUsageUserDetail()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic TeamsDeviceUsageUserDetail withReportRefreshDate(LocalDate reportRefreshDate)
public TeamsDeviceUsageUserDetail withUserPrincipalName(String userPrincipalName)
public TeamsDeviceUsageUserDetail withLastActivityDate(LocalDate lastActivityDate)
public TeamsDeviceUsageUserDetail withIsDeleted(Boolean isDeleted)
public TeamsDeviceUsageUserDetail withDeletedDate(LocalDate deletedDate)
public TeamsDeviceUsageUserDetail withUsedWeb(Boolean usedWeb)
public TeamsDeviceUsageUserDetail withUsedWindowsPhone(Boolean usedWindowsPhone)
public TeamsDeviceUsageUserDetail withUsediOS(Boolean usediOS)
public TeamsDeviceUsageUserDetail withUsedMac(Boolean usedMac)
public TeamsDeviceUsageUserDetail withUsedAndroidPhone(Boolean usedAndroidPhone)
public TeamsDeviceUsageUserDetail withUsedWindows(Boolean usedWindows)
public TeamsDeviceUsageUserDetail withReportPeriod(String reportPeriod)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic TeamsDeviceUsageUserDetail patch()
this with changed fields reset.public TeamsDeviceUsageUserDetail put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.