public class LogicalUserList extends UserList
Java class for LogicalUserList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LogicalUserList">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/rm/v201809}UserList">
<sequence>
<element name="rules" type="{https://adwords.google.com/api/adwords/rm/v201809}UserListLogicalRule" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<UserListLogicalRule> |
rules |
accessReason, accountUserListStatus, closingReason, description, id, integrationCode, isEligibleForDisplay, isEligibleForSearch, isReadOnly, listType, membershipLifeSpan, name, size, sizeForSearch, sizeRange, sizeRangeForSearch, status, userListType| Constructor and Description |
|---|
LogicalUserList() |
| Modifier and Type | Method and Description |
|---|---|
List<UserListLogicalRule> |
getRules()
Gets the value of the rules 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<UserListLogicalRule> rules
public List<UserListLogicalRule> getRules()
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 rules property.
For example, to add a new item, do as follows:
getRules().add(newItem);
Objects of the following type(s) are allowed in the list
UserListLogicalRule
Copyright © 2023. All rights reserved.