@@ -302,18 +302,18 @@ IP Geolocation API Java SDK has the following classes that you can use to fully
302302
303303### Class: io.ipgeolocation.api.GeolocationParams
304304
305- | Method | Description | Return Type |
306- | :--------------------------------| :--------------------------------------------------------------------------------------------| :--------------------------|
307- | getIPAddress() | Get IP address set to lookup geolocation. | String |
308- | getLang() | Get language set to lookup geolocation. | String |
309- | getFields() | Get fields set to lookup geolocation. | String |
310- | isIncludeHostname() | Returns Boolean object whether hostname is included in response or not. | boolean |
311- | isIncludeHostnameFallbackLive() | Returns Boolean object whether hostname with fall-back-live is included in response or not. | boolean |
312- | isIncludeLiveHostname() | Returns Boolean object whether live hostname is included in response or not. | boolean |
313- | isIncludeSecurity() | Returns Boolean object whether Security object is included in response or not. | boolean |
314- | isIncludeUserAgentDetail() | Returns Boolean object whether UserAgent object is included in response or not. | boolean |
315- | getExcludes() | Get fields (as a comma separated value) that have been excluded from response. | String |
316- | builder() | Returns an instance of GeolocationParamsBuilder. | GeolocationParamsBuilder |
305+ | Method | Description | Return Type |
306+ | :--------------------------------| :--------------------------------------------------------------------------------------------| :-------------------------------- |
307+ | getIPAddress() | Get IP address set to lookup geolocation. | String |
308+ | getLang() | Get language set to lookup geolocation. | String |
309+ | getFields() | Get fields set to lookup geolocation. | String |
310+ | isIncludeHostname() | Returns Boolean object whether hostname is included in response or not. | boolean |
311+ | isIncludeHostnameFallbackLive() | Returns Boolean object whether hostname with fall-back-live is included in response or not. | boolean |
312+ | isIncludeLiveHostname() | Returns Boolean object whether live hostname is included in response or not. | boolean |
313+ | isIncludeSecurity() | Returns Boolean object whether Security object is included in response or not. | boolean |
314+ | isIncludeUserAgentDetail() | Returns Boolean object whether UserAgent object is included in response or not. | boolean |
315+ | getExcludes() | Get fields (as a comma separated value) that have been excluded from response. | String |
316+ | builder() | Returns an instance of GeolocationParamsBuilder. | static GeolocationParamsBuilder |
317317
318318### Class: io.ipgeolocation.api.GeolocationParamsBuilder
319319
@@ -328,7 +328,7 @@ IP Geolocation API Java SDK has the following classes that you can use to fully
328328| includeSecurity() | Returns Boolean object whether Security object is included in response or not. | GeolocationParamsBuilder |
329329| includeUserAgentDetail() | Returns Boolean object whether UserAgent object is included in response or not. | GeolocationParamsBuilder |
330330| withExcludes(String excludes) | Set fields (as a comma separated value) to exclude from response. | GeolocationParamsBuilder |
331- | build() | Returns an instance of GeolocationParams with the set values. | GeolocationParams |
331+ | build() | Returns an instance of GeolocationParams with the values set earlier. | GeolocationParams |
332332
333333### Class: io.ipgeolocation.api.Geolocation
334334
@@ -400,15 +400,15 @@ IP Geolocation API Java SDK has the following classes that you can use to fully
400400
401401### Class: io.ipgeolocation.api.TimezoneParams
402402
403- | Method | Description | Return Type |
404- | :---------------| :--------------------------------------------------------------------------| :-----------------------|
405- | getTimezone() | Get time zone ID set to query time zone information. | String |
406- | getIPAddress() | Get IP address set to query time zone information. | String |
407- | getLatitude() | Returns latitude set to query time zone information. | BigDecimal |
408- | getLongitude() | Returns longitude set to query time zone information. | BigDecimal |
409- | getLocation() | Get location parameter value to get timezone details. | String |
410- | getLang() | Get language set to lookup geolocation. | String |
411- | builder() | Returns an instance of TimezoneParamsBuilder. | TimezoneParamsBuilder |
403+ | Method | Description | Return Type |
404+ | :---------------| :--------------------------------------------------------------------------| :----------------------------- |
405+ | getTimezone() | Get time zone ID set to query time zone information. | String |
406+ | getIPAddress() | Get IP address set to query time zone information. | String |
407+ | getLatitude() | Returns latitude set to query time zone information. | BigDecimal |
408+ | getLongitude() | Returns longitude set to query time zone information. | BigDecimal |
409+ | getLocation() | Get location parameter value to get timezone details. | String |
410+ | getLang() | Get language set to lookup geolocation. | String |
411+ | builder() | Returns an instance of TimezoneParamsBuilder. | static TimezoneParamsBuilder |
412412
413413### Class: io.ipgeolocation.api.TimezoneParamsBuilder
414414
@@ -419,7 +419,7 @@ IP Geolocation API Java SDK has the following classes that you can use to fully
419419| withCoordinates(BigDecimal latitude, BigDecimal longitude) | Sets latitude and longitude of a location to query time zone information. | TimezoneParamsBuilder |
420420| withLocation(String location) | Set location parameter to get timezone details. | TimezoneParamsBuilder |
421421| withLang(String lang) | Set language parameter to lookup geolocation. Default is 'en'. | TimezoneParamsBuilder |
422- | build() | Returns an instance of TimezoneParams with the set values. | TimezoneParams |
422+ | build() | Returns an instance of TimezoneParams with the values set earlier. | TimezoneParams |
423423
424424### Class: io.ipgeolocation.api.Timezone
425425
0 commit comments