com.ibm.security.access.mobile.authentication

Class UnenrollResult

  • java.lang.Object
    • com.ibm.security.access.mobile.authentication.UnenrollResult
  • All Implemented Interfaces:
    IResult


    public final class UnenrollResult
    extends java.lang.Object
    implements IResult
    • Method Detail

      • getMobileKitException

        public MobileKitException getMobileKitException()
        Returns the MobileKitException object, representing the error.
        Specified by:
        getMobileKitException in interface IResult
        Returns:
        the mobileKitException object, representing the error
      • getErrorDescription

        public java.lang.String getErrorDescription()
        Returns detailed information about the error.
        Specified by:
        getErrorDescription in interface IResult
        Returns:
        the detailed information of the error or null if unknown.
      • hasError

        public boolean hasError()
        Returns whether to indicate an error.
        Returns:
        true if there has been an error,
        false otherwise
      • parse

        public static UnenrollResult parse(org.json.JSONObject data)
        Returns an instance of UnenrollResult parsed from the object.
        Parameters:
        data - the object to deserialize from.
        Returns:
        The deserialized UnenrollResult.