public class MailboxUsageDetail extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
MailboxUsageDetail.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected LocalDate |
createdDate |
protected LocalDate |
deletedDate |
protected Long |
deletedItemCount |
protected Long |
deletedItemSizeInBytes |
protected String |
displayName |
protected Boolean |
isDeleted |
protected Long |
issueWarningQuotaInBytes |
protected Long |
itemCount |
protected LocalDate |
lastActivityDate |
protected Long |
prohibitSendQuotaInBytes |
protected Long |
prohibitSendReceiveQuotaInBytes |
protected String |
reportPeriod |
protected LocalDate |
reportRefreshDate |
protected Long |
storageUsedInBytes |
protected String |
userPrincipalName |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
MailboxUsageDetail() |
protected LocalDate reportRefreshDate
protected String userPrincipalName
protected String displayName
protected Boolean isDeleted
protected LocalDate deletedDate
protected LocalDate createdDate
protected LocalDate lastActivityDate
protected Long itemCount
protected Long storageUsedInBytes
protected Long deletedItemCount
protected Long deletedItemSizeInBytes
protected Long issueWarningQuotaInBytes
protected Long prohibitSendQuotaInBytes
protected Long prohibitSendReceiveQuotaInBytes
protected String reportPeriod
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static MailboxUsageDetail.Builder builderMailboxUsageDetail()
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 MailboxUsageDetail withReportRefreshDate(LocalDate reportRefreshDate)
public MailboxUsageDetail withUserPrincipalName(String userPrincipalName)
public MailboxUsageDetail withDisplayName(String displayName)
public MailboxUsageDetail withIsDeleted(Boolean isDeleted)
public MailboxUsageDetail withDeletedDate(LocalDate deletedDate)
public MailboxUsageDetail withCreatedDate(LocalDate createdDate)
public MailboxUsageDetail withLastActivityDate(LocalDate lastActivityDate)
public MailboxUsageDetail withItemCount(Long itemCount)
public MailboxUsageDetail withStorageUsedInBytes(Long storageUsedInBytes)
public MailboxUsageDetail withDeletedItemCount(Long deletedItemCount)
public MailboxUsageDetail withDeletedItemSizeInBytes(Long deletedItemSizeInBytes)
public MailboxUsageDetail withIssueWarningQuotaInBytes(Long issueWarningQuotaInBytes)
public MailboxUsageDetail withProhibitSendQuotaInBytes(Long prohibitSendQuotaInBytes)
public MailboxUsageDetail withProhibitSendReceiveQuotaInBytes(Long prohibitSendReceiveQuotaInBytes)
public MailboxUsageDetail withReportPeriod(String reportPeriod)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic MailboxUsageDetail patch()
this with changed fields reset.public MailboxUsageDetail put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.