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

net.minidev.ovh.api.partner.OvhExpertisesChoicesSoftwareAndDevelopment Maven / Gradle / Ivy

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

/**
 * Possible options for software and development expertises
 */
public class OvhExpertisesChoicesSoftwareAndDevelopment {
	/**
	 * Installation and integration of network equipment
	 *
	 * canBeNull && readOnly
	 */
	public Boolean networkEquipment;

	/**
	 * Software solutions (collaborative solutions, virtual offices)
	 *
	 * canBeNull && readOnly
	 */
	public Boolean softwareSolutions;

	/**
	 * Maintenance / Application Management
	 *
	 * canBeNull && readOnly
	 */
	public Boolean maintenanceOrApplicationManagement;

	/**
	 * Advice and expertises
	 *
	 * canBeNull && readOnly
	 */
	public Boolean adviceAndexpertises;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy