Interface OrgPreferences

  • All Superinterfaces:
    ExtensibleResource, java.util.Map<java.lang.String,​java.lang.Object>, PropertyRetriever, Resource

    @Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
               date="2022-02-14T12:54:39.514-06:00")
    public interface OrgPreferences
    extends ExtensibleResource
    OrgPreferences
    • Method Detail

      • getShowEndUserFooter

        java.lang.Boolean getShowEndUserFooter()
      • hideEndUserFooter

        @Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
                   date="2022-02-14T12:54:39.514-06:00",
                   comments="POST - /api/v1/org/preferences/hideEndUserFooter")
        OrgPreferences hideEndUserFooter()
        Show Okta UI Footer Hide the Okta UI footer for all end users of your organization.
        Returns:
        OrgPreferences
      • showEndUserFooter

        @Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
                   date="2022-02-14T12:54:39.514-06:00",
                   comments="POST - /api/v1/org/preferences/showEndUserFooter")
        OrgPreferences showEndUserFooter()
        Show Okta UI Footer Makes the Okta UI footer visible for all end users of your organization.
        Returns:
        OrgPreferences