public class SkypeForBusinessDeviceUsageUserDetail extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
SkypeForBusinessDeviceUsageUserDetail.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected LocalDate |
lastActivityDate |
protected String |
reportPeriod |
protected LocalDate |
reportRefreshDate |
protected Boolean |
usedAndroidPhone |
protected Boolean |
usediPad |
protected Boolean |
usediPhone |
protected Boolean |
usedWindows |
protected Boolean |
usedWindowsPhone |
protected String |
userPrincipalName |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
SkypeForBusinessDeviceUsageUserDetail() |
protected LocalDate reportRefreshDate
protected String userPrincipalName
protected LocalDate lastActivityDate
protected Boolean usedWindows
protected Boolean usedWindowsPhone
protected Boolean usedAndroidPhone
protected Boolean usediPhone
protected Boolean usediPad
protected String reportPeriod
protected SkypeForBusinessDeviceUsageUserDetail()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static SkypeForBusinessDeviceUsageUserDetail.Builder builderSkypeForBusinessDeviceUsageUserDetail()
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 SkypeForBusinessDeviceUsageUserDetail withReportRefreshDate(LocalDate reportRefreshDate)
public SkypeForBusinessDeviceUsageUserDetail withUserPrincipalName(String userPrincipalName)
public SkypeForBusinessDeviceUsageUserDetail withLastActivityDate(LocalDate lastActivityDate)
public SkypeForBusinessDeviceUsageUserDetail withUsedWindows(Boolean usedWindows)
public SkypeForBusinessDeviceUsageUserDetail withUsedWindowsPhone(Boolean usedWindowsPhone)
public SkypeForBusinessDeviceUsageUserDetail withUsedAndroidPhone(Boolean usedAndroidPhone)
public SkypeForBusinessDeviceUsageUserDetail withUsediPhone(Boolean usediPhone)
public SkypeForBusinessDeviceUsageUserDetail withUsediPad(Boolean usediPad)
public SkypeForBusinessDeviceUsageUserDetail withReportPeriod(String reportPeriod)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic SkypeForBusinessDeviceUsageUserDetail patch()
this with changed fields reset.public SkypeForBusinessDeviceUsageUserDetail put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.