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

Tasks

Other Methods

  •   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
  •   name

    name. Optional if location is specified. Full or partial shelter name

    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

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

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

PFShelterFindRequest.h

name

name. Optional if location is specified. Full or partial shelter name

@property (nonatomic, strong) NSString *name

Return Value

name. Optional if location is specified. Full or partial shelter name

Declared In

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

PFShelterFindRequest.h

Instance Methods

init

- (id)init