Package com.okta.sdk.resource.model
Class OrgGeneralSettingLinks
java.lang.Object
com.okta.sdk.resource.model.OrgGeneralSettingLinks
- All Implemented Interfaces:
Serializable
@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 OrgGeneralSettingLinks
extends Object
implements Serializable
Specifies link relations (see [Web Linking](https://www.rfc-editor.org/rfc/rfc8288)) available for the org using the
[JSON Hypertext Application Language](https://datatracker.ietf.org/doc/html/draft-kelly-json-hal-06) specification
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncontacts
(OrgGeneralSettingLinksContacts contacts) boolean
Get contactsgetLogo()
Get logoGet oktaCommunicationGet oktaSupportGet preferencesGet uploadLogoint
hashCode()
oktaCommunication
(OrgGeneralSettingLinksOktaCommunication oktaCommunication) oktaSupport
(OrgGeneralSettingLinksOktaSupport oktaSupport) preferences
(OrgGeneralSettingLinksPreferences preferences) void
setContacts
(OrgGeneralSettingLinksContacts contacts) void
void
setOktaCommunication
(OrgGeneralSettingLinksOktaCommunication oktaCommunication) void
setOktaSupport
(OrgGeneralSettingLinksOktaSupport oktaSupport) void
setPreferences
(OrgGeneralSettingLinksPreferences preferences) void
setUploadLogo
(OrgGeneralSettingLinksUploadLogo uploadLogo) toString()
uploadLogo
(OrgGeneralSettingLinksUploadLogo uploadLogo)
-
Field Details
-
JSON_PROPERTY_CONTACTS
- See Also:
-
JSON_PROPERTY_LOGO
- See Also:
-
JSON_PROPERTY_OKTA_COMMUNICATION
- See Also:
-
JSON_PROPERTY_OKTA_SUPPORT
- See Also:
-
JSON_PROPERTY_PREFERENCES
- See Also:
-
JSON_PROPERTY_UPLOAD_LOGO
- See Also:
-
-
Constructor Details
-
OrgGeneralSettingLinks
public OrgGeneralSettingLinks()
-
-
Method Details
-
contacts
-
getContacts
Get contacts- Returns:
- contacts
-
setContacts
-
logo
-
getLogo
Get logo- Returns:
- logo
-
setLogo
-
oktaCommunication
public OrgGeneralSettingLinks oktaCommunication(OrgGeneralSettingLinksOktaCommunication oktaCommunication) -
getOktaCommunication
Get oktaCommunication- Returns:
- oktaCommunication
-
setOktaCommunication
-
oktaSupport
-
getOktaSupport
Get oktaSupport- Returns:
- oktaSupport
-
setOktaSupport
-
preferences
-
getPreferences
Get preferences- Returns:
- preferences
-
setPreferences
-
uploadLogo
-
getUploadLogo
Get uploadLogo- Returns:
- uploadLogo
-
setUploadLogo
-
equals
-
hashCode
public int hashCode() -
toString
-