Package com.sforce.soap.metadata
Class MktDataLakeFieldAttributes
- java.lang.Object
-
- com.sforce.soap.metadata.MktDataLakeFieldAttributes
-
-
Constructor Summary
Constructors Constructor Description MktDataLakeFieldAttributes()Constructor
-
Method Summary
-
-
-
Method Detail
-
getDateFormat
public String getDateFormat()
-
setDateFormat
public void setDateFormat(String dateFormat)
-
setDateFormat
protected void setDateFormat(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDefinitionCreationType
public DefinitionCreationType getDefinitionCreationType()
-
setDefinitionCreationType
public void setDefinitionCreationType(DefinitionCreationType definitionCreationType)
-
setDefinitionCreationType
protected void setDefinitionCreationType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getExternalName
public String getExternalName()
-
setExternalName
public void setExternalName(String externalName)
-
setExternalName
protected void setExternalName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsEventDate
public boolean getIsEventDate()
-
isIsEventDate
public boolean isIsEventDate()
-
setIsEventDate
public void setIsEventDate(boolean isEventDate)
-
setIsEventDate
protected void setIsEventDate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsInternalOrganization
public boolean getIsInternalOrganization()
-
isIsInternalOrganization
public boolean isIsInternalOrganization()
-
setIsInternalOrganization
public void setIsInternalOrganization(boolean isInternalOrganization)
-
setIsInternalOrganization
protected void setIsInternalOrganization(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsRecordModified
public boolean getIsRecordModified()
-
isIsRecordModified
public boolean isIsRecordModified()
-
setIsRecordModified
public void setIsRecordModified(boolean isRecordModified)
-
setIsRecordModified
protected void setIsRecordModified(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getKeyQualifierName
public String getKeyQualifierName()
-
setKeyQualifierName
public void setKeyQualifierName(String keyQualifierName)
-
setKeyQualifierName
protected void setKeyQualifierName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMktDatalakeSrcKeyQualifier
public String getMktDatalakeSrcKeyQualifier()
-
setMktDatalakeSrcKeyQualifier
public void setMktDatalakeSrcKeyQualifier(String mktDatalakeSrcKeyQualifier)
-
setMktDatalakeSrcKeyQualifier
protected void setMktDatalakeSrcKeyQualifier(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPrimaryIndexOrder
public int getPrimaryIndexOrder()
-
setPrimaryIndexOrder
public void setPrimaryIndexOrder(int primaryIndexOrder)
-
setPrimaryIndexOrder
protected void setPrimaryIndexOrder(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getUsageTag
public UsageTag getUsageTag()
-
setUsageTag
public void setUsageTag(UsageTag usageTag)
-
setUsageTag
protected void setUsageTag(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-