public static interface SessionTrees.BranchMappingTable
A branch mapping table is a list of branch mappings
assigned to a session tree branch.
To create a branch mapping table, obtain a new a builder instance using
Diffusion.newBranchMappingTableBuilder()
, call
SessionTrees.BranchMappingTable.Builder.addBranchMapping(java.lang.String, java.lang.String)
for each branch mapping, then
SessionTrees.BranchMappingTable.Builder.create(java.lang.String)
. The result can then be sent to the server using
putBranchMappingTable
.
Modifier and Type | Interface and Description |
---|---|
static interface |
SessionTrees.BranchMappingTable.Builder
Builder for
SessionTrees.BranchMappingTable instances. |
Modifier and Type | Method and Description |
---|---|
List<SessionTrees.BranchMapping> |
getBranchMappings()
Returns the branch mappings.
|
String |
getSessionTreeBranch()
Returns the branch of the session tree to which this table is bound.
|
String getSessionTreeBranch()
List<SessionTrees.BranchMapping> getBranchMappings()
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.