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