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

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

package com.ringcentral.definitions;


/**
 * Note creator information
 */
public class TMCreatorInfo {
    /**
     * Internal identifier of a user who created a note/task
     */
    public String id;

    public TMCreatorInfo id(String id) {
        this.id = id;
        return this;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy