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

Method mailboxes

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

Gets a ready to use Mailboxes Action. @return ActionMailboxes

()

Source from the content-addressed store, hash-verified

397 * @return ActionMailboxes
398 */
399 public ActionMailboxes mailboxes() {
400 return (ActionMailboxes) setupAction(getVersion().builder().actionMailboxes());
401 }
402
403 /**
404 * Gets a ready to use Playbacks Action.

Callers

nothing calls this directly

Calls 3

setupActionMethod · 0.95
getVersionMethod · 0.95
builderMethod · 0.80

Tested by

no test coverage detected