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