Class ContentImportSourcesList.Builder
- java.lang.Object
-
- com.intercom.api.resources.unstable.aicontent.types.ContentImportSourcesList.Builder
-
- Enclosing class:
- ContentImportSourcesList
public static final class ContentImportSourcesList.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentImportSourcesListbuild()ContentImportSourcesList.Builderdata(java.util.List<ContentImportSource> data)ContentImportSourcesList.Builderdata(java.util.Optional<java.util.List<ContentImportSource>> data)An array of Content Import Source objectsContentImportSourcesList.Builderfrom(ContentImportSourcesList other)ContentImportSourcesList.Builderpages(PagesLink pages)ContentImportSourcesList.Builderpages(java.util.Optional<PagesLink> pages)ContentImportSourcesList.BuildertotalCount(java.lang.Integer totalCount)ContentImportSourcesList.BuildertotalCount(java.util.Optional<java.lang.Integer> totalCount)A count of the total number of content import sources.ContentImportSourcesList.Buildertype(java.lang.String type)ContentImportSourcesList.Buildertype(java.util.Optional<java.lang.String> type)The type of the object -list.
-
-
-
Method Detail
-
from
public ContentImportSourcesList.Builder from(ContentImportSourcesList other)
-
type
public ContentImportSourcesList.Builder type(java.util.Optional<java.lang.String> type)
The type of the object -
list.
-
type
public ContentImportSourcesList.Builder type(java.lang.String type)
-
pages
public ContentImportSourcesList.Builder pages(java.util.Optional<PagesLink> pages)
-
pages
public ContentImportSourcesList.Builder pages(PagesLink pages)
-
totalCount
public ContentImportSourcesList.Builder totalCount(java.util.Optional<java.lang.Integer> totalCount)
A count of the total number of content import sources.
-
totalCount
public ContentImportSourcesList.Builder totalCount(java.lang.Integer totalCount)
-
data
public ContentImportSourcesList.Builder data(java.util.Optional<java.util.List<ContentImportSource>> data)
An array of Content Import Source objects
-
data
public ContentImportSourcesList.Builder data(java.util.List<ContentImportSource> data)
-
build
public ContentImportSourcesList build()
-
-