Package com.cosmicpush.app.resources.manage.client.userevents

Examples of com.cosmicpush.app.resources.manage.client.userevents.ManageUserEventsResource


    return new ManageEmailsResource(config, account, apiClient);
  }

  @Path("/user-events")
  public ManageUserEventsResource getManageUserEventsResource() throws Exception {
    return new ManageUserEventsResource(config, account, apiClient);
  }
View Full Code Here

TOP

Related Classes of com.cosmicpush.app.resources.manage.client.userevents.ManageUserEventsResource

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.