Class TMRAccessesConvertFilters

  • All Implemented Interfaces:

    
    public final class TMRAccessesConvertFilters
    
                        

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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getSessionId() Id of the session with the TMR access.
      final String getCreatedById() SealdId of the user who created the TMR accesses to convert.
      final String getTmrAccessId() Id of the TMR access to convert.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TMRAccessesConvertFilters

        TMRAccessesConvertFilters(String sessionId, String createdById, String tmrAccessId)