MCPcopy Index your code
hub / github.com/ari4java/ari4java / endpoints

Method endpoints

src/main/java/ch/loway/oss/ari4java/ARI.java:380–382  ·  view source on GitHub ↗

Gets a ready to use Endpoints Action. @return ActionEndpoints

()

Source from the content-addressed store, hash-verified

378 * @return ActionEndpoints
379 */
380 public ActionEndpoints endpoints() {
381 return (ActionEndpoints) setupAction(getVersion().builder().actionEndpoints());
382 }
383
384 /**
385 * Gets a ready to use Events Action.

Callers 1

testBuildActionMethod · 0.95

Calls 3

setupActionMethod · 0.95
getVersionMethod · 0.95
builderMethod · 0.80

Tested by 1

testBuildActionMethod · 0.76