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

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

The newest version!
package net.minidev.ovh.api.telephony;

/**
 * Document linked to a portability
 */
public class OvhPortabilityDocument {
	/**
	 * URL to get document
	 *
	 * canBeNull && readOnly
	 */
	public String getUrl;

	/**
	 * Document size (in bytes)
	 *
	 * canBeNull && readOnly
	 */
	public Long size;

	/**
	 * URL to upload document
	 *
	 * canBeNull && readOnly
	 */
	public String putUrl;

	/**
	 * Name of the document
	 *
	 * canBeNull && readOnly
	 */
	public String name;

	/**
	 * Description of the document
	 *
	 * canBeNull && readOnly
	 */
	public String description;

	/**
	 * Identifier of the document
	 *
	 * canBeNull && readOnly
	 */
	public Long documentId;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy