Package com.docusign.esign.model
Class PageRequest
- java.lang.Object
-
- com.docusign.esign.model.PageRequest
-
- All Implemented Interfaces:
Serializable
public class PageRequest extends Object implements Serializable
PageRequest.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PageRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Compares objects.String
getPassword()
.String
getRotate()
Sets the direction the page image is rotated.int
hashCode()
Returns the HashCode.PageRequest
password(String password)
password.PageRequest
rotate(String rotate)
rotate.void
setPassword(String password)
setPassword.void
setRotate(String rotate)
setRotate.String
toString()
Converts the given object to string.
-
-
-
Method Detail
-
password
public PageRequest password(String password)
password.- Returns:
- PageRequest
-
getPassword
public String getPassword()
.- Returns:
- password
-
setPassword
public void setPassword(String password)
setPassword.
-
rotate
public PageRequest rotate(String rotate)
rotate.- Returns:
- PageRequest
-
getRotate
public String getRotate()
Sets the direction the page image is rotated. The possible settings are: left or right.- Returns:
- rotate
-
setRotate
public void setRotate(String rotate)
setRotate.
-
equals
public boolean equals(Object o)
Compares objects.
-
-