Package com.okta.sdk.resource.api
Class OrgSettingCustomizationApi
java.lang.Object
com.okta.sdk.resource.api.OrgSettingCustomizationApi
@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 OrgSettingCustomizationApi
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static com.fasterxml.jackson.databind.ObjectMapper
Retrieve the Org Preferences Retrieves preferences of your Okta orggetOrgPreferences
(Map<String, String> additionalHeaders) Retrieve the Org Preferences Retrieves preferences of your Okta orgvoid
setApiClient
(ApiClient apiClient) Set the Hide Dashboard Footer Preference Sets the preference to hide the Okta UI footer for all end users of your orgsetOrgHideOktaUIFooter
(Map<String, String> additionalHeaders) Set the Hide Dashboard Footer Preference Sets the preference to hide the Okta UI footer for all end users of your orgSet the Show Dashboard Footer Preference Sets the preference to show the Okta UI footer for all end users of your orgsetOrgShowOktaUIFooter
(Map<String, String> additionalHeaders) Set the Show Dashboard Footer Preference Sets the preference to show the Okta UI footer for all end users of your orgvoid
uploadOrgLogo
(File _file) Upload the Org Logo Uploads and replaces the logo for your organizationvoid
uploadOrgLogo
(File _file, Map<String, String> additionalHeaders) Upload the Org Logo Uploads and replaces the logo for your organization
-
Constructor Details
-
OrgSettingCustomizationApi
public OrgSettingCustomizationApi() -
OrgSettingCustomizationApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getOrgPreferences
Retrieve the Org Preferences Retrieves preferences of your Okta org- Returns:
- OrgPreferences
- Throws:
ApiException
- if fails to make API call
-
getOrgPreferences
Retrieve the Org Preferences Retrieves preferences of your Okta org- Parameters:
additionalHeaders
- additionalHeaders for this call- Returns:
- OrgPreferences
- Throws:
ApiException
- if fails to make API call
-
uploadOrgLogo
Upload the Org Logo Uploads and replaces the logo for your organization- Parameters:
_file
- The file must be in PNG, JPG, or GIF format and less than 1 MB in size. For best results use landscape orientation, a transparent background, and a minimum size of 420px by 120px to prevent upscaling. (required)- Throws:
ApiException
- if fails to make API call
-
uploadOrgLogo
Upload the Org Logo Uploads and replaces the logo for your organization- Parameters:
_file
- The file must be in PNG, JPG, or GIF format and less than 1 MB in size. For best results use landscape orientation, a transparent background, and a minimum size of 420px by 120px to prevent upscaling. (required)additionalHeaders
- additionalHeaders for this call- Throws:
ApiException
- if fails to make API call
-
getObjectMapper
protected static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
-