Class CountryValidationRulesOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.BasePartnerComponentString
com.microsoft.store.partnercenter.countryvalidationrules.CountryValidationRulesOperations
- All Implemented Interfaces:
ICountryValidationRules,IEntityGetOperations<CountryValidationRules>,IPartnerComponent<String>,IPartnerComponentString
public class CountryValidationRulesOperations extends BasePartnerComponentString implements ICountryValidationRules
The country validation rules operations implementation.
-
Constructor Summary
Constructors Modifier Constructor Description protectedCountryValidationRulesOperations(IPartner rootPartnerOperations, String country)Initializes a new instance of the CountryValidationRulesOperations class. -
Method Summary
Modifier and Type Method Description CountryValidationRulesget()Gets the market specific validation data by country.Methods inherited from class com.microsoft.store.partnercenter.BasePartnerComponent
getContext, getPartnerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Constructor Details
-
CountryValidationRulesOperations
Initializes a new instance of the CountryValidationRulesOperations class.- Parameters:
rootPartnerOperations- The root partner operations instancecountry- The country
-
-
Method Details
-
get
Gets the market specific validation data by country.- Specified by:
getin interfaceICountryValidationRules- Specified by:
getin interfaceIEntityGetOperations<CountryValidationRules>- Returns:
- The validation rules for the country.
-