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