public class DeviceDetail extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceDetail.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
browser |
protected String |
browserId |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
deviceId |
protected String |
displayName |
protected Boolean |
isCompliant |
protected Boolean |
isManaged |
protected String |
odataType |
protected String |
operatingSystem |
protected String |
trustType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
DeviceDetail() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String deviceId
protected String displayName
protected String operatingSystem
protected String browser
protected String browserId
protected Boolean isCompliant
protected Boolean isManaged
protected String trustType
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic DeviceDetail withDeviceId(String deviceId)
public DeviceDetail withDisplayName(String displayName)
public DeviceDetail withOperatingSystem(String operatingSystem)
public DeviceDetail withBrowser(String browser)
public DeviceDetail withBrowserId(String browserId)
public DeviceDetail withIsCompliant(Boolean isCompliant)
public DeviceDetail withIsManaged(Boolean isManaged)
public DeviceDetail withTrustType(String trustType)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static DeviceDetail.Builder builder()
Copyright © 2018–2020. All rights reserved.