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 TypeMethodDescriptionOrgSettingApi.getOrgSettings()Retrieve the Org Settings Retrieves the org settingsOrgSettingApi.getOrgSettings(Map<String, String> additionalHeaders) Retrieve the Org Settings Retrieves the org settingsOrgSettingApi.replaceOrgSettings(OrgSetting orgSetting) Replace the Org Settings Replaces the settings of your organizationOrgSettingApi.replaceOrgSettings(OrgSetting orgSetting, Map<String, String> additionalHeaders) Replace the Org Settings Replaces the settings of your organizationOrgSettingApi.updateOrgSettings(OrgSetting orgSetting) Update the Org Settings Partially updates the org settings depending on provided fieldsOrgSettingApi.updateOrgSettings(OrgSetting orgSetting, Map<String, String> additionalHeaders) Update the Org Settings Partially updates the org settings depending on provided fieldsMethods in com.okta.sdk.resource.api with parameters of type OrgSettingModifier and TypeMethodDescriptionOrgSettingApi.replaceOrgSettings(OrgSetting orgSetting) Replace the Org Settings Replaces the settings of your organizationOrgSettingApi.replaceOrgSettings(OrgSetting orgSetting, Map<String, String> additionalHeaders) Replace the Org Settings Replaces the settings of your organizationOrgSettingApi.updateOrgSettings(OrgSetting orgSetting) Update the Org Settings Partially updates the org settings depending on provided fieldsOrgSettingApi.updateOrgSettings(OrgSetting orgSetting, Map<String, String> additionalHeaders) Update the Org Settings Partially updates the org settings depending on provided fields -
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.phoneNumber(String phoneNumber) OrgSetting.postalCode(String postalCode) OrgSetting.supportPhoneNumber(String supportPhoneNumber)