public class SearchCouponsRequest extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Predicates" type="{https://bingads.microsoft.com/Customer/v13/Entities}ArrayOfPredicate" minOccurs="0"/>
<element name="Ordering" type="{https://bingads.microsoft.com/Customer/v13/Entities}ArrayOfOrderBy" minOccurs="0"/>
<element name="PageInfo" type="{https://bingads.microsoft.com/Customer/v13/Entities}Paging" minOccurs="0"/>
<element name="ReturnAdditionalFields" type="{https://bingads.microsoft.com/Customer/v13/Entities}AccountAdditionalField" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfOrderBy |
ordering |
protected Paging |
pageInfo |
protected ArrayOfPredicate |
predicates |
protected Collection<AccountAdditionalField> |
returnAdditionalFields |
| Constructor and Description |
|---|
SearchCouponsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfOrderBy |
getOrdering()
Gets the value of the ordering property.
|
Paging |
getPageInfo()
Gets the value of the pageInfo property.
|
ArrayOfPredicate |
getPredicates()
Gets the value of the predicates property.
|
Collection<AccountAdditionalField> |
getReturnAdditionalFields()
Gets the value of the returnAdditionalFields property.
|
void |
setOrdering(ArrayOfOrderBy value)
Sets the value of the ordering property.
|
void |
setPageInfo(Paging value)
Sets the value of the pageInfo property.
|
void |
setPredicates(ArrayOfPredicate value)
Sets the value of the predicates property.
|
void |
setReturnAdditionalFields(Collection<AccountAdditionalField> value)
Sets the value of the returnAdditionalFields property.
|
protected ArrayOfPredicate predicates
protected ArrayOfOrderBy ordering
protected Paging pageInfo
protected Collection<AccountAdditionalField> returnAdditionalFields
public ArrayOfPredicate getPredicates()
ArrayOfPredicatepublic void setPredicates(ArrayOfPredicate value)
value - allowed object is
ArrayOfPredicatepublic ArrayOfOrderBy getOrdering()
ArrayOfOrderBypublic void setOrdering(ArrayOfOrderBy value)
value - allowed object is
ArrayOfOrderBypublic Paging getPageInfo()
Pagingpublic void setPageInfo(Paging value)
value - allowed object is
Pagingpublic Collection<AccountAdditionalField> getReturnAdditionalFields()
Stringpublic void setReturnAdditionalFields(Collection<AccountAdditionalField> value)
value - allowed object is
StringCopyright © 2024. All rights reserved.