SupportTopicsCollectionOperations Class

Implements

public class SupportTopicsCollectionOperations extends BasePartnerComponentString implements ISupportTopicsCollection

The operations that can be performed on support topics. Support Topics operations are localizable.

Constructor Summary

Constructor Description
SupportTopicsCollectionOperations(IPartner rootPartnerOperations)

Initializes a new instance of the SupportTopicsCollectionOperations class with default locale.

Method Summary

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

Gets a collection of available support topics to create service request.

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

SupportTopicsCollectionOperations

public SupportTopicsCollectionOperations(IPartner rootPartnerOperations)

Initializes a new instance of the SupportTopicsCollectionOperations class with default locale.

Parameters:

rootPartnerOperations - The root partner operations instance.

Method Details

get

public ResourceCollection get()

Gets a collection of available support topics to create service request.

Returns:

Collection of Support Topic Info.

Applies to