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

com.voxeo.tropo.actions.StartRecordingAction Maven / Gradle / Ivy

package com.voxeo.tropo.actions;

import com.voxeo.tropo.Key;
import com.voxeo.tropo.annotations.ValidKeys;

@ValidKeys(keys={"format","method","url","username","password"})
public class StartRecordingAction extends JsonAction {

	public StartRecordingAction() {
		
		super();
		setName("startRecording");
	}
	
	public StartRecordingAction(Key... keys) {
	
		super(keys);
		setName("startRecording");
	}	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy