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

Contents

Overview

Wrapper class for TeamCollaboration client URL.

Members

Name Type Required Description

URL

string

URL of TeamCollaboration client.

Hierarchy

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:teamCollaborationURL xsi:type="obh:teamCollaborationURL" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:URL>your_string_0</obh:URL>
</obh:teamCollaborationURL>

JSON Example

(show inherited members)

{
    "beeType":"teamCollaborationURL",
        "URL":"your_{http://www.oracle.com/beehive}URL_as_string0"
}

XML Schema


<xs:complexType name="teamCollaborationURL">
    <xs:sequence>
        <xs:element name="URL" type="xs:string"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to teamCollaborationURL

Referenced By Resources

Usage Resource Method
Response Announcement Get Team Collaboration URL
Response Current User Utilities Get Team Collaboration URL
Response Document Get Team Collaboration URL
Response Forum Get Team Collaboration URL
Response Heterogeneous Folder Get Team Collaboration URL
Response Organization User Get Profile URL
Response TeamWorkspace Get Participant URL
Response TeamWorkspace Get Team Collaboration URL
Response TeamWorkspace Get Trash URL
Response Topic Get Team Collaboration URL
Response Wiki Page Get Team Collaboration URL

Referenced By Representaions

Not Referenced Directly by Representations