PWContainer Class Reference
| Inherits from | NSObject |
| Conforms to | NSCoding NSCopying |
| Declared in | PWContainer.h |
Overview
Containers hold a single structure. All values in a PWContainer object are immutable on the client. You can modify PWContainer values in the MaaS portal. PWContainer conforms to the NSCoding and NSCopying protocol.
Tasks
Other Methods
-
containerIDproperty -
nameproperty -
tagsproperty -
creationDateproperty -
lastUpdatedproperty
Convenience
Properties
containerID
An NSString that is used to identify the Container ID.
@property (nonatomic, readonly) NSString *containerIDDeclared In
PWContainer.hcreationDate
The creation date of the container.
@property (nonatomic, readonly) NSDate *creationDateDeclared In
PWContainer.hlastUpdated
The date of the last update for the container.
@property (nonatomic, readonly) NSDate *lastUpdatedDeclared In
PWContainer.hClass Methods
unpack:
Convenience method to instantiate a PWContainer object from a properly formatted NSDictionary object.
+ (instancetype)unpack:(NSDictionary *)dictionaryParameters
- dictionary
The dictionary from which to instantiate the
PWContainerobject.
Declared In
PWContainer.h