public class EmailAppUsageAppsUserCounts extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
EmailAppUsageAppsUserCounts.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Long |
imap4App |
protected Long |
mailForMac |
protected Long |
otherForMobile |
protected Long |
outlookForMac |
protected Long |
outlookForMobile |
protected Long |
outlookForWeb |
protected Long |
outlookForWindows |
protected Long |
pop3App |
protected String |
reportPeriod |
protected LocalDate |
reportRefreshDate |
protected Long |
smtpApp |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
EmailAppUsageAppsUserCounts() |
protected LocalDate reportRefreshDate
protected Long mailForMac
protected Long outlookForMac
protected Long outlookForWindows
protected Long outlookForMobile
protected Long otherForMobile
protected Long outlookForWeb
protected Long pop3App
protected Long imap4App
protected Long smtpApp
protected String reportPeriod
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static EmailAppUsageAppsUserCounts.Builder builderEmailAppUsageAppsUserCounts()
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 EmailAppUsageAppsUserCounts withReportRefreshDate(LocalDate reportRefreshDate)
public EmailAppUsageAppsUserCounts withMailForMac(Long mailForMac)
public EmailAppUsageAppsUserCounts withOutlookForMac(Long outlookForMac)
public EmailAppUsageAppsUserCounts withOutlookForWindows(Long outlookForWindows)
public EmailAppUsageAppsUserCounts withOutlookForMobile(Long outlookForMobile)
public EmailAppUsageAppsUserCounts withOtherForMobile(Long otherForMobile)
public EmailAppUsageAppsUserCounts withOutlookForWeb(Long outlookForWeb)
public EmailAppUsageAppsUserCounts withPop3App(Long pop3App)
public EmailAppUsageAppsUserCounts withImap4App(Long imap4App)
public EmailAppUsageAppsUserCounts withSmtpApp(Long smtpApp)
public EmailAppUsageAppsUserCounts withReportPeriod(String reportPeriod)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic EmailAppUsageAppsUserCounts patch()
this with changed fields reset.public EmailAppUsageAppsUserCounts put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.