public class UpdateWindowsDeviceAccountActionParameter extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateWindowsDeviceAccountActionParameter.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
calendarSyncEnabled |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected WindowsDeviceAccount |
deviceAccount |
protected String |
deviceAccountEmail |
protected String |
exchangeServer |
protected String |
odataType |
protected Boolean |
passwordRotationEnabled |
protected String |
sessionInitiationProtocalAddress |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
UpdateWindowsDeviceAccountActionParameter() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected WindowsDeviceAccount deviceAccount
protected Boolean passwordRotationEnabled
protected Boolean calendarSyncEnabled
protected String deviceAccountEmail
protected String exchangeServer
protected String sessionInitiationProtocalAddress
protected UpdateWindowsDeviceAccountActionParameter()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<WindowsDeviceAccount> getDeviceAccount()
public UpdateWindowsDeviceAccountActionParameter withDeviceAccount(WindowsDeviceAccount deviceAccount)
public UpdateWindowsDeviceAccountActionParameter withPasswordRotationEnabled(Boolean passwordRotationEnabled)
public UpdateWindowsDeviceAccountActionParameter withCalendarSyncEnabled(Boolean calendarSyncEnabled)
public UpdateWindowsDeviceAccountActionParameter withDeviceAccountEmail(String deviceAccountEmail)
public UpdateWindowsDeviceAccountActionParameter withExchangeServer(String exchangeServer)
public UpdateWindowsDeviceAccountActionParameter withSessionInitiationProtocalAddress(String sessionInitiationProtocalAddress)
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 UpdateWindowsDeviceAccountActionParameter.Builder builder()
Copyright © 2018–2020. All rights reserved.