public class ETDataExtensionColumn extends ETSoapObject
ETDataExtensionColumn object represents a
data extension column in the Salesforce Marketing Cloud.| Modifier and Type | Class and Description |
|---|---|
static class |
ETDataExtensionColumn.Type
Data Extension Column Types that can be used
|
ETSoapObject.DataExtensionRowConverter, ETSoapObject.EnumConverter, ETSoapObject.ExternalObjectConverter, ETSoapObject.InternalObjectConverterPAGE_SIZE| Constructor and Description |
|---|
ETDataExtensionColumn()
Class constructor, Initializes a new instance of the class.
|
create, delete, delete, fromInternal, getInternalProperties, getInternalProperty, retrieve, retrieve, retrieve, retrieve, toFilterPart, toInternal, updategetAllModified, getModified, setModifiedgetAllFields, getAllFields, getClient, getField, getField, setClient, toStringpublic ETDataExtensionColumn()
public String getId()
getId in class ETApiObjectpublic void setId(String id)
setId in class ETApiObjectid - The Identifier of the ETDataExtensionColumn object.public String getKey()
public void setKey(String key)
key - The Customer Key of the ETDataExtensionColumn object.public String getName()
public void setName(String name)
name - The name of the ETDataExtensionColumn object.public String getDescription()
public void setDescription(String description)
description - The description of the ETDataExtensionColumn.public Date getCreatedDate()
public void setCreatedDate(Date createdDate)
createdDate - The created date of the ETDataExtensionColumn object.public Date getModifiedDate()
public void setModifiedDate(Date modifiedDate)
modifiedDate - The modified date of the ETDataExtensionColumn object.public ETDataExtension getDataExtension()
public void setDataExtension(ETDataExtension dataExtension)
dataExtension - The data extension of the ETDataExtensionColumn object.public ETDataExtensionColumn.Type getType()
ETDataExtensionColumn.Typepublic void setType(ETDataExtensionColumn.Type type)
type - The type of the ETDataExtensionColumn object.ETDataExtensionColumn.Typepublic String getDefaultValue()
public void setDefaultValue(String defaultValue)
defaultValue - The default value of the ETDataExtensionColumn object.public Boolean getIsPrimaryKey()
public void setIsPrimaryKey(Boolean isPrimaryKey)
isPrimaryKey - true if the Data Extension Column is primary key, false otherwise.public Boolean getIsRequired()
public void setIsRequired(Boolean isRequired)
isRequired - true if the Data Extension Column is required, false otherwise.public Integer getLength()
public void setLength(Integer length)
length - The length of the ETDataExtensionColumn.public Integer getPrecision()
public void setPrecision(Integer precision)
precision - The precision of the ETDataExtensionColumn.public Integer getScale()
public void setScale(Integer scale)
scale - The scale of the ETDataExtensionColumn.@Deprecated public String getCustomerKey()
getKey().@Deprecated public void setCustomerKey(String customerKey)
setKey().Copyright © 2017. All rights reserved.