public class CrmBasedUserList extends UserList
Java class for CrmBasedUserList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CrmBasedUserList">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/rm/v201809}UserList">
<sequence>
<element name="appId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="uploadKeyType" type="{https://adwords.google.com/api/adwords/rm/v201809}CustomerMatchUploadKeyType" minOccurs="0"/>
<element name="dataSourceType" type="{https://adwords.google.com/api/adwords/rm/v201809}CrmDataSourceType" minOccurs="0"/>
<element name="dataUploadResult" type="{https://adwords.google.com/api/adwords/rm/v201809}DataUploadResult" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
appId |
protected CrmDataSourceType |
dataSourceType |
protected DataUploadResult |
dataUploadResult |
protected CustomerMatchUploadKeyType |
uploadKeyType |
accessReason, accountUserListStatus, closingReason, description, id, integrationCode, isEligibleForDisplay, isEligibleForSearch, isReadOnly, listType, membershipLifeSpan, name, size, sizeForSearch, sizeRange, sizeRangeForSearch, status, userListType| Constructor and Description |
|---|
CrmBasedUserList() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppId()
Gets the value of the appId property.
|
CrmDataSourceType |
getDataSourceType()
Gets the value of the dataSourceType property.
|
DataUploadResult |
getDataUploadResult()
Gets the value of the dataUploadResult property.
|
CustomerMatchUploadKeyType |
getUploadKeyType()
Gets the value of the uploadKeyType property.
|
void |
setAppId(String value)
Sets the value of the appId property.
|
void |
setDataSourceType(CrmDataSourceType value)
Sets the value of the dataSourceType property.
|
void |
setDataUploadResult(DataUploadResult value)
Sets the value of the dataUploadResult property.
|
void |
setUploadKeyType(CustomerMatchUploadKeyType value)
Sets the value of the uploadKeyType property.
|
getAccessReason, getAccountUserListStatus, getClosingReason, getDescription, getId, getIntegrationCode, getListType, getMembershipLifeSpan, getName, getSize, getSizeForSearch, getSizeRange, getSizeRangeForSearch, getStatus, getUserListType, isIsEligibleForDisplay, isIsEligibleForSearch, isIsReadOnly, setAccessReason, setAccountUserListStatus, setClosingReason, setDescription, setId, setIntegrationCode, setIsEligibleForDisplay, setIsEligibleForSearch, setIsReadOnly, setListType, setMembershipLifeSpan, setName, setSize, setSizeForSearch, setSizeRange, setSizeRangeForSearch, setStatus, setUserListTypeprotected String appId
protected CustomerMatchUploadKeyType uploadKeyType
protected CrmDataSourceType dataSourceType
protected DataUploadResult dataUploadResult
public String getAppId()
Stringpublic void setAppId(String value)
value - allowed object is
Stringpublic CustomerMatchUploadKeyType getUploadKeyType()
CustomerMatchUploadKeyTypepublic void setUploadKeyType(CustomerMatchUploadKeyType value)
value - allowed object is
CustomerMatchUploadKeyTypepublic CrmDataSourceType getDataSourceType()
CrmDataSourceTypepublic void setDataSourceType(CrmDataSourceType value)
value - allowed object is
CrmDataSourceTypepublic DataUploadResult getDataUploadResult()
DataUploadResultpublic void setDataUploadResult(DataUploadResult value)
value - allowed object is
DataUploadResultCopyright © 2023. All rights reserved.