@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00") public class DefaultOrgSetting extends AbstractInstanceResource<OrgSetting> implements OrgSetting
properties
readLock, writeLock
Constructor and Description |
---|
DefaultOrgSetting(InternalDataStore dataStore) |
DefaultOrgSetting(InternalDataStore dataStore,
Map<String,Object> properties) |
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() |
Map<String,Property> |
getPropertyDescriptors() |
Class<? extends Resource> |
getResourceClass()
Returns the class this resource represents.
|
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.
|
delete, save
clear, containsKey, containsValue, createPropertyDescriptorMap, createPropertyDescriptorMap, entrySet, equals, get, getDataStore, getDeletedPropertyNames, getInternalProperties, getParamsFromHref, getProperty, getPropertyNames, getResourceHref, getResourceListProperty, getResourceProperty, getUpdatedPropertyNames, hashCode, hasProperty, isDirty, isEmpty, isPrintableProperty, keySet, materialize, put, putAll, remove, setInternalProperties, setProperty, setProperty, setResourceHref, size, toString, values
getBoolean, getBoolean, getBooleanProperty, getCharArray, getDateProperty, getDoubleProperty, getDoubleProperty, getEnumListProperty, getEnumProperty, getEnumProperty, getInt, getInteger, getIntegerList, getIntProperty, getIntProperty, getListProperty, getListProperty, getMap, getMapProperty, getNonEmptyMap, getNullableBoolean, getNullableBooleanProperty, getNumber, getNumberList, getString, getString, getStringList, getStringProperty, setProperty, setProperty
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
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
public DefaultOrgSetting(InternalDataStore dataStore)
public DefaultOrgSetting(InternalDataStore dataStore, Map<String,Object> properties)
public Map<String,Property> getPropertyDescriptors()
getPropertyDescriptors
in class AbstractResource
public Class<? extends Resource> getResourceClass()
AbstractInstanceResource
Foo
, in this case this method may return Foo.class
.
(Defaults to getClass()
.)getResourceClass
in class AbstractInstanceResource<OrgSetting>
public String getAddress1()
getAddress1
in interface OrgSetting
public OrgSetting setAddress1(String address1)
setAddress1
in interface OrgSetting
public String getAddress2()
getAddress2
in interface OrgSetting
public OrgSetting setAddress2(String address2)
setAddress2
in interface OrgSetting
public String getCity()
getCity
in interface OrgSetting
public OrgSetting setCity(String city)
setCity
in interface OrgSetting
public String getCompanyName()
getCompanyName
in interface OrgSetting
public OrgSetting setCompanyName(String companyName)
setCompanyName
in interface OrgSetting
public String getCountry()
getCountry
in interface OrgSetting
public OrgSetting setCountry(String country)
setCountry
in interface OrgSetting
public Date getCreated()
getCreated
in interface OrgSetting
public String getEndUserSupportHelpURL()
getEndUserSupportHelpURL
in interface OrgSetting
public OrgSetting setEndUserSupportHelpURL(String endUserSupportHelpURL)
setEndUserSupportHelpURL
in interface OrgSetting
public Date getExpiresAt()
getExpiresAt
in interface OrgSetting
public String getId()
getId
in interface OrgSetting
public Date getLastUpdated()
getLastUpdated
in interface OrgSetting
public String getPhoneNumber()
getPhoneNumber
in interface OrgSetting
public OrgSetting setPhoneNumber(String phoneNumber)
setPhoneNumber
in interface OrgSetting
public String getPostalCode()
getPostalCode
in interface OrgSetting
public OrgSetting setPostalCode(String postalCode)
setPostalCode
in interface OrgSetting
public String getState()
getState
in interface OrgSetting
public OrgSetting setState(String state)
setState
in interface OrgSetting
public String getStatus()
getStatus
in interface OrgSetting
public String getSubdomain()
getSubdomain
in interface OrgSetting
public String getSupportPhoneNumber()
getSupportPhoneNumber
in interface OrgSetting
public OrgSetting setSupportPhoneNumber(String supportPhoneNumber)
setSupportPhoneNumber
in interface OrgSetting
public String getWebsite()
getWebsite
in interface OrgSetting
public OrgSetting setWebsite(String website)
setWebsite
in interface OrgSetting
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="POST - /api/v1/org") public OrgSetting partialUpdate()
partialUpdate
in interface OrgSetting
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="GET - /api/v1/org/privacy/oktaSupport") public OrgOktaSupportSettingsObj getSupportSettings()
getSupportSettings
in interface OrgSetting
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="GET - /api/v1/org/contacts/{contactType}") public OrgContactUser getOrgContactUser(String contactType)
getOrgContactUser
in interface OrgSetting
contactType
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="GET - /api/v1/org/preferences") public OrgPreferences orgPreferences()
orgPreferences
in interface OrgSetting
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="POST - /api/v1/org/logo") public void updateOrgLogo(File file)
updateOrgLogo
in interface OrgSetting
file
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="GET - /api/v1/org/contacts") public OrgContactTypeObjList getContactTypes()
getContactTypes
in interface OrgSetting
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="GET - /api/v1/org/privacy/oktaCommunication") public OrgOktaCommunicationSetting communicationSettings()
communicationSettings
in interface OrgSetting
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="POST - /api/v1/org/preferences/hideEndUserFooter") public OrgPreferences hideFooter()
hideFooter
in interface OrgSetting
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="PUT - /api/v1/org") public OrgSetting update()
update
in interface OrgSetting
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="POST - /api/v1/org/preferences/showEndUserFooter") public OrgPreferences showFooter()
showFooter
in interface OrgSetting
Copyright © 2017–2023 Okta. All rights reserved.