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