Package com.patreonshout.beans.request
Class ListUpdateRequest
java.lang.Object
com.patreonshout.beans.request.ListCreationRequest
com.patreonshout.beans.request.ListUpdateRequest
- All Implemented Interfaces:
java.io.Serializable
public class ListUpdateRequest extends ListCreationRequest implements java.io.Serializable
Jackson Serialized object, used when a list update request is received
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description private @javax.validation.constraints.NotNull int
list_id
list_id is the id of the list to be updated -
Constructor Summary
Constructors Constructor Description ListUpdateRequest()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
list_id
@NotNull private @javax.validation.constraints.NotNull int list_idlist_id is the id of the list to be updated
-
-
Constructor Details
-
ListUpdateRequest
public ListUpdateRequest()
-