Class CreateInsightReport
- java.lang.Object
-
- com.cdancy.bitbucket.rest.options.CreateInsightReport
-
public abstract class CreateInsightReport extends java.lang.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(java.lang.String details, java.lang.String link, java.lang.String logoUrl, CreateInsightReport.RESULT result, java.lang.String title, java.lang.String reporter, java.util.List<InsightReportData> data)abstract java.util.List<InsightReportData>data()abstract java.lang.Stringdetails()abstract java.lang.Stringlink()abstract java.lang.StringlogoUrl()abstract java.lang.Stringreporter()abstract CreateInsightReport.RESULTresult()abstract java.lang.Stringtitle()
-
-
-
Method Detail
-
details
@Nullable public abstract java.lang.String details()
-
link
@Nullable public abstract java.lang.String link()
-
logoUrl
@Nullable public abstract java.lang.String logoUrl()
-
result
@Nullable public abstract CreateInsightReport.RESULT result()
-
title
public abstract java.lang.String title()
-
reporter
@Nullable public abstract java.lang.String reporter()
-
data
public abstract java.util.List<InsightReportData> data()
-
create
public static CreateInsightReport create(java.lang.String details, java.lang.String link, java.lang.String logoUrl, CreateInsightReport.RESULT result, java.lang.String title, java.lang.String reporter, java.util.List<InsightReportData> data)
-
-