@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class EmailPreviewLinksAllOf 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_TEMPLATE |
static String |
JSON_PROPERTY_TEST |
Constructor and Description |
---|
EmailPreviewLinksAllOf() |
Modifier and Type | Method and Description |
---|---|
EmailPreviewLinksAllOf |
contentSource(HrefObject contentSource) |
EmailPreviewLinksAllOf |
defaultContent(HrefObject defaultContent) |
boolean |
equals(Object o) |
HrefObject |
getContentSource()
Get contentSource
|
HrefObject |
getDefaultContent()
Get defaultContent
|
HrefObject |
getTemplate()
Get template
|
HrefObject |
getTest()
Get test
|
int |
hashCode() |
void |
setContentSource(HrefObject contentSource) |
void |
setDefaultContent(HrefObject defaultContent) |
void |
setTemplate(HrefObject template) |
void |
setTest(HrefObject test) |
EmailPreviewLinksAllOf |
template(HrefObject template) |
EmailPreviewLinksAllOf |
test(HrefObject test) |
String |
toString() |
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 EmailPreviewLinksAllOf contentSource(HrefObject contentSource)
@Nullable public HrefObject getContentSource()
public void setContentSource(HrefObject contentSource)
public EmailPreviewLinksAllOf template(HrefObject template)
@Nullable public HrefObject getTemplate()
public void setTemplate(HrefObject template)
public EmailPreviewLinksAllOf test(HrefObject test)
@Nullable public HrefObject getTest()
public void setTest(HrefObject test)
public EmailPreviewLinksAllOf defaultContent(HrefObject defaultContent)
@Nullable public HrefObject getDefaultContent()
public void setDefaultContent(HrefObject defaultContent)
Copyright © 2017–2023 Okta. All rights reserved.