public class PresentationToMerge extends Object
Constructor and Description |
---|
PresentationToMerge() |
Modifier and Type | Method and Description |
---|---|
PresentationToMerge |
addSlidesItem(Integer slidesItem) |
boolean |
equals(Object o) |
String |
getPassword()
Get or sets the presentation password
|
String |
getPath()
Get or sets the presentation path
|
List<Integer> |
getSlides()
Get or sets the indexes of slides to merge
|
int |
hashCode() |
PresentationToMerge |
password(String password) |
PresentationToMerge |
path(String path) |
void |
setPassword(String password) |
void |
setPath(String path) |
void |
setSlides(List<Integer> slides) |
PresentationToMerge |
slides(List<Integer> slides) |
String |
toString() |
public PresentationToMerge path(String path)
public String getPath()
public void setPath(String path)
public PresentationToMerge password(String password)
public String getPassword()
public void setPassword(String password)
public PresentationToMerge slides(List<Integer> slides)
public PresentationToMerge addSlidesItem(Integer slidesItem)
public List<Integer> getSlides()
Copyright © 2021. All rights reserved.