Package com.patreonshout.beans.request
Class FilterDeleteRequest
java.lang.Object
com.patreonshout.beans.request.FilterCommonRequest
com.patreonshout.beans.request.FilterDeleteRequest
- All Implemented Interfaces:
java.io.Serializable
public class FilterDeleteRequest extends FilterCommonRequest implements java.io.Serializable
Jackson Serialized object, used for common json properties between search filter endpoint requests
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description private @javax.validation.constraints.NotNull long
filterId
filter_id is the id of the filter to be deleted -
Constructor Summary
Constructors Constructor Description FilterDeleteRequest()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
filterId
@NotNull private @javax.validation.constraints.NotNull long filterIdfilter_id is the id of the filter to be deleted
-
-
Constructor Details
-
FilterDeleteRequest
public FilterDeleteRequest()
-