Package com.docusign.esign.model
Class PageRequest
- java.lang.Object
-
- com.docusign.esign.model.PageRequest
-
public class PageRequest extends Object
PageRequest.
-
-
Constructor Summary
Constructors Constructor Description PageRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.StringgetPassword().StringgetRotate()Sets the direction the page image is rotated.inthashCode()Returns the HashCode.PageRequestpassword(String password)password.PageRequestrotate(String rotate)rotate.voidsetPassword(String password)setPassword.voidsetRotate(String rotate)setRotate.StringtoString()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.
-
-