Class CreateAnnotations
- java.lang.Object
-
- com.cdancy.bitbucket.rest.options.CreateAnnotations
-
public abstract class CreateAnnotations extends Object
-
-
Constructor Summary
Constructors Constructor Description CreateAnnotations()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract List<Annotation>annotations()static CreateAnnotationscreate(List<Annotation> annotations)
-
-
-
Method Detail
-
annotations
public abstract List<Annotation> annotations()
-
create
public static CreateAnnotations create(List<Annotation> annotations)
-
-