Uses of Enum Class
org.oxerr.stubhub.client.model.ApiMarketplace
Packages that use ApiMarketplace
-
Uses of ApiMarketplace in org.oxerr.stubhub.client.model
Methods in org.oxerr.stubhub.client.model that return ApiMarketplaceModifier and TypeMethodDescriptionstatic ApiMarketplaceInventoryBroadcastUpdateRequest.getMarketplace()InventoryPriceUpdateRequest.getMarketplace()MarketplaceSeatingOverrideUpdateRequest.getMarketplace()SaleResponse.getMarketplace()MarketplaceListingStatus.getMarketplaceName()static ApiMarketplaceReturns the enum constant of this class with the specified name.static ApiMarketplace[]ApiMarketplace.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.oxerr.stubhub.client.model with parameters of type ApiMarketplaceModifier and TypeMethodDescriptionvoidInventoryBroadcastUpdateRequest.setMarketplace(ApiMarketplace marketplace) voidInventoryPriceUpdateRequest.setMarketplace(ApiMarketplace marketplace) voidMarketplaceSeatingOverrideUpdateRequest.setMarketplace(ApiMarketplace marketplace) voidSaleResponse.setMarketplace(ApiMarketplace marketplace) voidMarketplaceListingStatus.setMarketplaceName(ApiMarketplace marketplaceName) Constructors in org.oxerr.stubhub.client.model with parameters of type ApiMarketplace