Class Index
java.lang.Object
com.ringcentral.paths.restapi.dictionary.timezone.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
Returns information on a certain timezone.list()
list
(ListTimezonesParameters queryParams) Returns all available timezones.path()
-
Field Details
-
rc
-
parent
-
timezoneId
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
list
public GetTimezoneListResponse list(ListTimezonesParameters queryParams) throws RestException, IOException Returns all available timezones.HTTP Method: get Endpoint: /restapi/{apiVersion}/dictionary/timezone Rate Limit Group: Light
- Throws:
RestException
IOException
-
list
- Throws:
RestException
IOException
-
get
Returns information on a certain timezone.HTTP Method: get Endpoint: /restapi/{apiVersion}/dictionary/timezone/{timezoneId} Rate Limit Group: Light
- Throws:
RestException
IOException
-