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-23T16:19:57.008753975Z[Etc/UTC]",
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontacts(OrgGeneralSettingLinksContacts contacts) booleanGet contactsgetLogo()Get logoGet oktaCommunicationGet oktaSupportGet preferencesGet uploadLogointhashCode()oktaCommunication(OrgGeneralSettingLinksOktaCommunication oktaCommunication) oktaSupport(OrgGeneralSettingLinksOktaSupport oktaSupport) preferences(OrgGeneralSettingLinksPreferences preferences) voidsetContacts(OrgGeneralSettingLinksContacts contacts) voidvoidsetOktaCommunication(OrgGeneralSettingLinksOktaCommunication oktaCommunication) voidsetOktaSupport(OrgGeneralSettingLinksOktaSupport oktaSupport) voidsetPreferences(OrgGeneralSettingLinksPreferences preferences) voidsetUploadLogo(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
-