Package com.okta.sdk.resource.org
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 ExtensibleResourceOrgPreferences
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.BooleangetShowEndUserFooter()OrgPreferenceshideEndUserFooter()Show Okta UI Footer Hide the Okta UI footer for all end users of your organization.OrgPreferencesshowEndUserFooter()Show Okta UI Footer Makes the Okta UI footer visible for all end users of your organization.-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from interface com.okta.sdk.resource.PropertyRetriever
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringList
-
Methods inherited from interface com.okta.sdk.resource.Resource
getResourceHref, setResourceHref
-
-
-
-
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
-
-