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

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

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

/**
 * Possible choices for expertises
 */
public class OvhExpertisesChoices {
	/**
	 * Outsourcing And Maintenance
	 *
	 * canBeNull && readOnly
	 */
	public OvhExpertisesChoicesOutsourcingAndMaintenance outsourcingAndMaintenance;

	/**
	 * Consulting
	 *
	 * canBeNull && readOnly
	 */
	public OvhExpertisesChoicesConsulting consulting;

	/**
	 * Software And Development
	 *
	 * canBeNull && readOnly
	 */
	public OvhExpertisesChoicesSoftwareAndDevelopment softwareAndDevelopment;

	/**
	 * Installation and integration
	 *
	 * canBeNull && readOnly
	 */
	public OvhExpertisesChoicesInstallationAndIntegration installationAndIntegration;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy