Package io.seald.seald_sdk
Class TMRAccessesConvertFilters
-
- All Implemented Interfaces:
public final class TMRAccessesConvertFiltersTMRAccessesConvertFilters holds the tmr accesses filters used when converting TMR accesses.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringsessionIdprivate final StringcreatedByIdprivate final StringtmrAccessId
-
Constructor Summary
Constructors Constructor Description TMRAccessesConvertFilters(String sessionId, String createdById, String tmrAccessId)
-
Method Summary
Modifier and Type Method Description final StringgetSessionId()Id of the session with the TMR access. final StringgetCreatedById()SealdId of the user who created the TMR accesses to convert. final StringgetTmrAccessId()Id of the TMR access to convert. -
-
Method Detail
-
getSessionId
final String getSessionId()
Id of the session with the TMR access.
-
getCreatedById
final String getCreatedById()
SealdId of the user who created the TMR accesses to convert.
-
getTmrAccessId
final String getTmrAccessId()
Id of the TMR access to convert.
-
-
-
-