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