Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

Resource AnswerStatusUpdater is used to update the AnswerStatus of DiscussionsMessages that have been marked as Answers. Only the author of the Answer's parent Question (or a Forum manager) may update an Answer's AnswerStatus. Only one Answer per Question can be marked Correct. If Answer A in a Question is marked Correct, and the Question's author attempts to mark Answer B Correct, then Answer B will be marked Correct and Answer A's AnswerStatus will be changed to Helpful.

Members

Name Type Description

answerStatus

discussionsMessageAnswerStatus

Hierarchy

Inherits From

Examples

Below are examples in JSON and XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:answerStatusUpdater xsi:type="obh:answerStatusUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:answerStatus>your_discussionsMessageAnswerStatus_0</obh:answerStatus>
</obh:answerStatusUpdater>

JSON Example

(show inherited members)

{
    "beeType":"answerStatusUpdater",
        "answerStatus":{ your_{http://www.oracle.com/beehive}answerStatus_as_discussionsMessageAnswerStatus0 }
}

XML Schema


<xs:complexType name="answerStatusUpdater">
    <xs:complexContent>
        <xs:extension base="tns:identifiableUpdater">
            <xs:sequence>
                <xs:element minOccurs="0" name="answerStatus" type="tns:discussionsMessageAnswerStatus"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to answerStatusUpdater

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions