Interface GetResult


  • public interface GetResult
    Class representing the result of the get service.
    • Method Detail

      • getResultCode

        AccessResultCode getResultCode()
        The result code of the the request.
        Returns:
        The result code of the get operation
      • requestSuccessful

        boolean requestSuccessful()
        The success of preceding request.
        Returns:
        true if it was successful. If false, getResultData() returns null.