public class OneDriveUsageAccountDetail extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
OneDriveUsageAccountDetail.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Long |
activeFileCount |
protected Long |
fileCount |
protected Boolean |
isDeleted |
protected LocalDate |
lastActivityDate |
protected String |
ownerDisplayName |
protected String |
ownerPrincipalName |
protected String |
reportPeriod |
protected LocalDate |
reportRefreshDate |
protected String |
siteUrl |
protected Long |
storageAllocatedInBytes |
protected Long |
storageUsedInBytes |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
OneDriveUsageAccountDetail() |
protected LocalDate reportRefreshDate
protected String siteUrl
protected String ownerDisplayName
protected String ownerPrincipalName
protected Boolean isDeleted
protected LocalDate lastActivityDate
protected Long fileCount
protected Long activeFileCount
protected Long storageUsedInBytes
protected Long storageAllocatedInBytes
protected String reportPeriod
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static OneDriveUsageAccountDetail.Builder builderOneDriveUsageAccountDetail()
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 OneDriveUsageAccountDetail withReportRefreshDate(LocalDate reportRefreshDate)
public OneDriveUsageAccountDetail withSiteUrl(String siteUrl)
public OneDriveUsageAccountDetail withOwnerDisplayName(String ownerDisplayName)
public OneDriveUsageAccountDetail withOwnerPrincipalName(String ownerPrincipalName)
public OneDriveUsageAccountDetail withIsDeleted(Boolean isDeleted)
public OneDriveUsageAccountDetail withLastActivityDate(LocalDate lastActivityDate)
public OneDriveUsageAccountDetail withFileCount(Long fileCount)
public OneDriveUsageAccountDetail withActiveFileCount(Long activeFileCount)
public OneDriveUsageAccountDetail withStorageUsedInBytes(Long storageUsedInBytes)
public OneDriveUsageAccountDetail withStorageAllocatedInBytes(Long storageAllocatedInBytes)
public OneDriveUsageAccountDetail withReportPeriod(String reportPeriod)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic OneDriveUsageAccountDetail patch()
this with changed fields reset.public OneDriveUsageAccountDetail put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.