Package com.microsoft.graph.models
Class UpdateWindowsDeviceAccountActionParameter
java.lang.Object
com.microsoft.graph.models.UpdateWindowsDeviceAccountActionParameter
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UpdateWindowsDeviceAccountActionParameter
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Update Windows Device Account Action Parameter.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Calendar Sync Enabled.The Device Account.The Device Account Email.The Exchange Server.the OData type of the object as returned by the serviceThe Password Rotation Enabled.The Session Initiation Protocal Address. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
calendarSyncEnabled
@SerializedName(value="calendarSyncEnabled", alternate="CalendarSyncEnabled") @Expose @Nullable public Boolean calendarSyncEnabledThe Calendar Sync Enabled. Not yet documented -
deviceAccount
@SerializedName(value="deviceAccount", alternate="DeviceAccount") @Expose @Nullable public WindowsDeviceAccount deviceAccountThe Device Account. Not yet documented -
deviceAccountEmail
@SerializedName(value="deviceAccountEmail", alternate="DeviceAccountEmail") @Expose @Nullable public String deviceAccountEmailThe Device Account Email. Not yet documented -
exchangeServer
@SerializedName(value="exchangeServer", alternate="ExchangeServer") @Expose @Nullable public String exchangeServerThe Exchange Server. Not yet documented -
passwordRotationEnabled
@SerializedName(value="passwordRotationEnabled", alternate="PasswordRotationEnabled") @Expose @Nullable public Boolean passwordRotationEnabledThe Password Rotation Enabled. Not yet documented -
sessionInitiationProtocalAddress
@SerializedName(value="sessionInitiationProtocalAddress", alternate="SessionInitiationProtocalAddress") @Expose @Nullable public String sessionInitiationProtocalAddressThe Session Initiation Protocal Address. Not yet documented
-
-
Constructor Details
-
UpdateWindowsDeviceAccountActionParameter
public UpdateWindowsDeviceAccountActionParameter()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-