public class EmailAppUsageUserDetail extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
EmailAppUsageUserDetail.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected LocalDate |
deletedDate |
protected String |
displayName |
protected List<String> |
imap4App |
protected String |
imap4AppNextLink |
protected Boolean |
isDeleted |
protected LocalDate |
lastActivityDate |
protected List<String> |
mailForMac |
protected String |
mailForMacNextLink |
protected List<String> |
otherForMobile |
protected String |
otherForMobileNextLink |
protected List<String> |
outlookForMac |
protected String |
outlookForMacNextLink |
protected List<String> |
outlookForMobile |
protected String |
outlookForMobileNextLink |
protected List<String> |
outlookForWeb |
protected String |
outlookForWebNextLink |
protected List<String> |
outlookForWindows |
protected String |
outlookForWindowsNextLink |
protected List<String> |
pop3App |
protected String |
pop3AppNextLink |
protected String |
reportPeriod |
protected LocalDate |
reportRefreshDate |
protected List<String> |
smtpApp |
protected String |
smtpAppNextLink |
protected String |
userPrincipalName |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
EmailAppUsageUserDetail() |
| Modifier and Type | Method and Description |
|---|---|
static EmailAppUsageUserDetail.Builder |
builderEmailAppUsageUserDetail()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<LocalDate> |
getDeletedDate() |
Optional<String> |
getDisplayName() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getImap4App() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getImap4App(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<Boolean> |
getIsDeleted() |
Optional<LocalDate> |
getLastActivityDate() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getMailForMac() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getMailForMac(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.CollectionPage<String> |
getOtherForMobile() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getOtherForMobile(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.CollectionPage<String> |
getOutlookForMac() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getOutlookForMac(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.CollectionPage<String> |
getOutlookForMobile() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getOutlookForMobile(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.CollectionPage<String> |
getOutlookForWeb() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getOutlookForWeb(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.CollectionPage<String> |
getOutlookForWindows() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getOutlookForWindows(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.CollectionPage<String> |
getPop3App() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getPop3App(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<String> |
getReportPeriod() |
Optional<LocalDate> |
getReportRefreshDate() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getSmtpApp() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getSmtpApp(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getUserPrincipalName() |
String |
odataTypeName() |
EmailAppUsageUserDetail |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
EmailAppUsageUserDetail |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
EmailAppUsageUserDetail |
withDeletedDate(LocalDate deletedDate) |
EmailAppUsageUserDetail |
withDisplayName(String displayName) |
EmailAppUsageUserDetail |
withIsDeleted(Boolean isDeleted) |
EmailAppUsageUserDetail |
withLastActivityDate(LocalDate lastActivityDate) |
EmailAppUsageUserDetail |
withReportPeriod(String reportPeriod) |
EmailAppUsageUserDetail |
withReportRefreshDate(LocalDate reportRefreshDate) |
EmailAppUsageUserDetail |
withUserPrincipalName(String userPrincipalName) |
protected LocalDate reportRefreshDate
protected String userPrincipalName
protected String displayName
protected Boolean isDeleted
protected LocalDate deletedDate
protected LocalDate lastActivityDate
protected String mailForMacNextLink
protected String outlookForMacNextLink
protected String outlookForWindowsNextLink
protected String outlookForMobileNextLink
protected String otherForMobileNextLink
protected String outlookForWebNextLink
protected String pop3AppNextLink
protected String imap4AppNextLink
protected String smtpAppNextLink
protected String reportPeriod
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static EmailAppUsageUserDetail.Builder builderEmailAppUsageUserDetail()
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 EmailAppUsageUserDetail withReportRefreshDate(LocalDate reportRefreshDate)
public EmailAppUsageUserDetail withUserPrincipalName(String userPrincipalName)
public EmailAppUsageUserDetail withDisplayName(String displayName)
public EmailAppUsageUserDetail withIsDeleted(Boolean isDeleted)
public EmailAppUsageUserDetail withDeletedDate(LocalDate deletedDate)
public EmailAppUsageUserDetail withLastActivityDate(LocalDate lastActivityDate)
public com.github.davidmoten.odata.client.CollectionPage<String> getMailForMac()
public com.github.davidmoten.odata.client.CollectionPage<String> getMailForMac(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.CollectionPage<String> getOutlookForMac()
public com.github.davidmoten.odata.client.CollectionPage<String> getOutlookForMac(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.CollectionPage<String> getOutlookForWindows()
public com.github.davidmoten.odata.client.CollectionPage<String> getOutlookForWindows(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.CollectionPage<String> getOutlookForMobile()
public com.github.davidmoten.odata.client.CollectionPage<String> getOutlookForMobile(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.CollectionPage<String> getOtherForMobile()
public com.github.davidmoten.odata.client.CollectionPage<String> getOtherForMobile(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.CollectionPage<String> getOutlookForWeb()
public com.github.davidmoten.odata.client.CollectionPage<String> getOutlookForWeb(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.CollectionPage<String> getPop3App()
public com.github.davidmoten.odata.client.CollectionPage<String> getPop3App(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.CollectionPage<String> getImap4App()
public com.github.davidmoten.odata.client.CollectionPage<String> getImap4App(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.CollectionPage<String> getSmtpApp()
public com.github.davidmoten.odata.client.CollectionPage<String> getSmtpApp(com.github.davidmoten.odata.client.HttpRequestOptions options)
public EmailAppUsageUserDetail withReportPeriod(String reportPeriod)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic EmailAppUsageUserDetail patch()
this with changed fields reset.public EmailAppUsageUserDetail put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.