![]() |
ObjectiveC SDK
2.0
|
#include <GetQuotaInformationResponse.h>
Public Member Functions | |
| GetQuotaInformationResponse * | initWith:withMaxQuota:withMaxUserQuota:withQuotaLevel: (TelekomServiceStatusResponse *_status,[withMaxQuota] NSString *_maxQuota,[withMaxUserQuota] NSString *_maxUserQuota,[withQuotaLevel] NSString *_quotaLevel) |
Properties | |
| NSString * | maxQuota |
| NSString * | maxUserQuota |
| NSString * | quotaLevel |
Result of the operation getQuotaInformation (get quotes)
| GetQuotaInformationResponse * GetQuotaInformationResponse::initWith:withMaxQuota:withMaxUserQuota:withQuotaLevel: | ( | TelekomServiceStatusResponse* | _status, |
| [withMaxQuota] NSString* | _maxQuota, | ||
| [withMaxUserQuota] NSString* | _maxUserQuota, | ||
| [withQuotaLevel] NSString* | _quotaLevel | ||
| ) | [virtual] |
Constructs the data object with the specified values.
| _maxQuota | fix upper limit of quote points provided by the system configuration which can be used per day. System wide upper limit cannot be exceeded by personal upper limit. |
| _maxUserQuota | fix upper limit of quote points provided by the user configuration which can be used per day. System wide upper limit cannot be exceeded by personal upper limit. |
| _quotaLevel | already used quota points for current day |
NSString* GetQuotaInformationResponse::maxQuota [read, write, retain] |
NSString* GetQuotaInformationResponse::maxUserQuota [read, write, retain] |
NSString* GetQuotaInformationResponse::quotaLevel [read, write, retain] |
1.7.5