Uses of Enum Class
org.oxerr.stubhub.client.model.ApiPosBroadcastState
-
Uses of ApiPosBroadcastState in org.oxerr.stubhub.client.model
Methods in org.oxerr.stubhub.client.model that return ApiPosBroadcastStateModifier and TypeMethodDescriptionstatic ApiPosBroadcastStateInventoryBroadcastUpdateRequest.getPosBroadcastState()MarketplaceListingStatus.getPosBroadcastState()static ApiPosBroadcastStateReturns the enum constant of this class with the specified name.static ApiPosBroadcastState[]ApiPosBroadcastState.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 ApiPosBroadcastStateModifier and TypeMethodDescriptionvoidInventoryBroadcastUpdateRequest.setPosBroadcastState(ApiPosBroadcastState posBroadcastState) voidMarketplaceListingStatus.setPosBroadcastState(ApiPosBroadcastState posBroadcastState)