public class SharePointActivityUserCounts extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
SharePointActivityUserCounts.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected LocalDate |
reportDate |
protected String |
reportPeriod |
protected LocalDate |
reportRefreshDate |
protected Long |
sharedExternally |
protected Long |
sharedInternally |
protected Long |
synced |
protected Long |
viewedOrEdited |
protected Long |
visitedPage |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
SharePointActivityUserCounts() |
protected LocalDate reportRefreshDate
protected Long visitedPage
protected Long viewedOrEdited
protected Long synced
protected Long sharedInternally
protected Long sharedExternally
protected LocalDate reportDate
protected String reportPeriod
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static SharePointActivityUserCounts.Builder builderSharePointActivityUserCounts()
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 SharePointActivityUserCounts withReportRefreshDate(LocalDate reportRefreshDate)
public SharePointActivityUserCounts withVisitedPage(Long visitedPage)
public SharePointActivityUserCounts withViewedOrEdited(Long viewedOrEdited)
public SharePointActivityUserCounts withSynced(Long synced)
public SharePointActivityUserCounts withSharedInternally(Long sharedInternally)
public SharePointActivityUserCounts withSharedExternally(Long sharedExternally)
public SharePointActivityUserCounts withReportDate(LocalDate reportDate)
public SharePointActivityUserCounts withReportPeriod(String reportPeriod)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic SharePointActivityUserCounts patch()
this with changed fields reset.public SharePointActivityUserCounts put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.