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

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

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


public class AccountLockedSettingResponse {
    /**
     *
     */
    public ScheduleMeetingResponse scheduleMeeting;
    /**
     *
     */
    public AccountLockSettingRecordResponse recording;

    public AccountLockedSettingResponse scheduleMeeting(ScheduleMeetingResponse scheduleMeeting) {
        this.scheduleMeeting = scheduleMeeting;
        return this;
    }

    public AccountLockedSettingResponse recording(AccountLockSettingRecordResponse recording) {
        this.recording = recording;
        return this;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy