Uses of Class
org.alfresco.rest.model.RestSubscriberModel
Packages that use RestSubscriberModel
Package
Description
-
Uses of RestSubscriberModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestSubscriberModel -
Uses of RestSubscriberModel in org.alfresco.rest.requests.privateAPI
Methods in org.alfresco.rest.requests.privateAPI with parameters of type RestSubscriberModelModifier and TypeMethodDescriptionRestPrivateAPI.withSubscriber(RestSubscriberModel subscriber) Provides DSL on all REST calls undersubscribers/{subscriberId}/API path -
Uses of RestSubscriberModel in org.alfresco.rest.requests.syncServiceAPI
Methods in org.alfresco.rest.requests.syncServiceAPI that return RestSubscriberModelModifier and TypeMethodDescriptionSubscribers.registerDevice(String deviceOS, String clientVersion) POST Create Device Subscription using POST call on /subscribersConstructors in org.alfresco.rest.requests.syncServiceAPI with parameters of type RestSubscriberModelModifierConstructorDescriptionSubscriptions(RestSubscriberModel subscriber, RestWrapper restWrapper)