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