IPartnerServiceRequestCollection Interface

Implements

public interface IPartnerServiceRequestCollection extends IServiceRequestCollection

Represents the behavior of partner service requests.

Method Summary

Modifier and Type Method and Description
abstract ServiceRequest create(ServiceRequest newEntity, String agentLocale)

Creates a new ServiceRequest.

abstract ISupportTopicsCollection getSupportTopics()

Gets a set of operations that can be performed on Support Topics.

Method Details

create

public abstract ServiceRequest create(ServiceRequest newEntity, String agentLocale)

Creates a new ServiceRequest.

Parameters:

newEntity - The new ServiceRequest information.
agentLocale - The locale.

Returns:

The ServiceRequest information that was just created.

getSupportTopics

public abstract ISupportTopicsCollection getSupportTopics()

Gets a set of operations that can be performed on Support Topics.

Returns:

Collection of Support Topic Operations.

Applies to