Uses of Enum Class
org.oxerr.stubhub.client.model.ApiMarketplaceBroadcastState
Packages that use ApiMarketplaceBroadcastState
-
Uses of ApiMarketplaceBroadcastState in org.oxerr.stubhub.client.model
Methods in org.oxerr.stubhub.client.model that return ApiMarketplaceBroadcastStateModifier and TypeMethodDescriptionstatic ApiMarketplaceBroadcastStateInventoryBroadcastUpdateRequest.getMarketplaceBroadcastState()MarketplaceListingStatus.getMarketplaceBroadcastState()static ApiMarketplaceBroadcastStateReturns the enum constant of this class with the specified name.static ApiMarketplaceBroadcastState[]ApiMarketplaceBroadcastState.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 ApiMarketplaceBroadcastStateModifier and TypeMethodDescriptionvoidInventoryBroadcastUpdateRequest.setMarketplaceBroadcastState(ApiMarketplaceBroadcastState marketplaceBroadcastState) voidMarketplaceListingStatus.setMarketplaceBroadcastState(ApiMarketplaceBroadcastState marketplaceBroadcastState)