Class AddScopeRequest
java.lang.Object
com.amos2020.javabackend.rest_service.request.BasicRequest
com.amos2020.javabackend.rest_service.request.scope.AddScopeRequest
public class AddScopeRequest extends BasicRequest
Request object for adding elements to the scope of an existing audit project.
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<@Min(1L) java.lang.Integer>scopeFields inherited from class com.amos2020.javabackend.rest_service.request.BasicRequest
MAX_NAME_LENGTH, MAX_SMALL_TEXT_LENGTH, MAX_TEXT_LENGTH -
Constructor Summary
Constructors Constructor Description AddScopeRequest() -
Method Summary
Methods inherited from class com.amos2020.javabackend.rest_service.request.BasicRequest
assertDateIsNotNull, assertDatesAreValid, assertIdIsValid, assertIdsAreValid, assertNameIsValid, assertNoteIsValid, assertTextIsValid
-
Field Details
-
scope
private java.util.List<@Min(1L) java.lang.Integer> scope
-
-
Constructor Details
-
AddScopeRequest
public AddScopeRequest()
-