com.microsoft.store.partnercenter.genericoperations.ICountrySelector Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of partnercenter Show documentation
Show all versions of partnercenter Show documentation
SDK for accessing Microsoft Partner Center API.
// -----------------------------------------------------------------------
//
// 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