Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Additional Details.The Error Code.The Failure Reason.the OData type of the object as returned by the service -
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 -
additionalDetails
@SerializedName(value="additionalDetails", alternate="AdditionalDetails") @Expose @Nullable public String additionalDetailsThe Additional Details. Provides additional details on the sign-in activity -
errorCode
@SerializedName(value="errorCode", alternate="ErrorCode") @Expose @Nullable public Integer errorCodeThe 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 failureReasonThe 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:
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
-