ObjectiveC SDK  2.0
Public Member Functions | Properties
GetQuotaInformationResponse Class Reference

#include <GetQuotaInformationResponse.h>

Inheritance diagram for GetQuotaInformationResponse:
TelekomServiceResponse

List of all members.

Public Member Functions

GetQuotaInformationResponseinitWith:withMaxQuota:withMaxUserQuota:withQuotaLevel: (TelekomServiceStatusResponse *_status,[withMaxQuota] NSString *_maxQuota,[withMaxUserQuota] NSString *_maxUserQuota,[withQuotaLevel] NSString *_quotaLevel)

Properties

NSString * maxQuota
NSString * maxUserQuota
NSString * quotaLevel

Detailed Description

Result of the operation getQuotaInformation (get quotes)


Member Function Documentation

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.

Parameters:
_maxQuotafix 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.
_maxUserQuotafix 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.
_quotaLevelalready used quota points for current day
Returns:
the data object

Property Documentation

NSString* GetQuotaInformationResponse::maxQuota [read, write, retain]
NSString* GetQuotaInformationResponse::maxUserQuota [read, write, retain]
NSString* GetQuotaInformationResponse::quotaLevel [read, write, retain]

The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Properties