public class RemoveRequest
extends java.lang.Object
Constructor | Description |
---|---|
RemoveRequest() |
Initializes a new instance of the RemoveRequest class.
|
RemoveRequest(RemoveOptions options) |
Initializes a new instance of the RemoveRequest class.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object o) |
|
RemoveOptions |
getoptions() |
Remove options
|
int |
hashCode() |
|
void |
setoptions(RemoveOptions options) |
|
java.lang.String |
toString() |
public RemoveRequest()
public RemoveRequest(RemoveOptions options)
options
- Remove optionspublic RemoveOptions getoptions()
public void setoptions(RemoveOptions 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.