public class PresentationToMerge extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PresentationToMerge.SourceEnum
Merge (request or storage).
|
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
|
PresentationToMerge.SourceEnum |
getSource()
Merge (request or storage).
|
int |
hashCode() |
PresentationToMerge |
password(String password) |
PresentationToMerge |
path(String path) |
void |
setPassword(String password) |
void |
setPath(String path) |
void |
setSlides(List<Integer> slides) |
void |
setSource(PresentationToMerge.SourceEnum source) |
PresentationToMerge |
slides(List<Integer> slides) |
PresentationToMerge |
source(PresentationToMerge.SourceEnum source) |
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()
public PresentationToMerge source(PresentationToMerge.SourceEnum source)
public PresentationToMerge.SourceEnum getSource()
public void setSource(PresentationToMerge.SourceEnum source)
Copyright © 2023. All rights reserved.