public method O2GResponse.getRequestId

Brief

Gets the identifier of the request.

Declaration
Java
String  getRequestId ()

Details

Responses of the O2GResponseType.TABLES_UPDATES type do not have corresponding requests. For these responses, the method returns an empty string.

Declared in O2GResponse

back