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