public class UpdatePasswordOptions extends Options
Represents options for updating document password.
<inheritdoc></inheritdoc>
##GroupDocs#Merger#Domain#Options
Constructor and Description |
---|
UpdatePasswordOptions(long fileFormat,
String currentPassword,
String newPassword)
Initializes a new instance of the
UpdatePasswordOptions class. |
Modifier and Type | Method and Description |
---|---|
String |
getNewPassword()
Gets or sets the new password.
|
void |
setNewPassword(String value)
Gets or sets the new password.
|
getFileFormat, getPassword, setFileFormat, setPassword
public UpdatePasswordOptions(long fileFormat, String currentPassword, String newPassword)
Initializes a new instance of the UpdatePasswordOptions
class.
fileFormat
- The file format.currentPassword
- The current password.newPassword
- The new password.
<inheritdoc></inheritdoc>
Copyright © 2019. All rights reserved.