Library Mobile API Reference for iPhone  MicroStrategy 2019
DossierRecommendationInfo Class Reference

#import <MicroStrategyMobileSDK-Swift.h>

Inheritance diagram for DossierRecommendationInfo:
DossierInfo MSIObjectInfo

Instance Methods

(nullable instancetype) - initWithCoder:
 
- Instance Methods inherited from DossierInfo
(nonnull instancetype) - SWIFT_UNAVAILABLE
 
(void) - encodeWithCoder:
 
(id _Nonnull) - copyWithZone:
 
(null_unspecified instancetype) - initWithType:
 
(null_unspecified instancetype) - initWithType:subType:
 
(null_unspecified instancetype) - initWithContents:anID:aDesc:aType:aSubtype:anAbbrev:isShortcut:iconPath:
 
(null_unspecified instancetype) - initWithContents:namedID:aDesc:aType:aSubtype:anAbbrev:isShortcut:iconPath:
 
(NSArray *_Nonnull) - shareActivityItemsWithPersonalName:targetName:
 
- Instance Methods inherited from MSIObjectInfo
(NSComparisonResult) - compareElementName:
 
(NSComparisonResult) - compareElementID:
 
(void) - handleXml:attributes:support:
 
(id< MSTRHandler >) - getXmlHandler
 
(void) - handleXmlAttributes:attributes:
 
(void) - loadFromXML:attributes:
 
(NSString *) - getXml
 
(void) - buildXml:
 
(void) - buildXml:tagName:
 
(void) - buildTypeSpecificXml:
 
(id) - initWithContents:anID:aDesc:aType:aSubtype:anAbbrev:isShortcut:iconPath:
 
(id) - initWithContents:namedID:aDesc:aType:aSubtype:anAbbrev:isShortcut:iconPath:
 
(BOOL) - SWIFT_WARN_UNUSED_RESULT
 

Additional Inherited Members

- Class Methods inherited from DossierInfo
("-init is unavailable") + SWIFT_DEPRECATED_MSG
 
- Class Methods inherited from MSIObjectInfo
(MSIObjectInfo *) + newObject:
 
(ObjectSubTypes+ subTypeFromType:
 
- Properties inherited from DossierInfo
NSString *_Nullable targetID
 
NSString *_Nullable createdByUserName
 
NSString *_Nullable certifierName
 
NSString *_Nullable certifierId
 
NSString *_Nullable createdByUserId
 
NSString *_Nullable shortcutID
 
- Properties inherited from MSIObjectInfo
NSString * objectID
 
NSInteger namedID
 
NSString * name
 
NSString * displayName
 
ObjectTypes type
 
NSString * sta
 
ObjectSubTypes subType
 
NSInteger accessGranted
 
NSInteger viewMedia
 
NSInteger availableViewMedia
 
NSString * desc
 
NSString * abbreviation
 
NSString * iconPath
 
NSString * owner
 
BOOL isShortcut
 
NSString * externalPath
 
NSInteger externalObjectType
 
NSDate * creationDate
 
NSDate * modificationDate
 
int binaryStatus
 
MSIObjectInfoparentFolder
 
NSString * containerId
 
NSString * containerType
 

Method Documentation

◆ initWithCoder:()

- (nullable instancetype) initWithCoder: (NSCoder *_Nonnull)  OBJC_DESIGNATED_INITIALIZER

Implements DossierInfo.