Uses of Class
codes.thischwa.cf.model.PagingRequest
Packages that use PagingRequest
Package
Description
The base package of CloudflareDNS-java.
The model of CloudflareDNS-java.
-
Uses of PagingRequest in codes.thischwa.cf
Methods in codes.thischwa.cf with parameters of type PagingRequestModifier and TypeMethodDescriptionCfDnsClient.sldListAll
(ZoneEntity zone, String sld, PagingRequest pagingRequest) Retrieves all record entities for a specific second-level domain (SLD) within a given DNS zone.CfDnsClient.zoneListAll
(PagingRequest pagingRequest) Retrieves a list of all DNS zones using the provided paging request parameters. -
Uses of PagingRequest in codes.thischwa.cf.model
Methods in codes.thischwa.cf.model that return PagingRequestModifier and TypeMethodDescriptionstatic PagingRequest
PagingRequest.defaultPaging()
Creates a defaultPagingRequest
instance with a page number set to 1 and a high number of items per page (5,000,000) to accommodate large dataset requests.static PagingRequest
PagingRequest.of
(int page, int perPage) Creates a newPagingRequest
instance with the specified page number and items per page.