com.simpleyql
Interface QueryResult

All Known Implementing Classes:
QueryResultImpl

public interface QueryResult

Information returned by an API call

Author:
chester

Method Summary
 java.lang.String getAuthdata()
          The token used for this request.
 java.lang.String getText()
          The response from the server
 

Method Detail

getText

java.lang.String getText()
The response from the server

Returns:
Raw text from the response

getAuthdata

java.lang.String getAuthdata()
The token used for this request. If this value is different from the token passed to the API, application should store the new token for future calls.

Returns:
If not expired, the same token received when the API was called, otherwise the renewed token.


Copyright © 2009. All Rights Reserved.