public class NewSetEntriesResult extends Object
Java class for new_set_entries_result complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="new_set_entries_result">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="ids" type="{http://www.sugarcrm.com/sugarcrm}select_fields"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SelectFields |
ids |
| Constructor and Description |
|---|
NewSetEntriesResult() |
| Modifier and Type | Method and Description |
|---|---|
SelectFields |
getIds()
Gets the value of the ids property.
|
void |
setIds(SelectFields value)
Sets the value of the ids property.
|
protected SelectFields ids
public SelectFields getIds()
SelectFieldspublic void setIds(SelectFields value)
value - allowed object is
SelectFieldsCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.