public static interface AbsoluteTimeRange.Builder extends SdkPojo, CopyableBuilder<AbsoluteTimeRange.Builder,AbsoluteTimeRange>
| Modifier and Type | Method and Description |
|---|---|
AbsoluteTimeRange.Builder |
endTime(Long endTime)
A value that indicates the end of the time range in milliseconds.
|
AbsoluteTimeRange.Builder |
first(Long first)
A time range from the beginning of the call to the value that you've specified.
|
AbsoluteTimeRange.Builder |
last(Long last)
A time range from the value that you've specified to the end of the call.
|
AbsoluteTimeRange.Builder |
startTime(Long startTime)
A value that indicates the beginning of the time range in seconds.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAbsoluteTimeRange.Builder startTime(Long startTime)
A value that indicates the beginning of the time range in seconds. To set absolute time range, you must specify a start time and an end time. For example, if you specify the following values:
StartTime - 10000
Endtime - 50000
The time range is set between 10,000 milliseconds and 50,000 milliseconds into the call.
startTime - A value that indicates the beginning of the time range in seconds. To set absolute time range, you
must specify a start time and an end time. For example, if you specify the following values:
StartTime - 10000
Endtime - 50000
The time range is set between 10,000 milliseconds and 50,000 milliseconds into the call.
AbsoluteTimeRange.Builder endTime(Long endTime)
A value that indicates the end of the time range in milliseconds. To set absolute time range, you must specify a start time and an end time. For example, if you specify the following values:
StartTime - 10000
Endtime - 50000
The time range is set between 10,000 milliseconds and 50,000 milliseconds into the call.
endTime - A value that indicates the end of the time range in milliseconds. To set absolute time range, you must
specify a start time and an end time. For example, if you specify the following values:
StartTime - 10000
Endtime - 50000
The time range is set between 10,000 milliseconds and 50,000 milliseconds into the call.
AbsoluteTimeRange.Builder first(Long first)
A time range from the beginning of the call to the value that you've specified. For example, if you specify 100000, the time range is set to the first 100,000 milliseconds of the call.
first - A time range from the beginning of the call to the value that you've specified. For example, if you
specify 100000, the time range is set to the first 100,000 milliseconds of the call.AbsoluteTimeRange.Builder last(Long last)
A time range from the value that you've specified to the end of the call. For example, if you specify 100000, the time range is set to the last 100,000 milliseconds of the call.
last - A time range from the value that you've specified to the end of the call. For example, if you specify
100000, the time range is set to the last 100,000 milliseconds of the call.Copyright © 2021. All rights reserved.