aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/main/java/org/onap/simulator/presetGenerator/presets/mso/PresetActivateServiceInstancePost.java
blob: 5a4528edc76fbe1711ff2397fef675acc169a44c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package org.onap.simulator.presetGenerator.presets.mso;

import org.onap.simulator.presetGenerator.presets.BasePresets.BaseMSOPresetServiceInstanceOperationsPost;

/**
 * Created by itzikliderman on 13/12/2017.
 */
public class PresetActivateServiceInstancePost extends BaseMSOPresetServiceInstanceOperationsPost {
    public String getReqPath() {
        return getRootPath() + "/activate";
    }
}