Class Type
- java.lang.Object
-
- com.cdancy.bitbucket.rest.domain.branch.Type
-
public abstract class Type extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classType.TypeId
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Typecreate(Type.TypeId id, String displayName, String prefix)Deprecated.static Typecreate(Type.TypeId id, String displayName, String prefix, Boolean enabled)abstract StringdisplayName()abstract booleanenabled()abstract Type.TypeIdid()abstract Stringprefix()
-
-
-
Method Detail
-
id
public abstract Type.TypeId id()
-
displayName
@Nullable public abstract String displayName()
-
prefix
public abstract String prefix()
-
enabled
public abstract boolean enabled()
-
create
@Deprecated public static Type create(Type.TypeId id, String displayName, String prefix)
Deprecated.
-
create
public static Type create(Type.TypeId id, String displayName, String prefix, Boolean enabled)
-
-