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

Tasks

Other Methods

  •   animal

    animal string optional. Type of animal (barnyard, bird, cat, dog, horse, pig, reptile, smallfurry)

    property
  •   breed

    breed string optional. Breed of animal (use a PFBreedListRequest to retreive a list of valid breeds)

    property
  •   size

    size string optional. Size of animal (S=small, M=medium, L=large, XL=extra-large)

    property
  •   sex

    sex character optional. M=male, F=female

    property
  •   location

    location string optional. The ZIP/postal code or city and state the animal should be located (NOTE: the closest possible animal will be selected)

    property
  •   age

    age string optional. Age of the animal (Baby, Young, Adult, Senior)

    property
  •   offset

    offset string optional. Set this to the value of lastOffset returned by a previous PFPetFindRequest, and it will retrieve the next result set

    property
  •   count

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

    property

Other Methods

Properties

age

age string optional. Age of the animal (Baby, Young, Adult, Senior)

@property (nonatomic, strong) NSString *age

Return Value

age string optional. Age of the animal (Baby, Young, Adult, Senior)

Declared In

PFPetFindRequest.h

animal

animal string optional. Type of animal (barnyard, bird, cat, dog, horse, pig, reptile, smallfurry)

@property (nonatomic, strong) NSString *animal

Return Value

animal string optional. Type of animal (barnyard, bird, cat, dog, horse, pig, reptile, smallfurry)

Declared In

PFPetFindRequest.h

breed

breed string optional. Breed of animal (use a PFBreedListRequest to retreive a list of valid breeds)

@property (nonatomic, strong) NSString *breed

Return Value

breed string optional. Breed of animal (use a PFBreedListRequest to retreive a list of valid breeds)

Declared In

PFPetFindRequest.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

PFPetFindRequest.h

location

location string optional. The ZIP/postal code or city and state the animal should be located (NOTE: the closest possible animal will be selected)

@property (nonatomic, strong) NSString *location

Return Value

location string optional. The ZIP/postal code or city and state the animal should be located (NOTE: the closest possible animal will be selected)

Declared In

PFPetFindRequest.h

offset

offset string optional. Set this to the value of lastOffset returned by a previous PFPetFindRequest, and it will retrieve the next result set

@property (nonatomic, strong) NSString *offset

Return Value

offset string optional. Set this to the value of lastOffset returned by a previous PFPetFindRequest, and it will retrieve the next result set

Declared In

PFPetFindRequest.h

sex

sex character optional. M=male, F=female

@property (nonatomic, strong) NSString *sex

Return Value

sex character optional. M=male, F=female

Declared In

PFPetFindRequest.h

size

size string optional. Size of animal (S=small, M=medium, L=large, XL=extra-large)

@property (nonatomic, strong) NSString *size

Return Value

size string optional. Size of animal (S=small, M=medium, L=large, XL=extra-large)

Declared In

PFPetFindRequest.h

Instance Methods

init

- (id)init