Uses of Class
org.oxerr.stubhub.client.model.HoldResponse
Packages that use HoldResponse
-
Uses of HoldResponse in org.oxerr.stubhub.client.cxf.resource
Methods in org.oxerr.stubhub.client.cxf.resource that return HoldResponseModifier and TypeMethodDescriptionHoldResource.createHold(HoldRequest hold) Create hold.HoldResource.getHoldByHoldId(Long holdId) Retrieves hold by hold ID.HoldResource.getHoldByMarketplaceSaleIdAndMarketplace(String marketplaceSaleId, String marketplace) Retrieves a hold by the marketplaceName and marketplaceSaleId.HoldResource.getHolds()Retrieves holds.HoldResource.updateHold(Long holdId, HoldRequest hold) Update a hold.