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 Summary
Modifier and Type Method Description ServiceRequestcreate(ServiceRequest newEntity, String agentLocale)Creates a new ServiceRequest.ISupportTopicsCollectiongetSupportTopics()Gets a set of operations that can be performed on Support Topics.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartnerMethods inherited from interface com.microsoft.store.partnercenter.servicerequests.IServiceRequestCollection
byId, get, query
-
Method Details
-
getSupportTopics
ISupportTopicsCollection getSupportTopics()Gets a set of operations that can be performed on Support Topics.- Returns:
- Collection of Support Topic Operations.
-
create
Creates a new ServiceRequest.- Parameters:
newEntity- The new ServiceRequest information.agentLocale- The locale.- Returns:
- The ServiceRequest information that was just created.
-