Class CreateInsightReport
- java.lang.Object
-
- com.cdancy.bitbucket.rest.options.CreateInsightReport
-
public abstract class CreateInsightReport extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateInsightReport.RESULT
-
Constructor Summary
Constructors Constructor Description CreateInsightReport()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static CreateInsightReportcreate(String details, String link, String logoUrl, CreateInsightReport.RESULT result, String title, String reporter, List<InsightReportData> data)abstract List<InsightReportData>data()abstract Stringdetails()abstract Stringlink()abstract StringlogoUrl()abstract Stringreporter()abstract CreateInsightReport.RESULTresult()abstract Stringtitle()
-
-
-
Method Detail
-
details
@Nullable public abstract String details()
-
link
@Nullable public abstract String link()
-
logoUrl
@Nullable public abstract String logoUrl()
-
result
@Nullable public abstract CreateInsightReport.RESULT result()
-
title
public abstract String title()
-
reporter
@Nullable public abstract String reporter()
-
data
public abstract List<InsightReportData> data()
-
create
public static CreateInsightReport create(String details, String link, String logoUrl, CreateInsightReport.RESULT result, String title, String reporter, List<InsightReportData> data)
-
-