public interface IMappingTableMaintainOperation
Java interface defines default Java accessors for managing mapping tables;
Consider the known classes that implement this interface.
known classes that implement this interface and consider the methods defined by this interface.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMappingTableId()
Gets the identifier of the
mapping table (or subscriber mapping table) that includes the row. |
java.util.List<MappingTableRowModel> |
getMappingTableRows()
Gets all the mapping table rows that will be created.
|
java.lang.String getMappingTableId()
mapping table (or subscriber mapping table) that includes the row.java.util.List<MappingTableRowModel> getMappingTableRows()