Interface ServiceHyperLink

  • All Superinterfaces:
    org.fusesource.restygwt.client.RestService

    @Path("/mobile/hyperlink")
    public interface ServiceHyperLink
    extends org.fusesource.restygwt.client.RestService
    Author:
    svu
    • Method Detail

      • getUrl

        @GET
        @Path("{appId}/")
        void getUrl​(@PathParam("appId")
                    String appId,
                    org.fusesource.restygwt.client.MethodCallback<HyperLinkDTO> callback)