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

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

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


/**
 * Returned if *Meetings* feature is switched on
 */
public class UnifiedPresenceMeeting {
    /**
     * Meeting status calculated from all user`s meetings
     * Enum: NoMeeting, InMeeting
     */
    public String status;

    public UnifiedPresenceMeeting status(String status) {
        this.status = status;
        return this;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy