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

com.microsoft.store.partnercenter.genericoperations.ICountrySelector Maven / Gradle / Ivy

There is a newer version: 1.15.3
Show newest version
// -----------------------------------------------------------------------
// 
//      Copyright (c) Microsoft Corporation.  All rights reserved.
// 
// -----------------------------------------------------------------------

package com.microsoft.store.partnercenter.genericoperations;

/**
 * Returns operations interfaces based on the given country.
 */
public interface ICountrySelector {

	/***
	 * Customizes operations based on the given country.
	 * @return An operations interface customized for the provided country.
	 * @param: The country to be used by the returned operations.
	 */
	TOperations byCountry( String country );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy