| Package | Description |
|---|---|
| com.dropbuddies.client | |
| com.dropbuddies.core.client |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<CompleteOrder> |
OrdersApi.apiOrdersPlaceCustomPost(Location pickupLocation,
String description,
Double valueOfItem,
Double suggestedPrice,
Long pickupTime,
String deliveryType,
String source)
Place shopping type requests
More Information
|
retrofit2.Call<CompleteOrder> |
PaymentsApi.apiOrdersPlaceDispatchPost(String pickupAddress,
String dropoffAddress,
Location pickupLocation,
Location dropoffLocation,
String description,
String recipientName,
String recipientPhonenumber,
Double valueOfItem,
String itemType,
String deliveryType,
String pickupName,
String pickupPhonenumber,
String pickupEmail,
String recipientEmail,
String source,
Long pickupTime,
Long dropoffTime,
Integer quantity,
String sizeFit)
You can place dispatch type requests via this endpoint
More information
|
retrofit2.Call<CompleteOrder> |
OrdersApi.apiOrdersPlaceDispatchPost(String pickupAddress,
String dropoffAddress,
Location pickupLocation,
Location dropoffLocation,
String description,
String recipientName,
String recipientPhonenumber,
Double valueOfItem,
String itemType,
String deliveryType,
String pickupName,
String pickupPhonenumber,
String pickupEmail,
String recipientEmail,
String source,
Long pickupTime,
Long dropoffTime,
Integer quantity,
String sizeFit)
You can place dispatch type requests via this endpoint
More information
|
retrofit2.Call<CompleteOrder> |
PaymentsApi.apiOrdersPlaceFoodPost(Location pickupLocation,
Location dropoffLocation,
String recipientName,
String recipientPhonenumber,
String description,
String recipientEmail,
Double valueOfItem,
String sizeFit,
String deliveryType,
String source,
Long pickupTime,
Long dropoffTime)
Place shopping type requests
More Information
|
retrofit2.Call<CompleteOrder> |
OrdersApi.apiOrdersPlaceFoodPost(Location pickupLocation,
Location dropoffLocation,
String recipientName,
String recipientPhonenumber,
String description,
String recipientEmail,
Double valueOfItem,
String sizeFit,
String deliveryType,
String source,
Long pickupTime,
Long dropoffTime)
Place shopping type requests
More Information
|
retrofit2.Call<CompleteOrder> |
PaymentsApi.apiOrdersPlaceShoppingPost(Location pickupLocation,
Location dropoffLocation,
String recipientName,
String recipientPhonenumber,
String description,
Double valueOfItem,
String recipientEmail,
String sizeFit,
String deliveryType,
String source,
Long pickupTime,
Long dropoffTime)
Place shopping type requests
More Information
|
retrofit2.Call<CompleteOrder> |
OrdersApi.apiOrdersPlaceShoppingPost(Location pickupLocation,
Location dropoffLocation,
String recipientName,
String recipientPhonenumber,
String description,
Double valueOfItem,
String recipientEmail,
String sizeFit,
String deliveryType,
String source,
Long pickupTime,
Long dropoffTime)
Place shopping type requests
More Information
|
| Modifier and Type | Method and Description |
|---|---|
Location |
Location.address(String address) |
Location |
Location.geocode(String geocode) |
Location |
Order.getDropoffLocation()
Get dropoffLocation
|
Location |
InlineResponse2002Data.getDropoffLocation()
Get dropoffLocation
|
Location |
Order.getPickupLocation()
Get pickupLocation
|
Location |
InlineResponse2002Data.getPickupLocation()
Get pickupLocation
|
Location |
Location.isOnline(Integer isOnline) |
Location |
Location.latitude(Double latitude) |
Location |
Location.longitude(Double longitude) |
Location |
Location.type(String type) |
| Modifier and Type | Method and Description |
|---|---|
Order |
Order.dropoffLocation(Location dropoffLocation) |
InlineResponse2002Data |
InlineResponse2002Data.dropoffLocation(Location dropoffLocation) |
Order |
Order.pickupLocation(Location pickupLocation) |
InlineResponse2002Data |
InlineResponse2002Data.pickupLocation(Location pickupLocation) |
void |
Order.setDropoffLocation(Location dropoffLocation) |
void |
InlineResponse2002Data.setDropoffLocation(Location dropoffLocation) |
void |
Order.setPickupLocation(Location pickupLocation) |
void |
InlineResponse2002Data.setPickupLocation(Location pickupLocation) |
Copyright © 2017. All rights reserved.