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

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

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

/**
 * Relevant informations of the phone reset
 */
public class OvhResetPhoneInfo {
	/**
	 * Which way had been used to reset the phone
	 *
	 * canBeNull
	 */
	public OvhResetPhoneMethodEnum resetPhoneMethod;

	/**
	 * Reset code informations
	 *
	 * canBeNull
	 */
	public OvhResetPhoneCodeInfo resetCodeInfo;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy