Uses of Class
com.okta.sdk.resource.model.OrgSetting
Packages that use OrgSetting
-
Uses of OrgSetting in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return OrgSettingModifier and TypeMethodDescriptionOrgSettingGeneralApi.getOrgSettings()Retrieve the Org General Settings Retrieves the Org General SettingsOrgSettingGeneralApi.getOrgSettings(Map<String, String> additionalHeaders) Retrieve the Org General Settings Retrieves the Org General SettingsOrgSettingGeneralApi.replaceOrgSettings(OrgSetting orgSetting) Replace the Org General Settings Replaces the Org General Settings for your Okta orgOrgSettingGeneralApi.replaceOrgSettings(OrgSetting orgSetting, Map<String, String> additionalHeaders) Replace the Org General Settings Replaces the Org General Settings for your Okta orgOrgSettingGeneralApi.updateOrgSettings(OrgSetting orgSetting) Update the Org General Settings Updates partial Org General SettingsOrgSettingGeneralApi.updateOrgSettings(OrgSetting orgSetting, Map<String, String> additionalHeaders) Update the Org General Settings Updates partial Org General SettingsMethods in com.okta.sdk.resource.api with parameters of type OrgSettingModifier and TypeMethodDescriptionOrgSettingGeneralApi.replaceOrgSettings(OrgSetting orgSetting) Replace the Org General Settings Replaces the Org General Settings for your Okta orgOrgSettingGeneralApi.replaceOrgSettings(OrgSetting orgSetting, Map<String, String> additionalHeaders) Replace the Org General Settings Replaces the Org General Settings for your Okta orgOrgSettingGeneralApi.updateOrgSettings(OrgSetting orgSetting) Update the Org General Settings Updates partial Org General SettingsOrgSettingGeneralApi.updateOrgSettings(OrgSetting orgSetting, Map<String, String> additionalHeaders) Update the Org General Settings Updates partial Org General Settings -
Uses of OrgSetting in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return OrgSettingModifier and TypeMethodDescriptionOrgSetting.companyName(String companyName) OrgSetting.endUserSupportHelpURL(String endUserSupportHelpURL) OrgSetting.links(OrgGeneralSettingLinks links) OrgSetting.phoneNumber(String phoneNumber) OrgSetting.postalCode(String postalCode) OrgSetting.supportPhoneNumber(String supportPhoneNumber)