@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00") public interface OrgSetting extends ExtensibleResource
Modifier and Type | Method and Description |
---|---|
OrgOktaCommunicationSetting |
communicationSettings()
Get Okta Communication Settings
Gets Okta Communication Settings of your organization.
|
String |
getAddress1() |
String |
getAddress2() |
String |
getCity() |
String |
getCompanyName() |
OrgContactTypeObjList |
getContactTypes()
Get org contact types
Gets Contact Types of your organization.
|
String |
getCountry() |
Date |
getCreated() |
String |
getEndUserSupportHelpURL() |
Date |
getExpiresAt() |
String |
getId() |
Date |
getLastUpdated() |
OrgContactUser |
getOrgContactUser(String contactType)
Get org contact user
Retrieves the URL of the User associated with the specified Contact Type.
|
String |
getPhoneNumber() |
String |
getPostalCode() |
String |
getState() |
String |
getStatus() |
String |
getSubdomain() |
String |
getSupportPhoneNumber() |
OrgOktaSupportSettingsObj |
getSupportSettings()
Get Okta Support settings
Gets Okta Support Settings of your organization.
|
String |
getWebsite() |
OrgPreferences |
hideFooter()
Show Okta UI Footer
Hide the Okta UI footer for all end users of your organization.
|
OrgPreferences |
orgPreferences()
Get org preferences
Gets preferences of your organization.
|
OrgSetting |
partialUpdate()
Partial update Org setting
Partial update settings of your organization.
|
OrgSetting |
setAddress1(String address1) |
OrgSetting |
setAddress2(String address2) |
OrgSetting |
setCity(String city) |
OrgSetting |
setCompanyName(String companyName) |
OrgSetting |
setCountry(String country) |
OrgSetting |
setEndUserSupportHelpURL(String endUserSupportHelpURL) |
OrgSetting |
setPhoneNumber(String phoneNumber) |
OrgSetting |
setPostalCode(String postalCode) |
OrgSetting |
setState(String state) |
OrgSetting |
setSupportPhoneNumber(String supportPhoneNumber) |
OrgSetting |
setWebsite(String website) |
OrgPreferences |
showFooter()
Show Okta UI Footer
Makes the Okta UI footer visible for all end users of your organization.
|
OrgSetting |
update()
Update Org setting
Update settings of your organization.
|
void |
updateOrgLogo(File file)
Update org logo
Updates the logo for your organization.
|
getResourceHref, setResourceHref
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringList
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
String getAddress1()
OrgSetting setAddress1(String address1)
String getAddress2()
OrgSetting setAddress2(String address2)
String getCity()
OrgSetting setCity(String city)
String getCompanyName()
OrgSetting setCompanyName(String companyName)
String getCountry()
OrgSetting setCountry(String country)
Date getCreated()
String getEndUserSupportHelpURL()
OrgSetting setEndUserSupportHelpURL(String endUserSupportHelpURL)
Date getExpiresAt()
String getId()
Date getLastUpdated()
String getPhoneNumber()
OrgSetting setPhoneNumber(String phoneNumber)
String getPostalCode()
OrgSetting setPostalCode(String postalCode)
String getState()
OrgSetting setState(String state)
String getStatus()
String getSubdomain()
String getSupportPhoneNumber()
OrgSetting setSupportPhoneNumber(String supportPhoneNumber)
String getWebsite()
OrgSetting setWebsite(String website)
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/org") OrgSetting partialUpdate()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="GET - /api/v1/org/privacy/oktaSupport") OrgOktaSupportSettingsObj getSupportSettings()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="GET - /api/v1/org/contacts/{contactType}") OrgContactUser getOrgContactUser(String contactType)
contactType
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="GET - /api/v1/org/preferences") OrgPreferences orgPreferences()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/org/logo") void updateOrgLogo(File file)
file
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="GET - /api/v1/org/contacts") OrgContactTypeObjList getContactTypes()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="GET - /api/v1/org/privacy/oktaCommunication") OrgOktaCommunicationSetting communicationSettings()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/org/preferences/hideEndUserFooter") OrgPreferences hideFooter()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="PUT - /api/v1/org") OrgSetting update()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2023-07-07T09:07:50.516-05:00", comments="POST - /api/v1/org/preferences/showEndUserFooter") OrgPreferences showFooter()
Copyright © 2017–2023 Okta. All rights reserved.