Package com.comsol.api.database.param
Interface UpdateBranchParam
-
- All Superinterfaces:
DatabaseApiValue
- All Known Subinterfaces:
UpdateBranchParamGenerator
public interface UpdateBranchParam extends DatabaseApiValue
Input parameters for updating settings for a branch.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ItemSearchIndexingMode
itemSearchIndexingMode()
Get the mode used when indexing search data for the latest item versions in the branch.java.lang.String
name()
Get the name to set for the branch.
-
-
-
Method Detail
-
name
java.lang.String name()
Get the name to set for the branch. Returns null if the name should not be modified.- Returns:
- The name to set for the branch, or null if unmodified.
-
itemSearchIndexingMode
ItemSearchIndexingMode itemSearchIndexingMode()
Get the mode used when indexing search data for the latest item versions in the branch. Returns null if the current value should not be modified.- Returns:
- The mode used when indexing search data for the latest item versions in the branch, or null if unmodified.
-
-