| java.lang.Object | |
| ↳ | com.sugarcrm.sugarcrm.NewSetRelationshipListResult |
Java class for new_set_relationship_list_result complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="new_set_relationship_list_result">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="created" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="failed" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="deleted" type="{http://www.w3.org/2001/XMLSchema}int"/>
</all>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| created | |||||||||||
| deleted | |||||||||||
| failed | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the created property.
| |||||||||||
Gets the value of the deleted property.
| |||||||||||
Gets the value of the failed property.
| |||||||||||
Sets the value of the created property.
| |||||||||||
Sets the value of the deleted property.
| |||||||||||
Sets the value of the failed property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the created property.
Gets the value of the deleted property.
Gets the value of the failed property.
Sets the value of the created property.
| value |
|---|
Sets the value of the deleted property.
| value |
|---|
Sets the value of the failed property.
| value |
|---|