Uses of Class
org.alfresco.rest.api.model.QuickShareLinkEmailRequest
-
Packages that use QuickShareLinkEmailRequest Package Description org.alfresco.rest.api org.alfresco.rest.api.impl org.alfresco.rest.api.model org.alfresco.rest.api.quicksharelinks -
-
Uses of QuickShareLinkEmailRequest in org.alfresco.rest.api
Methods in org.alfresco.rest.api with parameters of type QuickShareLinkEmailRequest Modifier and Type Method Description voidQuickShareLinks. emailSharedLink(java.lang.String sharedId, QuickShareLinkEmailRequest emailRequest, Parameters parameters)Notifies users by email that a content has been shared with them. -
Uses of QuickShareLinkEmailRequest in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl with parameters of type QuickShareLinkEmailRequest Modifier and Type Method Description voidQuickShareLinksImpl. emailSharedLink(java.lang.String sharedId, QuickShareLinkEmailRequest emailRequest, Parameters parameters) -
Uses of QuickShareLinkEmailRequest in org.alfresco.rest.api.model
Methods in org.alfresco.rest.api.model that return QuickShareLinkEmailRequest Modifier and Type Method Description QuickShareLinkEmailRequestQuickShareLinkEmailRequest. setClient(java.lang.String client) -
Uses of QuickShareLinkEmailRequest in org.alfresco.rest.api.quicksharelinks
Methods in org.alfresco.rest.api.quicksharelinks with parameters of type QuickShareLinkEmailRequest Modifier and Type Method Description voidQuickShareLinkEntityResource. email(java.lang.String sharedId, QuickShareLinkEmailRequest emailRequest, Parameters parameters, WithResponse response)
-