Class MismatchedChangeTokenType

java.lang.Object
org.oasis_open.docs.ws_calendar.ns.soap.ErrorCodeType
org.oasis_open.docs.ws_calendar.ns.soap.MismatchedChangeTokenType

public class MismatchedChangeTokenType extends ErrorCodeType
An update operation was attempted with a change token value which does not match that held by the service. The client must refetch the entity to refresh its cached value and token. Note that matching of tokens is a server responsibility. The token is opaque to the client but probably structured to the server. Certain non-conflicting updates may be allowed even if the token has changed.

Java class for MismatchedChangeTokenType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MismatchedChangeTokenType">
   <complexContent>
     <extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}ErrorCodeType">
     </extension>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • MismatchedChangeTokenType

      public MismatchedChangeTokenType()