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

net.minidev.ovh.api.telephony.OvhTimeCondition Maven / Gradle / Ivy

There is a newer version: 1.0.17
Show newest version
package net.minidev.ovh.api.telephony;

/**
 * Time conditions
 */
public class OvhTimeCondition {
	/**
	 * canBeNull && readOnly
	 */
	public String hourEnd;

	/**
	 * canBeNull && readOnly
	 */
	public String hourBegin;

	/**
	 * canBeNull && readOnly
	 */
	public Long id;

	/**
	 * canBeNull && readOnly
	 */
	public OvhTimeConditionsDayEnum day;

	/**
	 * canBeNull && readOnly
	 */
	public String status;

	/**
	 * canBeNull && readOnly
	 */
	public OvhTimeConditionsPolicyEnum policy;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy