public class PreviewRequest
extends java.lang.Object
Constructor | Description |
---|---|
PreviewRequest() |
Initializes a new instance of the PreviewRequest class.
|
PreviewRequest(PreviewOptions options) |
Initializes a new instance of the PreviewRequest class.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object o) |
|
PreviewOptions |
getoptions() |
Preview options
|
int |
hashCode() |
|
void |
setoptions(PreviewOptions options) |
|
java.lang.String |
toString() |
public PreviewRequest()
public PreviewRequest(PreviewOptions options)
options
- Preview optionspublic PreviewOptions getoptions()
public void setoptions(PreviewOptions options)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2019. All rights reserved.