Package com.okta.sdk.resource.api
Class OrgSettingGeneralApi
java.lang.Object
com.okta.sdk.resource.api.OrgSettingGeneralApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class OrgSettingGeneralApi
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static com.fasterxml.jackson.databind.ObjectMapper
Retrieve the Org General Settings Retrieves the Org General SettingsgetOrgSettings
(Map<String, String> additionalHeaders) Retrieve the Org General Settings Retrieves the Org General SettingsreplaceOrgSettings
(OrgSetting orgSetting) Replace the Org General Settings Replaces the Org General Settings for your Okta orgreplaceOrgSettings
(OrgSetting orgSetting, Map<String, String> additionalHeaders) Replace the Org General Settings Replaces the Org General Settings for your Okta orgvoid
setApiClient
(ApiClient apiClient) updateOrgSettings
(OrgSetting orgSetting) Update the Org General Settings Updates partial Org General SettingsupdateOrgSettings
(OrgSetting orgSetting, Map<String, String> additionalHeaders) Update the Org General Settings Updates partial Org General Settings
-
Constructor Details
-
OrgSettingGeneralApi
public OrgSettingGeneralApi() -
OrgSettingGeneralApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getOrgSettings
Retrieve the Org General Settings Retrieves the Org General Settings- Returns:
- OrgSetting
- Throws:
ApiException
- if fails to make API call
-
getOrgSettings
Retrieve the Org General Settings Retrieves the Org General Settings- Parameters:
additionalHeaders
- additionalHeaders for this call- Returns:
- OrgSetting
- Throws:
ApiException
- if fails to make API call
-
replaceOrgSettings
Replace the Org General Settings Replaces the Org General Settings for your Okta org- Parameters:
orgSetting
- (required)- Returns:
- OrgSetting
- Throws:
ApiException
- if fails to make API call
-
replaceOrgSettings
public OrgSetting replaceOrgSettings(OrgSetting orgSetting, Map<String, String> additionalHeaders) throws ApiExceptionReplace the Org General Settings Replaces the Org General Settings for your Okta org- Parameters:
orgSetting
- (required)additionalHeaders
- additionalHeaders for this call- Returns:
- OrgSetting
- Throws:
ApiException
- if fails to make API call
-
updateOrgSettings
Update the Org General Settings Updates partial Org General Settings- Parameters:
orgSetting
- (optional)- Returns:
- OrgSetting
- Throws:
ApiException
- if fails to make API call
-
updateOrgSettings
public OrgSetting updateOrgSettings(OrgSetting orgSetting, Map<String, String> additionalHeaders) throws ApiExceptionUpdate the Org General Settings Updates partial Org General Settings- Parameters:
orgSetting
- (optional)additionalHeaders
- additionalHeaders for this call- Returns:
- OrgSetting
- Throws:
ApiException
- if fails to make API call
-
getObjectMapper
protected static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
-