Class Index
java.lang.Object
com.ringcentral.paths.restapi.dictionary.state.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
Returns information on a specific state by ID.list()
list
(ListStatesParameters queryParams) Returns all states of a certain country.path()
-
Field Details
-
rc
-
parent
-
stateId
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
list
public GetStateListResponse list(ListStatesParameters queryParams) throws RestException, IOException Returns all states of a certain country.HTTP Method: get Endpoint: /restapi/{apiVersion}/dictionary/state Rate Limit Group: Light
- Throws:
RestException
IOException
-
list
- Throws:
RestException
IOException
-
get
Returns information on a specific state by ID.HTTP Method: get Endpoint: /restapi/{apiVersion}/dictionary/state/{stateId} Rate Limit Group: Light
- Throws:
RestException
IOException
-