Inherits from NSObject
Declared in MDLSubcategory.h
MDLSubcategory.m

Overview

MDLSubcategory represents a subcategory, as described by Mendeley.

Tasks

Properties

identifier

The subcategory identifier, as generated by Mendeley.

@property (copy, nonatomic) NSString *identifier

Discussion

The subcategory identifier, as generated by Mendeley.

Declared In

MDLSubcategory.h

name

The subcategory name.

@property (copy, nonatomic) NSString *name

Discussion

The subcategory name.

Declared In

MDLSubcategory.h

slug

The subcategory slug.

@property (copy, nonatomic) NSString *slug

Discussion

The subcategory slug.

Declared In

MDLSubcategory.h

Class Methods

subcategoryWithIdentifier:name:slug:

Creates a MDLSubcategory and initializes its identifier, name, and slug properties.

+ (MDLSubcategory *)subcategoryWithIdentifier:(NSString *)identifier name:(NSString *)name slug:(NSString *)slug

Parameters

identifier

The identifier of the subcategory.

name

The name of the subcategory.

slug

The slug of the subcategory.

Return Value

The newly-initialized subcategory.

Discussion

Creates a MDLSubcategory and initializes its identifier, name, and slug properties.

Declared In

MDLSubcategory.h