OfferCategoryCollectionOperations Class

Implements

public class OfferCategoryCollectionOperations extends BasePartnerComponentString implements IOfferCategoryCollection

Offers categories implementation.

Constructor Summary

Constructor Description
OfferCategoryCollectionOperations(IPartner rootPartnerOperations, String country)

Initializes a new instance of the OfferCategoryCollectionOperations class.

Method Summary

Modifier and Type Method and Description
ResourceCollection<OfferCategory> get()

Retrieves all offer categories available to the partner for the provided country.

Inherited Members

BasePartnerComponent<TContext>.getContext() BasePartnerComponent<TContext>.getPartner() java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

OfferCategoryCollectionOperations

public OfferCategoryCollectionOperations(IPartner rootPartnerOperations, String country)

Initializes a new instance of the OfferCategoryCollectionOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.
country - The country on which to base the offer categories

Method Details

get

public ResourceCollection get()

Retrieves all offer categories available to the partner for the provided country.

Returns:

All offer categories for the provided country.

Applies to