Uses of Interface
com.microsoft.store.partnercenter.servicerequests.IServiceRequest
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.servicerequests |
-
Uses of IServiceRequest in com.microsoft.store.partnercenter.servicerequests
Classes in com.microsoft.store.partnercenter.servicerequests that implement IServiceRequest Modifier and Type Class Description classCustomerServiceRequestOperationsImplements operations that can be performed on a single customer's service requests.classPartnerServiceRequestOperationsImplements operations that can be performed on a single partner's service requests.Methods in com.microsoft.store.partnercenter.servicerequests that return IServiceRequest Modifier and Type Method Description IServiceRequestCustomerServiceRequestCollectionOperations. byId(String serviceRequestId)Retrieves a Service Request specified by IdIServiceRequestIServiceRequestCollection. byId(String serviceRequestId)Gets a single service requestIServiceRequestPartnerServiceRequestCollectionOperations. byId(String serviceRequestId)Retrieves a Service Request specified by Id.