public class EmailAppUsageVersionsUserCounts extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
EmailAppUsageVersionsUserCounts.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Long |
outlook2007 |
protected Long |
outlook2010 |
protected Long |
outlook2013 |
protected Long |
outlook2016 |
protected String |
reportPeriod |
protected LocalDate |
reportRefreshDate |
protected Long |
undetermined |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
EmailAppUsageVersionsUserCounts() |
protected LocalDate reportRefreshDate
protected Long outlook2016
protected Long outlook2013
protected Long outlook2010
protected Long outlook2007
protected Long undetermined
protected String reportPeriod
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static EmailAppUsageVersionsUserCounts.Builder builderEmailAppUsageVersionsUserCounts()
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 EmailAppUsageVersionsUserCounts withReportRefreshDate(LocalDate reportRefreshDate)
public EmailAppUsageVersionsUserCounts withOutlook2016(Long outlook2016)
public EmailAppUsageVersionsUserCounts withOutlook2013(Long outlook2013)
public EmailAppUsageVersionsUserCounts withOutlook2010(Long outlook2010)
public EmailAppUsageVersionsUserCounts withOutlook2007(Long outlook2007)
public EmailAppUsageVersionsUserCounts withUndetermined(Long undetermined)
public EmailAppUsageVersionsUserCounts withReportPeriod(String reportPeriod)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic EmailAppUsageVersionsUserCounts patch()
this with changed fields reset.public EmailAppUsageVersionsUserCounts put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.