Uses of Class
com.microsoft.store.partnercenter.models.servicerequests.ServiceRequestNote
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.models.servicerequests |
-
Uses of ServiceRequestNote in com.microsoft.store.partnercenter.models.servicerequests
Methods in com.microsoft.store.partnercenter.models.servicerequests that return ServiceRequestNote Modifier and Type Method Description ServiceRequestNoteServiceRequest. getNewNote()Methods in com.microsoft.store.partnercenter.models.servicerequests that return types with arguments of type ServiceRequestNote Modifier and Type Method Description Collection<ServiceRequestNote>ServiceRequest. getNotes()Methods in com.microsoft.store.partnercenter.models.servicerequests with parameters of type ServiceRequestNote Modifier and Type Method Description voidServiceRequest. setNewNote(ServiceRequestNote value)Method parameters in com.microsoft.store.partnercenter.models.servicerequests with type arguments of type ServiceRequestNote Modifier and Type Method Description voidServiceRequest. setNotes(Collection<ServiceRequestNote> value)