All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sendsafely.dto.response.AddDropzoneRecipientResponse Maven / Gradle / Ivy

package com.sendsafely.dto.response;

public class AddDropzoneRecipientResponse extends BaseResponse {

	private String email;
	
	public String getEmail(){
		return email;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy