public class SharePointActivityUserDetail extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
SharePointActivityUserDetail.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
assignedProducts |
protected String |
assignedProductsNextLink |
protected LocalDate |
deletedDate |
protected Boolean |
isDeleted |
protected LocalDate |
lastActivityDate |
protected String |
reportPeriod |
protected LocalDate |
reportRefreshDate |
protected Long |
sharedExternallyFileCount |
protected Long |
sharedInternallyFileCount |
protected Long |
syncedFileCount |
protected String |
userPrincipalName |
protected Long |
viewedOrEditedFileCount |
protected Long |
visitedPageCount |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
SharePointActivityUserDetail() |
protected LocalDate reportRefreshDate
protected String userPrincipalName
protected Boolean isDeleted
protected LocalDate deletedDate
protected LocalDate lastActivityDate
protected Long viewedOrEditedFileCount
protected Long syncedFileCount
protected Long sharedInternallyFileCount
protected Long sharedExternallyFileCount
protected Long visitedPageCount
protected String assignedProductsNextLink
protected String reportPeriod
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static SharePointActivityUserDetail.Builder builderSharePointActivityUserDetail()
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 SharePointActivityUserDetail withReportRefreshDate(LocalDate reportRefreshDate)
public SharePointActivityUserDetail withUserPrincipalName(String userPrincipalName)
public SharePointActivityUserDetail withIsDeleted(Boolean isDeleted)
public SharePointActivityUserDetail withDeletedDate(LocalDate deletedDate)
public SharePointActivityUserDetail withLastActivityDate(LocalDate lastActivityDate)
public SharePointActivityUserDetail withViewedOrEditedFileCount(Long viewedOrEditedFileCount)
public SharePointActivityUserDetail withSyncedFileCount(Long syncedFileCount)
public SharePointActivityUserDetail withSharedInternallyFileCount(Long sharedInternallyFileCount)
public SharePointActivityUserDetail withSharedExternallyFileCount(Long sharedExternallyFileCount)
public SharePointActivityUserDetail withVisitedPageCount(Long visitedPageCount)
public com.github.davidmoten.odata.client.CollectionPage<String> getAssignedProducts()
public com.github.davidmoten.odata.client.CollectionPage<String> getAssignedProducts(com.github.davidmoten.odata.client.HttpRequestOptions options)
public SharePointActivityUserDetail withReportPeriod(String reportPeriod)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic SharePointActivityUserDetail patch()
this with changed fields reset.public SharePointActivityUserDetail put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.