public class BasicUserList extends UserList
Java class for BasicUserList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BasicUserList">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/rm/v201809}UserList">
<sequence>
<element name="conversionTypes" type="{https://adwords.google.com/api/adwords/rm/v201809}UserListConversionType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<UserListConversionType> |
conversionTypes |
accessReason, accountUserListStatus, closingReason, description, id, integrationCode, isEligibleForDisplay, isEligibleForSearch, isReadOnly, listType, membershipLifeSpan, name, size, sizeForSearch, sizeRange, sizeRangeForSearch, status, userListType| Constructor and Description |
|---|
BasicUserList() |
| Modifier and Type | Method and Description |
|---|---|
List<UserListConversionType> |
getConversionTypes()
Gets the value of the conversionTypes 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 List<UserListConversionType> conversionTypes
public List<UserListConversionType> getConversionTypes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the conversionTypes property.
For example, to add a new item, do as follows:
getConversionTypes().add(newItem);
Objects of the following type(s) are allowed in the list
UserListConversionType
Copyright © 2023. All rights reserved.