Mobile API Reference  MicroStrategy 2019
UnsubscribeService.h
Go to the documentation of this file.
1 //
2 // UnsubscribeService.h
3 // MSTRMobileSDK
4 //
5 // Created by Srinivas Singanamalla on 7/13/10.
6 // Copyright 2010 MicroStrategy Inc. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "MSIServiceImpl.h"
11 
13  @private
14  NSString* subscriptionID;
15  NSString* parentSubscriptionID;
16  MSIProjectInfo* projectInfo;
17 }
18 
19 @property (nonatomic, copy) NSString* subscriptionID;
20 @property (nonatomic, copy) NSString* parentSubscriptionID;
21 @property (nonatomic, strong) MSIProjectInfo* projectInfo;
22 
23 + (UnsubscribeService*) newUnsubscribeService:(NSString*)subscriptionId withParentSubscriptionId:(NSString*)parentSubscriptionId withProjectInfo:(MSIProjectInfo*)projectInfo serviceHandler:serviceHandler;
24 
25 @end
Definition: MSIServiceImpl.h:30
Definition: UnsubscribeService.h:12
Definition: MSIProjectInfo.h:17