public static interface CoverageTime.Builder extends SdkPojo, CopyableBuilder<CoverageTime.Builder,CoverageTime>
| Modifier and Type | Method and Description |
|---|---|
default CoverageTime.Builder |
end(Consumer<HandOffTime.Builder> end)
Information about when the on-call rotation shift ends.
|
CoverageTime.Builder |
end(HandOffTime end)
Information about when the on-call rotation shift ends.
|
default CoverageTime.Builder |
start(Consumer<HandOffTime.Builder> start)
Information about when the on-call rotation shift begins.
|
CoverageTime.Builder |
start(HandOffTime start)
Information about when the on-call rotation shift begins.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCoverageTime.Builder start(HandOffTime start)
Information about when the on-call rotation shift begins.
start - Information about when the on-call rotation shift begins.default CoverageTime.Builder start(Consumer<HandOffTime.Builder> start)
Information about when the on-call rotation shift begins.
This is a convenience method that creates an instance of theHandOffTime.Builder avoiding the need to
create one manually via HandOffTime.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to start(HandOffTime).
start - a consumer that will call methods on HandOffTime.Builderstart(HandOffTime)CoverageTime.Builder end(HandOffTime end)
Information about when the on-call rotation shift ends.
end - Information about when the on-call rotation shift ends.default CoverageTime.Builder end(Consumer<HandOffTime.Builder> end)
Information about when the on-call rotation shift ends.
This is a convenience method that creates an instance of theHandOffTime.Builder avoiding the need to
create one manually via HandOffTime.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to end(HandOffTime).
end - a consumer that will call methods on HandOffTime.Builderend(HandOffTime)Copyright © 2023. All rights reserved.