public class PresentationsMergeRequest extends Object
Constructor and Description |
---|
PresentationsMergeRequest() |
Modifier and Type | Method and Description |
---|---|
PresentationsMergeRequest |
addPresentationPasswordsItem(String presentationPasswordsItem) |
PresentationsMergeRequest |
addPresentationPathsItem(String presentationPathsItem) |
boolean |
equals(Object o) |
List<String> |
getPresentationPasswords()
Gets or sets the presentation passwords.
|
List<String> |
getPresentationPaths()
Gets or sets the presentation paths.
|
int |
hashCode() |
PresentationsMergeRequest |
presentationPasswords(List<String> presentationPasswords) |
PresentationsMergeRequest |
presentationPaths(List<String> presentationPaths) |
void |
setPresentationPasswords(List<String> presentationPasswords) |
void |
setPresentationPaths(List<String> presentationPaths) |
String |
toString() |
public PresentationsMergeRequest presentationPaths(List<String> presentationPaths)
public PresentationsMergeRequest addPresentationPathsItem(String presentationPathsItem)
public List<String> getPresentationPaths()
public PresentationsMergeRequest presentationPasswords(List<String> presentationPasswords)
public PresentationsMergeRequest addPresentationPasswordsItem(String presentationPasswordsItem)
public List<String> getPresentationPasswords()
Copyright © 2022. All rights reserved.