#import <JiveField.h>
Inherits JiveObject.
Properties | |
| bool | array |
| Flag indicating whether this field is represented as a JSON array, as opposed to an individual value. | |
| NSString * | availability |
| Comments regarding when this field will be present in an object representation. | |
| NSString * | jiveDescription |
| Description of this field (for profile fields, this information is localized). | |
| NSString * | displayName |
| Display name of this field (for profile fields, this information is localized). | |
| bool | editable |
| Flag indicating that this field can be included on a create request, or modified on an update request. | |
| NSString * | name |
| The name of this field, as it will appear in a JSON representation. | |
| bool | required |
| Flag indicating that this field MUST be included on a create or update request. | |
| NSString * | since |
| Comments about the first version of the API in which this object became available. | |
| NSString * | type |
| The data type for values in this field. | |
| bool | unpublished |
| Flag indicating that this field is present for internal use only, and should not be considered to be generally available or documented. | |