Interface IPartnerServiceRequestCollection

All Superinterfaces:
IEntireEntityCollectionRetrievalOperations<ServiceRequest,​ResourceCollection<ServiceRequest>>, IEntitySelector<String,​IServiceRequest>, IPartnerComponent<String>, IPartnerComponentString, IServiceRequestCollection
All Known Implementing Classes:
PartnerServiceRequestCollectionOperations

public interface IPartnerServiceRequestCollection
extends IServiceRequestCollection
Represents the behavior of partner service requests.
  • Method Details

    • getSupportTopics

      ISupportTopicsCollection getSupportTopics()
      Gets a set of operations that can be performed on Support Topics.
      Returns:
      Collection of Support Topic Operations.
    • create

      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.