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