Package com.enonic.xp.branch
Class Branch
- java.lang.Object
-
- com.enonic.xp.branch.Branch
-
- All Implemented Interfaces:
Serializable
@PublicApi public final class Branch extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBranch.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Branch.Buildercreate()booleanequals(Object o)static Branchfrom(String name)StringgetValue()inthashCode()StringtoString()
-
-
-
Method Detail
-
getValue
public String getValue()
-
create
public static Branch.Builder create()
-
-