public class Office365ActiveUserCounts extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Office365ActiveUserCounts.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Long |
exchange |
protected Long |
office365 |
protected Long |
oneDrive |
protected LocalDate |
reportDate |
protected String |
reportPeriod |
protected LocalDate |
reportRefreshDate |
protected Long |
sharePoint |
protected Long |
skypeForBusiness |
protected Long |
teams |
protected Long |
yammer |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Office365ActiveUserCounts() |
protected LocalDate reportRefreshDate
protected Long office365
protected Long exchange
protected Long oneDrive
protected Long sharePoint
protected Long skypeForBusiness
protected Long yammer
protected Long teams
protected LocalDate reportDate
protected String reportPeriod
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static Office365ActiveUserCounts.Builder builderOffice365ActiveUserCounts()
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 Office365ActiveUserCounts withReportRefreshDate(LocalDate reportRefreshDate)
public Office365ActiveUserCounts withOffice365(Long office365)
public Office365ActiveUserCounts withExchange(Long exchange)
public Office365ActiveUserCounts withOneDrive(Long oneDrive)
public Office365ActiveUserCounts withSharePoint(Long sharePoint)
public Office365ActiveUserCounts withSkypeForBusiness(Long skypeForBusiness)
public Office365ActiveUserCounts withYammer(Long yammer)
public Office365ActiveUserCounts withTeams(Long teams)
public Office365ActiveUserCounts withReportDate(LocalDate reportDate)
public Office365ActiveUserCounts withReportPeriod(String reportPeriod)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic Office365ActiveUserCounts patch()
this with changed fields reset.public Office365ActiveUserCounts put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.