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