public class TeamsDeviceUsageDistributionUserCounts extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
TeamsDeviceUsageDistributionUserCounts.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Long |
androidPhone |
protected Long |
ios |
protected Long |
mac |
protected String |
reportPeriod |
protected LocalDate |
reportRefreshDate |
protected Long |
web |
protected Long |
windows |
protected Long |
windowsPhone |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
TeamsDeviceUsageDistributionUserCounts() |
protected LocalDate reportRefreshDate
protected Long web
protected Long windowsPhone
protected Long androidPhone
protected Long ios
protected Long mac
protected Long windows
protected String reportPeriod
protected TeamsDeviceUsageDistributionUserCounts()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static TeamsDeviceUsageDistributionUserCounts.Builder builderTeamsDeviceUsageDistributionUserCounts()
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 TeamsDeviceUsageDistributionUserCounts withReportRefreshDate(LocalDate reportRefreshDate)
public TeamsDeviceUsageDistributionUserCounts withWeb(Long web)
public TeamsDeviceUsageDistributionUserCounts withWindowsPhone(Long windowsPhone)
public TeamsDeviceUsageDistributionUserCounts withAndroidPhone(Long androidPhone)
public TeamsDeviceUsageDistributionUserCounts withIos(Long ios)
public TeamsDeviceUsageDistributionUserCounts withMac(Long mac)
public TeamsDeviceUsageDistributionUserCounts withWindows(Long windows)
public TeamsDeviceUsageDistributionUserCounts withReportPeriod(String reportPeriod)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic TeamsDeviceUsageDistributionUserCounts patch()
this with changed fields reset.public TeamsDeviceUsageDistributionUserCounts put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.