Uses of Class
com.microsoft.store.partnercenter.models.servicerequests.ServiceRequest
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.enumerators | |
| com.microsoft.store.partnercenter.servicerequests |
-
Uses of ServiceRequest in com.microsoft.store.partnercenter.enumerators
Methods in com.microsoft.store.partnercenter.enumerators that return types with arguments of type ServiceRequest Modifier and Type Method Description IResourceCollectionEnumeratorFactory<ResourceCollection<ServiceRequest>>IResourceCollectionEnumeratorContainer. getServiceRequests()Gets a factory that creates service request collection enumerators.IResourceCollectionEnumeratorFactory<ResourceCollection<ServiceRequest>>ResourceCollectionEnumeratorContainer. getServiceRequests()Gets a factory that creates service request collection enumerators. -
Uses of ServiceRequest in com.microsoft.store.partnercenter.servicerequests
Methods in com.microsoft.store.partnercenter.servicerequests that return ServiceRequest Modifier and Type Method Description ServiceRequestIPartnerServiceRequestCollection. create(ServiceRequest newEntity, String agentLocale)Creates a new ServiceRequest.ServiceRequestPartnerServiceRequestCollectionOperations. create(ServiceRequest serviceRequest, String agentLocale)Creates a service request.ServiceRequestCustomerServiceRequestOperations. get()Get Service Request By customer IDServiceRequestIServiceRequest. get()Retrieves the service request.ServiceRequestPartnerServiceRequestOperations. get()Get Service Request By IDServiceRequestCustomerServiceRequestOperations. patch(ServiceRequest updatePayload)Patches a Service RequestServiceRequestIServiceRequest. patch(ServiceRequest serviceRequest)Patches a service request.ServiceRequestPartnerServiceRequestOperations. patch(ServiceRequest updatePayload)Patches a Service RequestMethods in com.microsoft.store.partnercenter.servicerequests that return types with arguments of type ServiceRequest Modifier and Type Method Description ResourceCollection<ServiceRequest>CustomerServiceRequestCollectionOperations. get()Retrieves Service Requests associated to the customer.ResourceCollection<ServiceRequest>IServiceRequestCollection. get()Retrieves all service requests.ResourceCollection<ServiceRequest>PartnerServiceRequestCollectionOperations. get()Retrieves Service Requests associated to the partner.SeekBasedResourceCollection<ServiceRequest>CustomerServiceRequestCollectionOperations. query(IQuery serviceRequestsQuery)Queries for service requests associated with a customerResourceCollection<ServiceRequest>IServiceRequestCollection. query(IQuery serviceRequestsQuery)Queries service requests associated to an organization.ResourceCollection<ServiceRequest>PartnerServiceRequestCollectionOperations. query(IQuery serviceRequestsQuery)Queries for service requests associated with the partner.Methods in com.microsoft.store.partnercenter.servicerequests with parameters of type ServiceRequest Modifier and Type Method Description ServiceRequestIPartnerServiceRequestCollection. create(ServiceRequest newEntity, String agentLocale)Creates a new ServiceRequest.ServiceRequestPartnerServiceRequestCollectionOperations. create(ServiceRequest serviceRequest, String agentLocale)Creates a service request.ServiceRequestCustomerServiceRequestOperations. patch(ServiceRequest updatePayload)Patches a Service RequestServiceRequestIServiceRequest. patch(ServiceRequest serviceRequest)Patches a service request.ServiceRequestPartnerServiceRequestOperations. patch(ServiceRequest updatePayload)Patches a Service Request