Uses of Class
co.ecg.alpaca.toolkit.generated.tables.ProfileAndServiceSharedCallAppearanceInfoEndpointTableRow
-
Packages that use ProfileAndServiceSharedCallAppearanceInfoEndpointTableRow Package Description co.ecg.alpaca.toolkit.generated.datatypes co.ecg.alpaca.toolkit.generated.tables -
-
Uses of ProfileAndServiceSharedCallAppearanceInfoEndpointTableRow in co.ecg.alpaca.toolkit.generated.datatypes
Fields in co.ecg.alpaca.toolkit.generated.datatypes with type parameters of type ProfileAndServiceSharedCallAppearanceInfoEndpointTableRow Modifier and Type Field Description protected List<ProfileAndServiceSharedCallAppearanceInfoEndpointTableRow>
ProfileAndServiceSharedCallAppearanceInfo. endpointTable
Methods in co.ecg.alpaca.toolkit.generated.datatypes that return types with arguments of type ProfileAndServiceSharedCallAppearanceInfoEndpointTableRow Modifier and Type Method Description List<ProfileAndServiceSharedCallAppearanceInfoEndpointTableRow>
ProfileAndServiceSharedCallAppearanceInfo. getEndpointTable()
Method parameters in co.ecg.alpaca.toolkit.generated.datatypes with type arguments of type ProfileAndServiceSharedCallAppearanceInfoEndpointTableRow Modifier and Type Method Description ProfileAndServiceSharedCallAppearanceInfo
ProfileAndServiceSharedCallAppearanceInfo. setEndpointTable(List<ProfileAndServiceSharedCallAppearanceInfoEndpointTableRow> endpointTable)
Constructor parameters in co.ecg.alpaca.toolkit.generated.datatypes with type arguments of type ProfileAndServiceSharedCallAppearanceInfoEndpointTableRow Constructor Description ProfileAndServiceSharedCallAppearanceInfo(Boolean alertAllAppearancesForClickToDialCalls, Boolean alertAllAppearancesForGroupPagingCalls, Integer maxAppearances, Boolean allowSCACallRetrieve, Boolean enableMultipleCallArrangement, Boolean multipleCallArrangementIsActive, Boolean allowBridgingBetweenLocations, SharedCallAppearanceBridgeWarningTone bridgeWarningTone, Boolean enableCallParkNotification, Boolean useUserPrimaryWithAlternateCallsSetting, Boolean allowSimultaneousPrimaryAndAlternate, Boolean restrictCallRetrieveOfPrimary, Boolean restrictCallBridgingOfPrimary, List<ProfileAndServiceSharedCallAppearanceInfoEndpointTableRow> endpointTable)
-
Uses of ProfileAndServiceSharedCallAppearanceInfoEndpointTableRow in co.ecg.alpaca.toolkit.generated.tables
Methods in co.ecg.alpaca.toolkit.generated.tables that return ProfileAndServiceSharedCallAppearanceInfoEndpointTableRow Modifier and Type Method Description static ProfileAndServiceSharedCallAppearanceInfoEndpointTableRow
ProfileAndServiceSharedCallAppearanceInfoEndpointTableRow. 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 ProfileAndServiceSharedCallAppearanceInfoEndpointTableRow Modifier and Type Method Description static List<ProfileAndServiceSharedCallAppearanceInfoEndpointTableRow>
ProfileAndServiceSharedCallAppearanceInfoEndpointTableRow. getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Type Array with the given NodeArray
-