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 Details

    • OrgSettingCustomizationApi

      public OrgSettingCustomizationApi()
    • OrgSettingCustomizationApi

      public OrgSettingCustomizationApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • getOrgPreferences

      public OrgPreferences getOrgPreferences() throws ApiException
      Retrieve the Org Preferences Retrieves preferences of your Okta org
      Returns:
      OrgPreferences
      Throws:
      ApiException - if fails to make API call
    • getOrgPreferences

      public OrgPreferences getOrgPreferences(Map<String,String> additionalHeaders) throws ApiException
      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
    • setOrgHideOktaUIFooter

      public OrgPreferences setOrgHideOktaUIFooter() throws ApiException
      Set the Hide Dashboard Footer Preference Sets the preference to hide the Okta UI footer for all end users of your org
      Returns:
      OrgPreferences
      Throws:
      ApiException - if fails to make API call
    • setOrgHideOktaUIFooter

      public OrgPreferences setOrgHideOktaUIFooter(Map<String,String> additionalHeaders) throws ApiException
      Set the Hide Dashboard Footer Preference Sets the preference to hide the Okta UI footer for all end users of your org
      Parameters:
      additionalHeaders - additionalHeaders for this call
      Returns:
      OrgPreferences
      Throws:
      ApiException - if fails to make API call
    • setOrgShowOktaUIFooter

      public OrgPreferences setOrgShowOktaUIFooter() throws ApiException
      Set the Show Dashboard Footer Preference Sets the preference to show the Okta UI footer for all end users of your org
      Returns:
      OrgPreferences
      Throws:
      ApiException - if fails to make API call
    • setOrgShowOktaUIFooter

      public OrgPreferences setOrgShowOktaUIFooter(Map<String,String> additionalHeaders) throws ApiException
      Set the Show Dashboard Footer Preference Sets the preference to show the Okta UI footer for all end users of your org
      Parameters:
      additionalHeaders - additionalHeaders for this call
      Returns:
      OrgPreferences
      Throws:
      ApiException - if fails to make API call
    • uploadOrgLogo

      public void uploadOrgLogo(File _file) throws ApiException
      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

      public void uploadOrgLogo(File _file, Map<String,String> additionalHeaders) throws ApiException
      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()