Interface BookmarkService.UpdateResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    BookmarkService

    public static interface BookmarkService.UpdateResponse
    extends Response
    Update a bookmark. An example for updating a bookmark: [source] ---- PUT /ovirt-engine/api/bookmarks/123 ---- With the request body: [source,xml] ---- new_example_vm vm: name=new_example* ----
    • Method Detail

      • bookmark

        Bookmark bookmark()
        The updated bookmark.