@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2015-12-03T18:48:57.986-05:00") public class SettingsApi extends Object
| Constructor and Description |
|---|
SettingsApi() |
SettingsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
ApiKeyInfo |
settingsApikeyinfoGet()
Get information about your own API Key
|
Business |
settingsBusinessGet()
Get information, location and contact details about the business
|
LanguagesList |
settingsLanguagesGet()
Retrieve all supported languages
|
PeopleCategoryList |
settingsPeoplecategoriesGet()
Retrieve all supported people categories
Retrieve the people categories supported by this account.\n This can include the default ones (\"Adults\",\"Children\",\"Infants\") and also custom ones defined by the account (\"Students\", ...)
|
ProductList |
settingsProductsGet(String type,
Integer itemsPerPage,
String pageNavigationToken,
Integer pageNumber)
Get information about the products offered
Get information about all the products (things that can be booked) offered.\n 3 types of product are available:\n - fixed are products with a fixed schedule and a given number of seats.
|
ResourceTypesList |
settingsResourcesGet(Integer itemsPerPage,
String pageNavigationToken,
Integer pageNumber)
Retrieve all available resources
|
public SettingsApi()
public SettingsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public ApiKeyInfo settingsApikeyinfoGet() throws ApiException
ApiExceptionpublic Business settingsBusinessGet() throws ApiException
ApiExceptionpublic LanguagesList settingsLanguagesGet() throws ApiException
ApiExceptionpublic PeopleCategoryList settingsPeoplecategoriesGet() throws ApiException
ApiExceptionpublic ProductList settingsProductsGet(String type, Integer itemsPerPage, String pageNavigationToken, Integer pageNumber) throws ApiException
type - if not specified, get all productsitemsPerPage - .\nmaximum: 100pageNavigationToken - pageNumber - ApiExceptionpublic ResourceTypesList settingsResourcesGet(Integer itemsPerPage, String pageNavigationToken, Integer pageNumber) throws ApiException
itemsPerPage - maximum: 100pageNavigationToken - pageNumber - ApiExceptionCopyright © 2015. All rights reserved.