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

Tasks

Other Methods

  •   shelterID

    shelter ID (e.g. NJ94)

    property
  •   status

    A=adoptable, H=hold, P=pending, X=adopted/removed

    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

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

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

PFShelterGetPetsRequest.h

shelterID

shelter ID (e.g. NJ94)

@property (nonatomic, strong) NSString *shelterID

Return Value

shelter ID (e.g. NJ94)

Declared In

PFShelterGetPetsRequest.h

status

A=adoptable, H=hold, P=pending, X=adopted/removed

@property (nonatomic, strong) NSString *status

Return Value

A=adoptable, H=hold, P=pending, X=adopted/removed

Declared In

PFShelterGetPetsRequest.h

Instance Methods

init

- (id)init