Interface ReadResult


  • public interface ReadResult
    This class represents the result of the invocation of the read 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.