Class ListCallsWithTranscriptsResponse.Builder
- java.lang.Object
-
- com.intercom.api.resources.unstable.calls.types.ListCallsWithTranscriptsResponse.Builder
-
- Enclosing class:
- ListCallsWithTranscriptsResponse
public static final class ListCallsWithTranscriptsResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListCallsWithTranscriptsResponsebuild()ListCallsWithTranscriptsResponse.Builderdata(java.util.List<ListCallsWithTranscriptsResponse.DataItem> data)ListCallsWithTranscriptsResponse.Builderdata(java.util.Optional<java.util.List<ListCallsWithTranscriptsResponse.DataItem>> data)ListCallsWithTranscriptsResponse.Builderfrom(ListCallsWithTranscriptsResponse other)ListCallsWithTranscriptsResponse.Buildertype(java.lang.String type)ListCallsWithTranscriptsResponse.Buildertype(java.util.Optional<java.lang.String> type)
-
-
-
Method Detail
-
from
public ListCallsWithTranscriptsResponse.Builder from(ListCallsWithTranscriptsResponse other)
-
type
public ListCallsWithTranscriptsResponse.Builder type(java.util.Optional<java.lang.String> type)
-
type
public ListCallsWithTranscriptsResponse.Builder type(java.lang.String type)
-
data
public ListCallsWithTranscriptsResponse.Builder data(java.util.Optional<java.util.List<ListCallsWithTranscriptsResponse.DataItem>> data)
-
data
public ListCallsWithTranscriptsResponse.Builder data(java.util.List<ListCallsWithTranscriptsResponse.DataItem> data)
-
build
public ListCallsWithTranscriptsResponse build()
-
-