Uses of Class
org.openapitools.client.model.OrgSetting
Packages that use OrgSetting
-
Uses of OrgSetting in org.openapitools.client.api
Methods in org.openapitools.client.api that return OrgSettingModifier and TypeMethodDescriptionOrgSettingApi.getOrgSettings()Retrieve the Org Settings Retrieves the org settingsOrgSettingApi.replaceOrgSettings(OrgSetting orgSetting) Replace the Org Settings Replaces the settings of your organizationOrgSettingApi.updateOrgSettings(OrgSetting orgSetting) Update the Org Settings Partially update the org settings depending on provided fieldsMethods in org.openapitools.client.api that return types with arguments of type OrgSettingModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<OrgSetting>OrgSettingApi.getOrgSettingsWithHttpInfo()Retrieve the Org Settings Retrieves the org settingsorg.springframework.http.ResponseEntity<OrgSetting>OrgSettingApi.replaceOrgSettingsWithHttpInfo(OrgSetting orgSetting) Replace the Org Settings Replaces the settings of your organizationorg.springframework.http.ResponseEntity<OrgSetting>OrgSettingApi.updateOrgSettingsWithHttpInfo(OrgSetting orgSetting) Update the Org Settings Partially update the org settings depending on provided fieldsMethods in org.openapitools.client.api with parameters of type OrgSettingModifier and TypeMethodDescription<T> TOrgSettingApi.replaceOrgSettings(Class<?> T, OrgSetting orgSetting) Replace the Org Settings Replaces the settings of your organizationOrgSettingApi.replaceOrgSettings(OrgSetting orgSetting) Replace the Org Settings Replaces the settings of your organizationorg.springframework.http.ResponseEntity<OrgSetting>OrgSettingApi.replaceOrgSettingsWithHttpInfo(OrgSetting orgSetting) Replace the Org Settings Replaces the settings of your organizationOrgSettingApi.replaceOrgSettingsWithPaginationInfo(OrgSetting orgSetting) Replace the Org Settings Replaces the settings of your organization<T> TOrgSettingApi.updateOrgSettings(Class<?> T, OrgSetting orgSetting) Update the Org Settings Partially update the org settings depending on provided fieldsOrgSettingApi.updateOrgSettings(OrgSetting orgSetting) Update the Org Settings Partially update the org settings depending on provided fieldsorg.springframework.http.ResponseEntity<OrgSetting>OrgSettingApi.updateOrgSettingsWithHttpInfo(OrgSetting orgSetting) Update the Org Settings Partially update the org settings depending on provided fieldsOrgSettingApi.updateOrgSettingsWithPaginationInfo(OrgSetting orgSetting) Update the Org Settings Partially update the org settings depending on provided fields -
Uses of OrgSetting in org.openapitools.client.model
Methods in org.openapitools.client.model that return OrgSettingModifier and TypeMethodDescriptionOrgSetting.companyName(String companyName) OrgSetting.endUserSupportHelpURL(String endUserSupportHelpURL) OrgSetting.phoneNumber(String phoneNumber) OrgSetting.postalCode(String postalCode) OrgSetting.putLinksItem(String key, Object linksItem) OrgSetting.supportPhoneNumber(String supportPhoneNumber)