public class UpdateWindowsDeviceAccountActionParameter
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
java.lang.Boolean |
calendarSyncEnabled
The Calendar Sync Enabled.
|
WindowsDeviceAccount |
deviceAccount
The Device Account.
|
java.lang.String |
deviceAccountEmail
The Device Account Email.
|
java.lang.String |
exchangeServer
The Exchange Server.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
java.lang.Boolean |
passwordRotationEnabled
The Password Rotation Enabled.
|
java.lang.String |
sessionInitiationProtocalAddress
The Session Initiation Protocal Address.
|
Constructor and Description |
---|
UpdateWindowsDeviceAccountActionParameter() |
Modifier and Type | Method and Description |
---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="calendarSyncEnabled", alternate="CalendarSyncEnabled") @Expose @Nullable public java.lang.Boolean calendarSyncEnabled
@SerializedName(value="deviceAccount", alternate="DeviceAccount") @Expose @Nullable public WindowsDeviceAccount deviceAccount
@SerializedName(value="deviceAccountEmail", alternate="DeviceAccountEmail") @Expose @Nullable public java.lang.String deviceAccountEmail
@SerializedName(value="exchangeServer", alternate="ExchangeServer") @Expose @Nullable public java.lang.String exchangeServer
@SerializedName(value="passwordRotationEnabled", alternate="PasswordRotationEnabled") @Expose @Nullable public java.lang.Boolean passwordRotationEnabled
@SerializedName(value="sessionInitiationProtocalAddress", alternate="SessionInitiationProtocalAddress") @Expose @Nullable public java.lang.String sessionInitiationProtocalAddress
public UpdateWindowsDeviceAccountActionParameter()
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager
in interface com.microsoft.graph.serializer.IJsonBackedObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
serializer
- the serializerjson
- the JSON object to set this object to