Uses of Class
org.alfresco.rest.model.RestSubscriberModel
-
Packages that use RestSubscriberModel Package Description org.alfresco.rest.model org.alfresco.rest.requests.privateAPI org.alfresco.rest.requests.syncServiceAPI -
-
Uses of RestSubscriberModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestSubscriberModel Modifier and Type Method Description RestSubscriberModelRestSubscriberModel. onModel()Methods in org.alfresco.rest.model that return types with arguments of type RestSubscriberModel Modifier and Type Method Description ModelAssertion<RestSubscriberModel>RestSubscriberModel. and()ModelAssertion<RestSubscriberModel>RestSubscriberModel. assertThat() -
Uses of RestSubscriberModel in org.alfresco.rest.requests.privateAPI
Methods in org.alfresco.rest.requests.privateAPI with parameters of type RestSubscriberModel Modifier and Type Method Description SubscriptionsRestPrivateAPI. 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 RestSubscriberModel Modifier and Type Method Description RestSubscriberModelSubscribers. registerDevice(java.lang.String deviceOS, java.lang.String clientVersion)POST Create Device Subscription using POST call on /subscribersConstructors in org.alfresco.rest.requests.syncServiceAPI with parameters of type RestSubscriberModel Constructor Description Subscriptions(RestSubscriberModel subscriber, RestWrapper restWrapper)
-