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