PartnerServiceRequestOperations Class
- java.
lang. Object - com.
microsoft. store. partnercenter. BasePartnerComponent<TContext> - com.
microsoft. store. partnercenter. servicerequests. PartnerServiceRequestOperations
- com.
- com.
Implements
public class PartnerServiceRequestOperations extends BasePartnerComponent<Tuple<String,String>> implements IServiceRequest
Implements operations that can be performed on a single partner's service requests.
Constructor Summary
| Constructor | Description |
|---|---|
| PartnerServiceRequestOperations(IPartner rootPartnerOperations, String serviceRequestId) |
Initializes a new instance of the Partner |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Service |
get()
Get Service Request By ID |
|
Service |
patch(ServiceRequest updatePayload)
Patches a Service Request |
Inherited Members
Constructor Details
PartnerServiceRequestOperations
public PartnerServiceRequestOperations(IPartner rootPartnerOperations, String serviceRequestId)
Initializes a new instance of the PartnerServiceRequestOperations class.
Parameters:
Method Details
get
public ServiceRequest get()
Get Service Request By ID
Returns:
patch
public ServiceRequest patch(ServiceRequest updatePayload)
Patches a Service Request
Parameters:
Returns: