logo

Crowdly

.s0 { color: #0033b3;} .s1 { color: #080808;} .s2 { color: #8c8c8c; font-style:...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

.s0 { color: #0033b3;}

.s1 { color: #080808;}

.s2 { color: #8c8c8c; font-style: italic;}

.s3 { color: #1750eb;}

.s4, .s4 input, .s4 input:focus { color: #9E880D; }

import jakarta.validation.constraints.*;

public class UserDto {

private Long id;

// Darf nicht nur aus Leerzeichen bestehen und maximal 100 Zeichen umfassen

    private String name;

// Darf nicht leer sein, muss eine Mindestlänge von 5 Zeichen haben und muss das Schema einer Email erfüllen

    private String email;

// Darf nicht null sein, muss zwischen den Werten 18 und 65 (inklusive) liegen

    private Integer age;

// Constructor, Getter und Setter

}

More questions like this

Want instant access to all verified answers on elearning.tgm.ac.at?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!