Uses of Class
com.nettoolkit.gatekeeper.CountVisitsRequest
Packages that use CountVisitsRequest
-
Uses of CountVisitsRequest in com.nettoolkit.gatekeeper
Methods in com.nettoolkit.gatekeeper that return CountVisitsRequestModifier and TypeMethodDescriptionCountVisitsRequest.authorization(String strAuthorization) Sets the authorization to query.Sets the country to query.CountVisitsRequest.earliest(long lTimestamp) Sets the earliest time to query.Sets the earliest time to query.CountVisitsRequest.earliest(OffsetDateTime timestamp) Sets the earliest time to query.Sets the IP address to query.CountVisitsRequest.latest(long lTimestamp) Sets the latest time to query.Sets the latest time to query.CountVisitsRequest.latest(OffsetDateTime timestamp) Sets the latest time to query.GatekeeperClient.newCountVisitsRequest()Creates a new request to count visits.CountVisitsRequest.pagePrefix(String strPagePrefix) Sets the page prefix to query.Sets the tag to query.CountVisitsRequest.userId(long lUserId) Sets the user ID to query.