net.minidev.ovh.api.partner.OvhActivitySectors Maven / Gradle / Ivy
package net.minidev.ovh.api.partner;
/**
 * Possible choices for activitySectors
 */
public class OvhActivitySectors {
	/**
	 * Other (specify)
	 *
	 * canBeNull && readOnly
	 */
	public String other;
	/**
	 * Reseller of IT / Telecom services
	 *
	 * canBeNull && readOnly
	 */
	public Boolean resellerITOrTelecom;
	/**
	 * Digital Services Companies
	 *
	 * canBeNull && readOnly
	 */
	public Boolean digitalServicesCompanies;
	/**
	 * Health
	 *
	 * canBeNull && readOnly
	 */
	public Boolean health;
	/**
	 * Software editor
	 *
	 * canBeNull && readOnly
	 */
	public Boolean softwareEditor;
	/**
	 * Public Sector / Education
	 *
	 * canBeNull && readOnly
	 */
	public Boolean publicSectorOrEducation;
	/**
	 * Bank / Insurance / Finance
	 *
	 * canBeNull && readOnly
	 */
	public Boolean bankInsuranceFinance;
	/**
	 * Video games / Online games
	 *
	 * canBeNull && readOnly
	 */
	public Boolean videoGames;
	/**
	 * Communication / Media
	 *
	 * canBeNull && readOnly
	 */
	public Boolean communicationOrMedia;
	/**
	 * Other IT / Telecom professions
	 *
	 * canBeNull && readOnly
	 */
	public Boolean otherITOrTelecom;
	/**
	 * Web Agency
	 *
	 * canBeNull && readOnly
	 */
	public Boolean webAgency;
	/**
	 * E-commerce
	 *
	 * canBeNull && readOnly
	 */
	public Boolean ecommerce;
	/**
	 * Business Services / Individuals
	 *
	 * canBeNull && readOnly
	 */
	public Boolean businessServiceOrIndividuals;
	/**
	 * Trade / Trading / Distribution
	 *
	 * canBeNull && readOnly
	 */
	public Boolean tradeTradingDistribution;
	/**
	 * Industry / Transportation / Energy
	 *
	 * canBeNull && readOnly
	 */
	public Boolean industryTransportationEnegy;
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy