Skip to content

class SealdTmrAccessesConvertFilters

objc
@interface SealdTmrAccessesConvertFilters : NSObject
@interface SealdTmrAccessesConvertFilters : NSObject

SealdTmrAccessesConvertFilters holds the tmr accesses filters used when converting TMR accesses.

MembersDescriptions
sessionIdId of the session with the TMR access to convert.
createdByIdSealdId of the user who created the TMR accesses to convert.
tmrAccessIdId of the TMR access to convert.
initWithSessionId:createdById:tmrAccessId:Initialize a SealdTmrAccessesConvertFilters instance.

sessionId

objc
@property (assign, readonly) NSString * sessionId;
@property (assign, readonly) NSString * sessionId;

Id of the session with the TMR access to convert.

createdById

objc
@property (assign, readonly) NSString * createdById;
@property (assign, readonly) NSString * createdById;

SealdId of the user who created the TMR accesses to convert.

tmrAccessId

objc
@property (assign, readonly) NSString * tmrAccessId;
@property (assign, readonly) NSString * tmrAccessId;

Id of the TMR access to convert.

initWithSessionId:createdById:tmrAccessId:

objc
- (instancetype) initWithSessionId:(NSString *)sessionId
                       createdById:(NSString *)createdById
                       tmrAccessId:(NSString *)tmrAccessId;
- (instancetype) initWithSessionId:(NSString *)sessionId
                       createdById:(NSString *)createdById
                       tmrAccessId:(NSString *)tmrAccessId;

Initialize a SealdTmrAccessesConvertFilters instance.

Parameters

  • sessionId The sessionId with the TMR access to convert.

  • createdById The SealdId of the user who created the TMR accesses to convert.

  • tmrAccessId The Id of the TMR access to convert