public class RetrieveRecommendationsRequest 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="RecommendationTypes" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfstring" minOccurs="0"/>
<element name="MaxCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
maxCount |
protected ArrayOfstring |
recommendationTypes |
| Constructor and Description |
|---|
RetrieveRecommendationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxCount()
Gets the value of the maxCount property.
|
ArrayOfstring |
getRecommendationTypes()
Gets the value of the recommendationTypes property.
|
void |
setMaxCount(Integer value)
Sets the value of the maxCount property.
|
void |
setRecommendationTypes(ArrayOfstring value)
Sets the value of the recommendationTypes property.
|
protected ArrayOfstring recommendationTypes
protected Integer maxCount
public ArrayOfstring getRecommendationTypes()
ArrayOfstringpublic void setRecommendationTypes(ArrayOfstring value)
value - allowed object is
ArrayOfstringpublic Integer getMaxCount()
IntegerCopyright © 2024. All rights reserved.