|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.mcm.ServicedAccountSelector
public class ServicedAccountSelector
Selector for querying the ServicedAccount graph.
| Constructor Summary | |
|---|---|
ServicedAccountSelector()
|
|
ServicedAccountSelector(long[] customerIds,
Boolean enablePaging,
Boolean submanagersOnly)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
long[] |
getCustomerIds()
Gets the customerIds value for this ServicedAccountSelector. |
long |
getCustomerIds(int i)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Boolean |
getEnablePaging()
Gets the enablePaging value for this ServicedAccountSelector. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
Boolean |
getSubmanagersOnly()
Gets the submanagersOnly value for this ServicedAccountSelector. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setCustomerIds(int i,
long _value)
|
void |
setCustomerIds(long[] customerIds)
Sets the customerIds value for this ServicedAccountSelector. |
void |
setEnablePaging(Boolean enablePaging)
Sets the enablePaging value for this ServicedAccountSelector. |
void |
setSubmanagersOnly(Boolean submanagersOnly)
Sets the submanagersOnly value for this ServicedAccountSelector. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServicedAccountSelector()
public ServicedAccountSelector(long[] customerIds,
Boolean enablePaging,
Boolean submanagersOnly)
| Method Detail |
|---|
public long[] getCustomerIds()
public void setCustomerIds(long[] customerIds)
customerIds - * If nonempty, only customers (recursively) managed by these
"seeds" will be returned.public long getCustomerIds(int i)
public void setCustomerIds(int i,
long _value)
public Boolean getEnablePaging()
public void setEnablePaging(Boolean enablePaging)
enablePaging - * Whether to treat the results as a flat list instead of a graph
of links.
If false, paging options will be ignored.public Boolean getSubmanagersOnly()
public void setSubmanagersOnly(Boolean submanagersOnly)
submanagersOnly - * Whether the result should only return accounts that themselves
can manage clients.public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||