|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.plugins.dailysummary.content.SummaryEmailPanelData.Builder
public static class SummaryEmailPanelData.Builder
Builder class for the immutable SummaryEmailPanelData
Constructor Summary | |
---|---|
SummaryEmailPanelData.Builder(java.lang.String webPanelKey)
|
Method Summary | |
---|---|
SummaryEmailPanelData.Builder |
addImageDataSource(javax.activation.DataSource imageDatasource)
Add image datasources to be attached to the email. |
SummaryEmailPanelData.Builder |
addImageDataSources(java.lang.Iterable<javax.activation.DataSource> imageDatasources)
Add image datasources to be attached to the email. |
SummaryEmailPanelData |
build()
|
SummaryEmailPanelData.Builder |
hasContent(boolean hasContent)
A flag indicating whether this component has content. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SummaryEmailPanelData.Builder(java.lang.String webPanelKey)
webPanelKey
- this key should identify the webpanel component that this is data for.Method Detail |
---|
public SummaryEmailPanelData build()
public SummaryEmailPanelData.Builder hasContent(boolean hasContent)
hasContent
-
public SummaryEmailPanelData.Builder addImageDataSources(java.lang.Iterable<javax.activation.DataSource> imageDatasources)
imageDatasource
-
public SummaryEmailPanelData.Builder addImageDataSource(javax.activation.DataSource imageDatasource)
imageDatasource
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |