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

com.newegg.marketplace.sdk.datafeed.Variables Maven / Gradle / Ivy

Go to download

The Newegg DataFeed API lets you batch manage items which consist of creating items, updating items and shipping orders. In addition, batch manage other applicable Newegg services.

There is a newer version: 2.0.0
Show newest version
package com.newegg.marketplace.sdk.datafeed;

import com.newegg.marketplace.sdk.common.Content;
import com.newegg.marketplace.sdk.common.Content.MEDIA_TYPE;

import feign.Logger;
import feign.Retryer;

/**
Copyright (c) 2000-present, Newegg Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
 */

/**
 * The variables that could be overwrite global setting  used by library
 * 
 * @author QB
 *
 */
public class Variables {	
	
	public static Logger.Level LogLevel=Content.DEFAULT_LOG_LEVEL;
	public static Retryer Retryer = Content.RETRYER;
	public static MEDIA_TYPE MediaType=MEDIA_TYPE.XML;
	public static boolean SimulationEnabled=Content.SIMULATION_ENABLED;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy