Class FilterAddRequest

java.lang.Object
com.patreonshout.beans.request.FilterCommonRequest
com.patreonshout.beans.request.FilterAddRequest
All Implemented Interfaces:
java.io.Serializable

public class FilterAddRequest
extends FilterCommonRequest
implements java.io.Serializable
Jackson Serialized object, used when a filter add request is received
See Also:
Serialized Form
  • Field Summary

    Fields
    Modifier and Type Field Description
    private @NotNull java.lang.String filter
    filter is the saved filter the user wants to filter posts by
    private @NotNull java.lang.String filterName
    filter_name is the name set to the filter provided by the user
  • Constructor Summary

    Constructors
    Constructor Description
    FilterAddRequest()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • filter

      @NotNull private @NotNull java.lang.String filter
      filter is the saved filter the user wants to filter posts by
    • filterName

      @NotNull private @NotNull java.lang.String filterName
      filter_name is the name set to the filter provided by the user
  • Constructor Details

    • FilterAddRequest

      public FilterAddRequest()