Uses of Enum Class
app.valuationcontrol.webservice.user.User.MODEL_ROLE
Packages that use User.MODEL_ROLE
-
Uses of User.MODEL_ROLE in app.valuationcontrol.webservice.user
Methods in app.valuationcontrol.webservice.user that return User.MODEL_ROLEModifier and TypeMethodDescriptionSingleModelAccessData.role()Returns the value of therolerecord component.UserAccessData.role()Returns the value of therolerecord component.static User.MODEL_ROLEReturns the enum constant of this class with the specified name.static User.MODEL_ROLE[]User.MODEL_ROLE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in app.valuationcontrol.webservice.user with parameters of type User.MODEL_ROLEModifier and TypeMethodDescriptionvoidUser.addModel(Model model, User.MODEL_ROLE role) org.springframework.http.ResponseEntity<Long> UserController.addUserToModel(Model model, User.MODEL_ROLE role, @Valid Email email, Principal principal) Constructors in app.valuationcontrol.webservice.user with parameters of type User.MODEL_ROLEModifierConstructorDescriptionSingleModelAccessData(User.MODEL_ROLE role, ModelData modelData) Creates an instance of aSingleModelAccessDatarecord class.UserAccessData(Long id, @NotNull String email, User.MODEL_ROLE role) Creates an instance of aUserAccessDatarecord class.