Uses of Class
co.ecg.alpaca.toolkit.generated.tables.GroupTrunkGroupTrunkGroupUserTableRow
-
Packages that use GroupTrunkGroupTrunkGroupUserTableRow Package Description co.ecg.alpaca.toolkit.generated.services co.ecg.alpaca.toolkit.generated.tables -
-
Uses of GroupTrunkGroupTrunkGroupUserTableRow in co.ecg.alpaca.toolkit.generated.services
Fields in co.ecg.alpaca.toolkit.generated.services with type parameters of type GroupTrunkGroupTrunkGroupUserTableRow Modifier and Type Field Description protected List<GroupTrunkGroupTrunkGroupUserTableRow>
GroupTrunkGroup.GroupTrunkGroupGetInstanceUserListResponse. trunkGroupUserTable
Methods in co.ecg.alpaca.toolkit.generated.services that return types with arguments of type GroupTrunkGroupTrunkGroupUserTableRow Modifier and Type Method Description List<GroupTrunkGroupTrunkGroupUserTableRow>
GroupTrunkGroup.GroupTrunkGroupGetInstanceUserListResponse. getTrunkGroupUserTable()
Method parameters in co.ecg.alpaca.toolkit.generated.services with type arguments of type GroupTrunkGroupTrunkGroupUserTableRow Modifier and Type Method Description void
GroupTrunkGroup.GroupTrunkGroupGetInstanceUserListResponse. setTrunkGroupUserTable(List<GroupTrunkGroupTrunkGroupUserTableRow> trunkGroupUserTable)
-
Uses of GroupTrunkGroupTrunkGroupUserTableRow in co.ecg.alpaca.toolkit.generated.tables
Methods in co.ecg.alpaca.toolkit.generated.tables that return GroupTrunkGroupTrunkGroupUserTableRow Modifier and Type Method Description static GroupTrunkGroupTrunkGroupUserTableRow
GroupTrunkGroupTrunkGroupUserTableRow. getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given NodeMethods in co.ecg.alpaca.toolkit.generated.tables that return types with arguments of type GroupTrunkGroupTrunkGroupUserTableRow Modifier and Type Method Description static List<GroupTrunkGroupTrunkGroupUserTableRow>
GroupTrunkGroupTrunkGroupUserTableRow. getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Type Array with the given NodeArray
-