Uses of Class
co.ecg.alpaca.toolkit.generated.tables.GroupCallParkUserTableRow
-
Packages that use GroupCallParkUserTableRow Package Description co.ecg.alpaca.toolkit.generated.services co.ecg.alpaca.toolkit.generated.tables -
-
Uses of GroupCallParkUserTableRow in co.ecg.alpaca.toolkit.generated.services
Fields in co.ecg.alpaca.toolkit.generated.services with type parameters of type GroupCallParkUserTableRow Modifier and Type Field Description protected List<GroupCallParkUserTableRow>GroupCallPark.GroupCallParkGetAvailableUserListResponse. userTableprotected List<GroupCallParkUserTableRow>GroupCallPark.GroupCallParkGetInstanceResponse. userTableMethods in co.ecg.alpaca.toolkit.generated.services that return types with arguments of type GroupCallParkUserTableRow Modifier and Type Method Description List<GroupCallParkUserTableRow>GroupCallPark.GroupCallParkGetAvailableUserListResponse. getUserTable()List<GroupCallParkUserTableRow>GroupCallPark.GroupCallParkGetInstanceResponse. getUserTable()Method parameters in co.ecg.alpaca.toolkit.generated.services with type arguments of type GroupCallParkUserTableRow Modifier and Type Method Description voidGroupCallPark.GroupCallParkGetAvailableUserListResponse. setUserTable(List<GroupCallParkUserTableRow> userTable)voidGroupCallPark.GroupCallParkGetInstanceResponse. setUserTable(List<GroupCallParkUserTableRow> userTable) -
Uses of GroupCallParkUserTableRow in co.ecg.alpaca.toolkit.generated.tables
Methods in co.ecg.alpaca.toolkit.generated.tables that return GroupCallParkUserTableRow Modifier and Type Method Description static GroupCallParkUserTableRowGroupCallParkUserTableRow. 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 GroupCallParkUserTableRow Modifier and Type Method Description static List<GroupCallParkUserTableRow>GroupCallParkUserTableRow. getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Type Array with the given NodeArray
-