Class OfferCategory
java.lang.Object
com.microsoft.store.partnercenter.models.ResourceBase
com.microsoft.store.partnercenter.models.offers.OfferCategory
public class OfferCategory extends ResourceBase
Represents offer's category. Also contains the category ranking for priority over other offer categories for the same
product line
-
Constructor Summary
Constructors Constructor Description OfferCategory() -
Method Summary
Modifier and Type Method Description booleanequals(Object obj)Determines whether the specified object, is equal to this instance.StringgetCountry()StringgetId()StringgetLocale()StringgetName()intgetRank()inthashCode()Returns a hash code for this instance.voidsetCountry(String value)voidsetId(String value)voidsetLocale(String value)voidsetName(String value)voidsetRank(int value)
-
Constructor Details
-
OfferCategory
public OfferCategory()
-
-
Method Details