Interface IServiceRequest
- All Superinterfaces:
IEntityGetOperations<ServiceRequest>,IEntityPatchOperations<ServiceRequest>,IPartnerComponent<Tuple<String,String>>
- All Known Implementing Classes:
CustomerServiceRequestOperations,PartnerServiceRequestOperations
public interface IServiceRequest extends IPartnerComponent<Tuple<String,String>>, IEntityGetOperations<ServiceRequest>, IEntityPatchOperations<ServiceRequest>
Groups operations that can be performed on a single service request.
-
Method Summary
Modifier and Type Method Description ServiceRequestget()Retrieves the service request.ServiceRequestpatch(ServiceRequest serviceRequest)Patches a service request.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
get
ServiceRequest get()Retrieves the service request.- Specified by:
getin interfaceIEntityGetOperations<ServiceRequest>- Returns:
- The service request information.
-
patch
Patches a service request.- Specified by:
patchin interfaceIEntityPatchOperations<ServiceRequest>- Parameters:
serviceRequest- The service request that has the properties to be patched set.- Returns:
- The updated service request.
-