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

com.ringcentral.definitions.SendWelcomeEmailV2Request Maven / Gradle / Ivy

There is a newer version: 3.2.1
Show newest version
package com.ringcentral.definitions;


/**
 * Request body for operation sendWelcomeEmailV2
 */
public class SendWelcomeEmailV2Request {
    /**
     * Format: email
     * Example: [email protected]
     */
    public String email;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy