Package odata.msgraph.client.complex
Class UpdateWindowsDeviceAccountActionParameter
- java.lang.Object
-
- odata.msgraph.client.complex.UpdateWindowsDeviceAccountActionParameter
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class UpdateWindowsDeviceAccountActionParameter extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateWindowsDeviceAccountActionParameter.Builder
-
Field Summary
Fields Modifier and Type Field Description protected BooleancalendarSyncEnabledprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected WindowsDeviceAccountdeviceAccountprotected StringdeviceAccountEmailprotected StringexchangeServerprotected StringodataTypeprotected BooleanpasswordRotationEnabledprotected StringsessionInitiationProtocalAddressprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedUpdateWindowsDeviceAccountActionParameter()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
calendarSyncEnabled
protected Boolean calendarSyncEnabled
-
deviceAccount
protected WindowsDeviceAccount deviceAccount
-
deviceAccountEmail
protected String deviceAccountEmail
-
exchangeServer
protected String exchangeServer
-
passwordRotationEnabled
protected Boolean passwordRotationEnabled
-
sessionInitiationProtocalAddress
protected String sessionInitiationProtocalAddress
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withCalendarSyncEnabled
public UpdateWindowsDeviceAccountActionParameter withCalendarSyncEnabled(Boolean calendarSyncEnabled)
-
getDeviceAccount
public Optional<WindowsDeviceAccount> getDeviceAccount()
-
withDeviceAccount
public UpdateWindowsDeviceAccountActionParameter withDeviceAccount(WindowsDeviceAccount deviceAccount)
-
withDeviceAccountEmail
public UpdateWindowsDeviceAccountActionParameter withDeviceAccountEmail(String deviceAccountEmail)
-
withExchangeServer
public UpdateWindowsDeviceAccountActionParameter withExchangeServer(String exchangeServer)
-
withPasswordRotationEnabled
public UpdateWindowsDeviceAccountActionParameter withPasswordRotationEnabled(Boolean passwordRotationEnabled)
-
withSessionInitiationProtocalAddress
public UpdateWindowsDeviceAccountActionParameter withSessionInitiationProtocalAddress(String sessionInitiationProtocalAddress)
-
withUnmappedField
public UpdateWindowsDeviceAccountActionParameter withUnmappedField(String name, Object value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static UpdateWindowsDeviceAccountActionParameter.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-