Add collaboration feature
[sdc.git] / openecomp-be / api / openecomp-sdc-rest-webapp / vendor-software-products-rest / vendor-software-products-rest-services / src / main / java / org / openecomp / sdcrests / vsp / rest / services / VspItemProperty.java
1 package org.openecomp.sdcrests.vsp.rest.services;
2
3 public final class VspItemProperty {
4   public static final String VENDOR_ID = "vendorId";
5   public static final String VENDOR_NAME = "vendorName";
6   public static final String ONBOARDING_METHOD = "onboardingMethod";
7 }