Class BulkObject

All Implemented Interfaces:
Resource, Adaptable

@Produces("application/json") public class BulkObject extends AbstractResource<ResourceTypeImpl>
Since:
11.3
  • Constructor Details

    • BulkObject

      public BulkObject()
  • Method Details

    • doGetStatus

      @GET @Path("{commandId}") public BulkStatus doGetStatus(@PathParam("commandId") String commandId)
      Gets the BulkStatus for the given commandId.