public static final class CreatePickUpWaybillPreQueryResponseBody.TimeList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreatePickUpWaybillPreQueryResponseBody.TimeList |
build() |
CreatePickUpWaybillPreQueryResponseBody.TimeList.Builder |
endTime(String endTime)
The end of the time range.
|
CreatePickUpWaybillPreQueryResponseBody.TimeList.Builder |
selectable(Boolean selectable)
Indicates whether the time range can be selected for the scheduled pickup.
|
CreatePickUpWaybillPreQueryResponseBody.TimeList.Builder |
selectDisableTip(String selectDisableTip)
The tip displayed when the scheduled pickup is not available.
|
CreatePickUpWaybillPreQueryResponseBody.TimeList.Builder |
startTime(String startTime)
The beginning of the time range.
|
public CreatePickUpWaybillPreQueryResponseBody.TimeList.Builder endTime(String endTime)
The end of the time range.
example:12:00:00
public CreatePickUpWaybillPreQueryResponseBody.TimeList.Builder selectDisableTip(String selectDisableTip)
The tip displayed when the scheduled pickup is not available.
example:Appointment Full
public CreatePickUpWaybillPreQueryResponseBody.TimeList.Builder selectable(Boolean selectable)
Indicates whether the time range can be selected for the scheduled pickup.
example:true
public CreatePickUpWaybillPreQueryResponseBody.TimeList.Builder startTime(String startTime)
The beginning of the time range.
example:10:00:00
public CreatePickUpWaybillPreQueryResponseBody.TimeList build()
Copyright © 2025. All rights reserved.