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

Method deviceStates

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

Gets a ready to use Device States Action. @return ActionDeviceStates

()

Source from the content-addressed store, hash-verified

369 * @return ActionDeviceStates
370 */
371 public ActionDeviceStates deviceStates() {
372 return (ActionDeviceStates) setupAction(getVersion().builder().actionDeviceStates());
373 }
374
375 /**
376 * Gets a ready to use Endpoints Action.

Callers 1

testBuildActionMethod · 0.95

Calls 3

setupActionMethod · 0.95
getVersionMethod · 0.95
builderMethod · 0.80

Tested by 1

testBuildActionMethod · 0.76