Class BranchRestrictionType
- java.lang.Object
-
- com.cdancy.bitbucket.rest.domain.branch.BranchRestrictionType
-
public abstract class BranchRestrictionType extends java.lang.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(java.lang.String id, java.lang.String name)abstract java.lang.Stringid()abstract java.lang.Stringname()
-
-
-
Method Detail
-
id
public abstract java.lang.String id()
-
name
public abstract java.lang.String name()
-
create
public static BranchRestrictionType create(java.lang.String id, java.lang.String name)
-
create
public static BranchRestrictionType create(Matcher.MatcherId matcherId)
-
-