Package zendeskapi.models.views.executed

Examples of zendeskapi.models.views.executed.ExecutedViewResponse


  private static final ZendeskApi API = new ZendeskApi(URL,USER, PASSWORD);

  @Test(enabled = false)
  public void testViews() throws Exception {
    long myViewId = 1;
    ExecutedViewResponse view = API.getViews().executeView(myViewId, null, true);
    Assert.assertNotNull(view);
  }
View Full Code Here

TOP

Related Classes of zendeskapi.models.views.executed.ExecutedViewResponse

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.