public User email()

in juneau-petstore-api/src/main/java/org/apache/juneau/petstore/dto/User.java [144:147]


	public User email(String value) {
		this.email = value;
		return this;
	}