KTKKontaktResponse Class Reference
Inherits from | NSObject |
---|---|
Declared in | KTKKontaktResponse.h |
Properties
startIndex
The index of which the result objects start from.
@property (nonatomic, assign, readonly) NSUInteger startIndex
Discussion
The index of which the result objects start from.
Declared In
KTKKontaktResponse.h
maxResult
The limit of the objects in the response.
@property (nonatomic, assign, readonly) NSUInteger maxResult
Discussion
The limit of the objects in the response.
Declared In
KTKKontaktResponse.h
allCount
The count of the all objects.
@property (nonatomic, assign, readonly) NSUInteger allCount
Discussion
The count of the all objects.
Declared In
KTKKontaktResponse.h
objectsCount
The count of the received objects.
@property (nonatomic, assign, readonly) NSUInteger objectsCount
Discussion
The count of the received objects.
Declared In
KTKKontaktResponse.h
objects
The array of the objects received from the cloud API.
@property (nonatomic, strong, readonly) NSArray *objects
Discussion
The array of the objects received from the cloud API.
Declared In
KTKKontaktResponse.h
previousResultsURL
The URL of the previous result set.
@property (nonatomic, strong, readwrite) NSURL *previousResultsURL
Discussion
The URL of the previous result set.
Declared In
KTKKontaktResponse.h
nextResultsURL
The URL of the next result set.
@property (nonatomic, strong, readwrite) NSURL *nextResultsURL
Discussion
The URL of the next result set.
Declared In
KTKKontaktResponse.h
statusCode
An HTTP status code of the response.
@property (nonatomic, strong, readonly) NSNumber *statusCode
Discussion
An HTTP status code of the response.
Declared In
KTKKontaktResponse.h
ETag
An ETag HTTP header value of the response.
@property (nonatomic, strong, readonly) NSString *ETag
Discussion
An ETag HTTP header value of the response.
Declared In
KTKKontaktResponse.h
rawResponse
A raw object of the response.
@property (nonatomic, strong, readonly) id _Nullable rawResponse
Discussion
A raw object of the response.
When objects property is nil its worth checking raw response.
Declared In
KTKKontaktResponse.h