public static final class CreatePickUpWaybillPreQueryResponseBody.AppointTimes.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreatePickUpWaybillPreQueryResponseBody.AppointTimes |
build() |
CreatePickUpWaybillPreQueryResponseBody.AppointTimes.Builder |
date(String date)
The date in the YYYY-MM-DD format.
|
CreatePickUpWaybillPreQueryResponseBody.AppointTimes.Builder |
dateSelectable(Boolean dateSelectable)
Indicates whether the date is selectable.
|
CreatePickUpWaybillPreQueryResponseBody.AppointTimes.Builder |
timeList(List<CreatePickUpWaybillPreQueryResponseBody.TimeList> timeList)
The time range for the scheduled pickup for this date.
|
public CreatePickUpWaybillPreQueryResponseBody.AppointTimes.Builder date(String date)
The date in the YYYY-MM-DD format.
example:2022-04-28
public CreatePickUpWaybillPreQueryResponseBody.AppointTimes.Builder dateSelectable(Boolean dateSelectable)
Indicates whether the date is selectable.
example:true
public CreatePickUpWaybillPreQueryResponseBody.AppointTimes.Builder timeList(List<CreatePickUpWaybillPreQueryResponseBody.TimeList> timeList)
The time range for the scheduled pickup for this date.
public CreatePickUpWaybillPreQueryResponseBody.AppointTimes build()
Copyright © 2025. All rights reserved.