iOS SDK  v0.6.2-113-gb00714b
 All Classes Functions Properties
JiveResource Class Reference

#import <JiveResource.h>

Inherits JiveObject.

Properties

NSString * availability
 Comments regarding when this resource will be present in an object representation.
 
NSString * jiveDescription
 Description of this resource.
 
NSString * example
 A usage example for this resource and verb combination.
 
bool hasBody
 Flag indicating that this resource expects body content to be passed when it is called.
 
NSString * jsMethod
 The name of the JavaScript method to create in the JavaScript API to interact with the specified resource URI using the specified verb. Required only if the normal inference rules result in an undesired method name.
 
NSString * name
 The name of this resource. This name will be the key in the resources field of an object's JSON representation.
 
NSString * path
 A URL, provided as an example, to the REST endpoint that serves this resource.
 
NSString * since
 Comments about the first version of the API in which this resource became available.
 
bool unpublished
 Flag indicating that this resource is present for internal use only, and should not be considered to be generally available or documented.
 
NSString * verb
 The HTTP verb that will be used to interact with the URI of this resource by the generated JavaScript method.
 

Detailed Description