A script enabled browser is required for this page to function properly
 
         
         
          
          Oracle® Beehive RESTful Web Services API Reference   
          Release 2 (2.0.1.7)
   
          E16658-04  
          
         
        
         
        
        
        
        Overview 
        
            This type describes the mutual presence subscription state of the current
 user with a presentity.
        
        Members 
        
            
                
                    Name 
                    Type 
                    Description 
                 
                
                    presentity
 
                    beeId <Watchable >
 
                    The id of the entity whose presence is subscribed to. 
                 
                
                    state
 
                    mutualSubscriptionState 
 
                    The subscription relationship between the current user and the
 presentity. 
                 
            
         
        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:rosterEntry xsi:type="obh:rosterEntry" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    
        <obh:presentity>your_beeId_0  </obh:presentity> 
     
    
        <obh:state>your_mutualSubscriptionState_0  </obh:state> 
     
</obh:rosterEntry>
        
 
        JSON Example 
        (show inherited members) 
        
        XML Schema 
        
<xs:complexType name="rosterEntry">
    <xs:sequence>
        <xs:element minOccurs="0" name="presentity" type="tns:beeId"/>
        <xs:element minOccurs="0" name="state" type="tns:mutualSubscriptionState"/>
    </xs:sequence>
</xs:complexType>
         
        References 
        
            The following data represents the references to rosterEntry
        
        Referenced By Resources 
        
        Referenced By Representaions 
        
          
        Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
          
        Legal Notices