TTOrganization Class Reference
Inherits from | NSManagedObject |
---|---|
Declared in | TTOrganization.h |
dor
Delete on read defaut setting for all TTMessages related to organization. Not used for now.
@property (nullable, nonatomic, retain) NSNumber *dor
Declared In
TTOrganization.h
name
Organization’s name.
@property (nonnull, nonatomic, retain) NSString *name
Declared In
TTOrganization.h
numberOfMembers
Number of members in the organization.
@property (nonnull, nonatomic, retain) NSNumber *numberOfMembers
Declared In
TTOrganization.h
paid
Is organization paid or not. Boolean value.
@property (nonnull, nonatomic, retain) NSNumber *paid
Declared In
TTOrganization.h
pending
Is organization approved or pending. Boolean value
@property (nonnull, nonatomic, retain) NSNumber *pending
Declared In
TTOrganization.h
pendingEmail
Pending email address. String value
@property (nullable, nonatomic, retain) NSString *pendingEmail
Declared In
TTOrganization.h
pendingAdminApproval
Is organization approved by admin. Boolean value
@property (nullable, nonatomic, retain) NSNumber *pendingAdminApproval
Declared In
TTOrganization.h
pinLock
Is organization useing pinLock. Boolean value.
@property (nullable, nonatomic, retain) NSNumber *pinLock
Declared In
TTOrganization.h
token
Organization’s token.
@property (nonnull, nonatomic, retain) NSString *token
Declared In
TTOrganization.h
ttl
Time to live default value for all TTMessages related to organization. Unused for now.
@property (nullable, nonatomic, retain) NSNumber *ttl
Declared In
TTOrganization.h
rosterEntries
NSSet containing all TTRosterEntries related to the TTOrganization.
@property (nullable, nonatomic, retain) NSSet *rosterEntries
Declared In
TTOrganization.h
settingsLocked
Are the settings for this organization locked? Boolean value.
@property (nullable, nonatomic, retain) NSNumber *settingsLocked
Declared In
TTOrganization.h
blocked
If on no outbound messaging is allowed.
@property (nullable, nonatomic, retain) NSNumber *blocked
Declared In
TTOrganization.h
isMuted
Is TTOrganization currently muted on server.
@property (nullable, nonatomic, retain) NSNumber *isMuted
Declared In
TTOrganization.h
muteEndTime
If TTOrganization is currently muted, contains the mute end time
@property (nullable, nonatomic, retain) NSDate *muteEndTime
Declared In
TTOrganization.h