@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class EmailPreviewLinks extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
| static String | JSON_PROPERTY_CONTENT_SOURCE | 
| static String | JSON_PROPERTY_DEFAULT_CONTENT | 
| static String | JSON_PROPERTY_SELF | 
| static String | JSON_PROPERTY_TEMPLATE | 
| static String | JSON_PROPERTY_TEST | 
| Constructor and Description | 
|---|
| EmailPreviewLinks() | 
| Modifier and Type | Method and Description | 
|---|---|
| EmailPreviewLinks | contentSource(HrefObject contentSource) | 
| EmailPreviewLinks | defaultContent(HrefObject defaultContent) | 
| boolean | equals(Object o) | 
| HrefObject | getContentSource()Get contentSource | 
| HrefObject | getDefaultContent()Get defaultContent | 
| HrefObjectSelfLink | getSelf()Get self | 
| HrefObject | getTemplate()Get template | 
| HrefObject | getTest()Get test | 
| int | hashCode() | 
| EmailPreviewLinks | self(HrefObjectSelfLink self) | 
| void | setContentSource(HrefObject contentSource) | 
| void | setDefaultContent(HrefObject defaultContent) | 
| void | setSelf(HrefObjectSelfLink self) | 
| void | setTemplate(HrefObject template) | 
| void | setTest(HrefObject test) | 
| EmailPreviewLinks | template(HrefObject template) | 
| EmailPreviewLinks | test(HrefObject test) | 
| String | toString() | 
public static final String JSON_PROPERTY_SELF
public static final String JSON_PROPERTY_CONTENT_SOURCE
public static final String JSON_PROPERTY_TEMPLATE
public static final String JSON_PROPERTY_TEST
public static final String JSON_PROPERTY_DEFAULT_CONTENT
public EmailPreviewLinks self(HrefObjectSelfLink self)
@Nullable public HrefObjectSelfLink getSelf()
public void setSelf(HrefObjectSelfLink self)
public EmailPreviewLinks contentSource(HrefObject contentSource)
@Nullable public HrefObject getContentSource()
public void setContentSource(HrefObject contentSource)
public EmailPreviewLinks template(HrefObject template)
@Nullable public HrefObject getTemplate()
public void setTemplate(HrefObject template)
public EmailPreviewLinks test(HrefObject test)
@Nullable public HrefObject getTest()
public void setTest(HrefObject test)
public EmailPreviewLinks defaultContent(HrefObject defaultContent)
@Nullable public HrefObject getDefaultContent()
public void setDefaultContent(HrefObject defaultContent)
Copyright © 2017–2023 Okta. All rights reserved.