public abstract static class Presentation.PresentationBuilder<T extends Presentation,B extends Presentation.PresentationBuilder<T,B>> extends Object
Constructor and Description |
---|
PresentationBuilder() |
Modifier and Type | Method and Description |
---|---|
abstract T |
build()
Returns the configured presentation instance
|
B |
notes(String notes)
Sets the notes of the presentation.
|
B |
presentation(Presentation presentation)
Sets the presentation.
|
protected abstract B |
self()
Returns this object.
|
B |
title(String title)
Sets the title of the presentation.
|
public B presentation(Presentation presentation)
presentation
- The presentationpublic B title(String title)
title
- The title of the presentationpublic B notes(String notes)
notes
- The notes of the presentationprotected abstract B self()
public abstract T build()
Copyright © 2018. All rights reserved.