public class UpdateItemResponseType extends BaseResponseType
Java class for UpdateItemResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UpdateItemResponseType">
<complexContent>
<extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}BaseResponseType">
<sequence>
<element name="changeToken" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
changeToken |
errorResponse, id, message, status| Constructor and Description |
|---|
UpdateItemResponseType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChangeToken()
Gets the value of the changeToken property.
|
void |
setChangeToken(String value)
Sets the value of the changeToken property.
|
getErrorResponse, getId, getMessage, getStatus, setErrorResponse, setId, setMessage, setStatusprotected String changeToken
Copyright © 2019 Bedework. All rights reserved.