summaryrefslogtreecommitdiffstats
path: root/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
blob: a40f6b167e7c30af509ebfdf7310958c1318f19b (plain)
1
2
3
4
5
6
7
package org.openecomp.sdcrests.vsp.rest.services;

public final class VspItemProperty {
  public static final String VENDOR_ID = "vendorId";
  public static final String VENDOR_NAME = "vendorName";
  public static final String ONBOARDING_METHOD = "onboardingMethod";
}