Class BranchRestrictionType
- java.lang.Object
-
- com.cdancy.bitbucket.rest.domain.branch.BranchRestrictionType
-
public abstract class BranchRestrictionType extends Object
-
-
Constructor Summary
Constructors Constructor Description BranchRestrictionType()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static BranchRestrictionTypecreate(Matcher.MatcherId matcherId)static BranchRestrictionTypecreate(String id, String name)abstract Stringid()abstract Stringname()
-
-
-
Method Detail
-
id
public abstract String id()
-
name
public abstract String name()
-
create
public static BranchRestrictionType create(String id, String name)
-
create
public static BranchRestrictionType create(Matcher.MatcherId matcherId)
-
-