Inherits from PFBaseRequest : NSObject
Declared in PFShelterListByBreedRequest.h
PFShelterListByBreedRequest.m

Tasks

Other Methods

  •   animal

    type of animal (barnyard, bird, cat, dog, horse, pig, reptile, smallfurry)

    property
  •   breed

    breed of animal (use PFBreedListRequest for a list of valid breeds)

    property
  •   offset

    offset into the result set (default is 0)

    property
  •   count

    count integer optional. How many records to return for this particular API call (default is 25)

    property

Other Methods

Properties

animal

type of animal (barnyard, bird, cat, dog, horse, pig, reptile, smallfurry)

@property (nonatomic, strong) NSString *animal

Return Value

type of animal (barnyard, bird, cat, dog, horse, pig, reptile, smallfurry)

Declared In

PFShelterListByBreedRequest.h

breed

breed of animal (use PFBreedListRequest for a list of valid breeds)

@property (nonatomic, strong) NSString *breed

Return Value

breed of animal (use PFBreedListRequest for a list of valid breeds)

Declared In

PFShelterListByBreedRequest.h

count

count integer optional. How many records to return for this particular API call (default is 25)

@property (nonatomic, strong) NSNumber *count

Return Value

count integer optional. How many records to return for this particular API call (default is 25)

Declared In

PFShelterListByBreedRequest.h

offset

offset into the result set (default is 0)

@property (nonatomic, strong) NSString *offset

Return Value

offset into the result set (default is 0)

Declared In

PFShelterListByBreedRequest.h

Instance Methods

init

- (id)init