MenuBarsResource

Not part of the Restful Objects spec.

API

MenuBarsResource.java
interface MenuBarsResource {
  Response menuBars()     (1)
  Response deleteMenuBarsNotAllowed()     (2)
  Response putMenuBarsNotAllowed()     (3)
  Response postMenuBarsNotAllowed()     (4)
}
1 menuBars()

Not part of the Restful Objects spec.

2 deleteMenuBarsNotAllowed()

Not part of the Restful Objects spec.

3 putMenuBarsNotAllowed()

Not part of the Restful Objects spec.

4 postMenuBarsNotAllowed()

Not part of the Restful Objects spec.

Members

Not part of the Restful Objects spec.

deleteMenuBarsNotAllowed()

Not part of the Restful Objects spec.

putMenuBarsNotAllowed()

Not part of the Restful Objects spec.

postMenuBarsNotAllowed()

Not part of the Restful Objects spec.