Uses of Class
com.okta.sdk.resource.model.OrgSetting
-
Uses of OrgSetting in com.okta.sdk.resource.api
Modifier 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 fieldsModifier 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
Modifier and TypeMethodDescriptionOrgSetting.companyName
(String companyName) OrgSetting.endUserSupportHelpURL
(String endUserSupportHelpURL) OrgSetting.phoneNumber
(String phoneNumber) OrgSetting.postalCode
(String postalCode) OrgSetting.supportPhoneNumber
(String supportPhoneNumber)