Class SignInStatus

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

public class SignInStatus extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Sign In Status.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • additionalDetails

      @SerializedName(value="additionalDetails", alternate="AdditionalDetails") @Expose @Nullable public String additionalDetails
      The Additional Details. Provides additional details on the sign-in activity
    • errorCode

      @SerializedName(value="errorCode", alternate="ErrorCode") @Expose @Nullable public Integer errorCode
      The Error Code. Provides the 5-6 digit error code that's generated during a sign-in failure. Check out the list of error codes and messages.
    • failureReason

      @SerializedName(value="failureReason", alternate="FailureReason") @Expose @Nullable public String failureReason
      The Failure Reason. Provides the error message or the reason for failure for the corresponding sign-in activity. Check out the list of error codes and messages.
  • Constructor Details

    • SignInStatus

      public SignInStatus()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to