Class AsyncRunRatingSessionResult

java.lang.Object
com.highdeal.bart.hci.RatingSessionOperationResult
com.highdeal.bart.hci.AsyncRunRatingSessionResult
All Implemented Interfaces:
com.highdeal.hci.OperationResult, XMLMarshallable

public class AsyncRunRatingSessionResult extends RatingSessionOperationResult
This class represents the result of the AsyncRunRatingSessionOp operation.
This result is the rating session model which has been created and probably still in progress on server side.
Please, use getRatingSession() for getting result.

XML API for HCI

The XML APIs specify the following XSD fragment:

XSD Fragment

<xs:element name="asyncRunRatingSessionResult">
   <xs:complexType>
     <xs:sequence>
       <xs:element ref="rating" minOccurs="1" maxOccurs="1"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

  • Constructor Details

    • AsyncRunRatingSessionResult

      public AsyncRunRatingSessionResult()
      Builds an empty AsyncRunRatingSessionResult.