Class ResetPasscodeActionResult

java.lang.Object
com.microsoft.graph.models.DeviceActionResult
com.microsoft.graph.models.ResetPasscodeActionResult
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ResetPasscodeActionResult extends DeviceActionResult implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Reset Passcode Action Result.
  • Field Details

    • passcode

      @SerializedName(value="passcode", alternate="Passcode") @Expose @Nullable public String passcode
      The Passcode. Newly generated passcode for the device
  • Constructor Details

    • ResetPasscodeActionResult

      public ResetPasscodeActionResult()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class DeviceActionResult
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to