Modifier and Type | Method and Description |
---|---|
JobResult |
generateUsageRecords(Date start,
Date end,
GenerateUsageRecordsOptions... options) |
Set<UsageRecord> |
listUsageRecords(Date start,
Date end,
ListUsageRecordsOptions... options) |
@Named(value="generateUsageRecords") @GET @Consumes(value="application/json") JobResult generateUsageRecords(@QueryParam(value="startdate") Date start, @QueryParam(value="enddate") Date end, GenerateUsageRecordsOptions... options)
@Named(value="listUsageRecords") @GET @Consumes(value="application/json") Set<UsageRecord> listUsageRecords(@QueryParam(value="startdate") Date start, @QueryParam(value="enddate") Date end, ListUsageRecordsOptions... options)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.