All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ca.apim.gateway.cagatewayconfig.util.gateway.MappingActions Maven / Gradle / Ivy

There is a newer version: 1.0.9
Show newest version
/*
 * Copyright (c) 2018 CA. All rights reserved.
 * This software may be modified and distributed under the terms
 * of the MIT license.  See the LICENSE file for details.
 */

package com.ca.apim.gateway.cagatewayconfig.util.gateway;

public class MappingActions {

    public static final String NEW_OR_EXISTING = "NewOrExisting";
    public static final String NEW_OR_UPDATE = "NewOrUpdate";
    public static final String ALWAYS_CREATE_NEW = "AlwaysCreateNew";
    public static final String IGNORE = "Ignore";
    public static final String DELETE = "Delete";

    private MappingActions() {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy