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

Contents

Overview

Resource DiscussionsMessageAnswerStatus is a status which can only be changed by the author of the Answer's parent Question. The default status is 'unmarked'. There can only be one correct Answer per Question, but unlimited helpful Answers.

Enumeration Members

Name Description

CORRECT

HELPFUL

UNMARKED

XML Schema


<xs:simpleType name="discussionsMessageAnswerStatus">
    <xs:restriction base="xs:string">
        <xs:enumeration value="CORRECT"/>
        <xs:enumeration value="HELPFUL"/>
        <xs:enumeration value="UNMARKED"/>
    </xs:restriction>
</xs:simpleType>

        

References

The following data represents the references to discussionsMessageAnswerStatus

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions