Uses of Enum
com.amilesend.discogs.model.marketplace.type.OrderStatus
Packages that use OrderStatus
Package
Description
-
Uses of OrderStatus in com.amilesend.discogs.model.marketplace
Methods in com.amilesend.discogs.model.marketplace that return OrderStatusModifier and TypeMethodDescriptionUpdateOrderRequest.getOrderStatus()The updated order status (optional).GetOrdersRequest.getStatus()The order status (optional).Methods in com.amilesend.discogs.model.marketplace with parameters of type OrderStatusModifier and TypeMethodDescriptionUpdateOrderRequest.UpdateOrderRequestBuilder.orderStatus(OrderStatus orderStatus) The updated order status (optional).GetOrdersRequest.GetOrdersRequestBuilder.status(OrderStatus status) The order status (optional). -
Uses of OrderStatus in com.amilesend.discogs.model.marketplace.type
Subclasses with type arguments of type OrderStatus in com.amilesend.discogs.model.marketplace.typeMethods in com.amilesend.discogs.model.marketplace.type that return OrderStatusModifier and TypeMethodDescriptionstatic OrderStatusGets theConditionenum from the given value.Order.getStatus()The order status.static OrderStatusReturns the enum constant of this type with the specified name.static OrderStatus[]OrderStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amilesend.discogs.model.marketplace.type that return types with arguments of type OrderStatusModifier and TypeMethodDescriptionOrder.getNextStatus()The list of remaining order status values for the order.Methods in com.amilesend.discogs.model.marketplace.type with parameters of type OrderStatusModifier and TypeMethodDescriptionOrder.OrderBuilder.status(OrderStatus status) The order status.Method parameters in com.amilesend.discogs.model.marketplace.type with type arguments of type OrderStatusModifier and TypeMethodDescriptionOrder.OrderBuilder.nextStatus(List<OrderStatus> nextStatus) The list of remaining order status values for the order.