| Package | Description |
|---|---|
| com.dropbuddies.client | |
| com.dropbuddies.core.client |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<InlineResponse2003> |
PaymentsApi.apiOrdersEstimateCustomPost(Order body)
Information about estimating custom orders
Information about estimating custom orders
|
retrofit2.Call<InlineResponse2003> |
OrdersApi.apiOrdersEstimateCustomPost(Order body)
Information about estimating custom orders
Information about estimating custom orders
|
retrofit2.Call<InlineResponse2002> |
PaymentsApi.apiOrdersEstimatePost(Order body)
Generate an estimated cost based on request preferences
Generate an estimated cost based on request preferences
|
retrofit2.Call<InlineResponse2002> |
OrdersApi.apiOrdersEstimatePost(Order body)
Generate an estimated cost based on request preferences
Generate an estimated cost based on request preferences
|
retrofit2.Call<Void> |
OrdersApi.apiOrdersUpdateOrderIdPost(String orderId,
Order body)
You can set any values within the order class.
|
| Modifier and Type | Method and Description |
|---|---|
Order |
Order.acceptedOn(Long acceptedOn) |
Order |
Order.allowPriceSuggestion(Integer allowPriceSuggestion) |
Order |
Order.cancelledOn(Long cancelledOn) |
Order |
Order.createdOn(Long createdOn) |
Order |
Order.deliveryStatus(String deliveryStatus) |
Order |
Order.deliveryType(String deliveryType) |
Order |
Order.description(String description) |
Order |
Order.dropbuddyId(String dropbuddyId) |
Order |
Order.dropoffAddress(String dropoffAddress) |
Order |
Order.dropoffLocation(Location dropoffLocation) |
Order |
Order.dropoffTime(Long dropoffTime) |
Order |
InlineResponse2005.getData()
Get data
|
Order |
CompleteOrder.getOrder()
Get order
|
Order |
Order.id(Long id) |
Order |
Order.itemType(String itemType) |
Order |
Order.ownerid(String ownerid) |
Order |
Order.ownerType(String ownerType) |
Order |
Order.paymentStatus(String paymentStatus) |
Order |
Order.pickupAddress(String pickupAddress) |
Order |
Order.pickupEmail(String pickupEmail) |
Order |
Order.pickupLatitude(Double pickupLatitude) |
Order |
Order.pickupLocation(Location pickupLocation) |
Order |
Order.pickupLongitude(Double pickupLongitude) |
Order |
Order.pickupName(String pickupName) |
Order |
Order.pickupPhonenumber(String pickupPhonenumber) |
Order |
Order.pickupTime(Long pickupTime) |
Order |
Order.promoCode(String promoCode) |
Order |
Order.quantity(Integer quantity) |
Order |
Order.rating(Integer rating) |
Order |
Order.ratingMessage(String ratingMessage) |
Order |
Order.recipientEmail(String recipientEmail) |
Order |
Order.recipientName(String recipientName) |
Order |
Order.recipientPhonenumber(String recipientPhonenumber) |
Order |
Order.requestType(String requestType) |
Order |
Order.selectDropBuddy(Integer selectDropBuddy) |
Order |
Order.sizeFit(String sizeFit) |
Order |
Order.source(String source) |
Order |
Order.status(String status) |
Order |
Order.suggestedPrice(Double suggestedPrice) |
Order |
Order.uniqueId(String uniqueId) |
Order |
Order.updatedOn(Long updatedOn) |
Order |
Order.userDeliveryStatus(String userDeliveryStatus) |
Order |
Order.valueOfItem(Double valueOfItem) |
| Modifier and Type | Method and Description |
|---|---|
List<Order> |
InlineResponse2004.getData()
Get data
|
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2004 |
InlineResponse2004.addDataItem(Order dataItem) |
InlineResponse2005 |
InlineResponse2005.data(Order data) |
CompleteOrder |
CompleteOrder.order(Order order) |
void |
InlineResponse2005.setData(Order data) |
void |
CompleteOrder.setOrder(Order order) |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2004 |
InlineResponse2004.data(List<Order> data) |
void |
InlineResponse2004.setData(List<Order> data) |
Copyright © 2017. All rights reserved.