| Modifier and Type | Method and Description |
|---|---|
Segment |
build() |
Segment.Builder |
callee(Endpoint callee) |
Segment.Builder |
caller(Endpoint caller) |
Segment.Builder |
endDateTime(OffsetDateTime endDateTime) |
Segment.Builder |
failureInfo(FailureInfo failureInfo) |
Segment.Builder |
id(String id) |
Segment.Builder |
media(List<Media> media) |
Segment.Builder |
mediaNextLink(String mediaNextLink) |
Segment.Builder |
startDateTime(OffsetDateTime startDateTime) |
public Segment.Builder id(String id)
public Segment.Builder startDateTime(OffsetDateTime startDateTime)
public Segment.Builder endDateTime(OffsetDateTime endDateTime)
public Segment.Builder caller(Endpoint caller)
public Segment.Builder callee(Endpoint callee)
public Segment.Builder failureInfo(FailureInfo failureInfo)
public Segment.Builder media(List<Media> media)
public Segment.Builder mediaNextLink(String mediaNextLink)
public Segment build()
Copyright © 2018–2020. All rights reserved.