public User phone()

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


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