net.minidev.ovh.api.partner.OvhExpertisesChoices Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy