User API

Request

Other API in Package

Web

Internal Tunnel

Internal Web

Tunnel

Method Summary
String getClientAddress()

Returns the IP Address of the client.

int getListLimit()

Returns maximum count of record in data list that requester can accept

int getPage()

If paging returns number of requested page

int getPageSize()

If paging returns count of records per page

Payload getPayload()

Returns optional payload sent in web service request. This method returns null if there is no payload in the request

boolean isPaging()

Returns true if requester expects paging for data list in response

String toString()

Returns a description of this object.

Method Detail


String getClientAddress()

Returns the IP Address of the client.

Returns:  String

Since: 01-11-2012

top

int getListLimit()

Returns maximum count of record in data list that requester can accept

Returns:  int

Since: 05-17-2011

top

int getPage()

If paging returns number of requested page

Returns:  int

Since: 05-17-2011

top

int getPageSize()

If paging returns count of records per page

Returns:  int

Since: 05-17-2011

top

Payload getPayload()

Returns optional payload sent in web service request. This method returns null if there is no payload in the request

Returns:  Payload

Since: 05-13-2011

top

boolean isPaging()

Returns true if requester expects paging for data list in response

Returns:  boolean

Since: 05-17-2011

top

String toString()

Returns a description of this object.

Returns:  String

Since: 05-13-2011

top
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. API Date: Dec 03, 2024 10:24 AM