Class ContentBlocksPaginated.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ContentBlocksPaginated.Builder
-
- Enclosing class:
- ContentBlocksPaginated
public static final class ContentBlocksPaginated.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ContentBlocksPaginatedbuild()ContentBlocksPaginated.Builderdata(java.util.List<ContentBlock> data)ContentBlocksPaginated.Buildernext(java.lang.String next)ContentBlocksPaginated.Buildernext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)ContentBlocksPaginated.BuildernextPage(java.lang.String nextPage)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.ContentBlocksPaginated.BuildernextPage(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> nextPage)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.ContentBlocksPaginated.Builderraw(java.util.List<RawResponse> raw)ContentBlocksPaginated.Builderraw(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
-
-
Method Detail
-
nextPage
@Deprecated public ContentBlocksPaginated.Builder nextPage(java.lang.String nextPage)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.
-
nextPage
@Deprecated public ContentBlocksPaginated.Builder nextPage(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> nextPage)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.
-
next
public ContentBlocksPaginated.Builder next(java.lang.String next)
-
next
public ContentBlocksPaginated.Builder next(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
-
data
public ContentBlocksPaginated.Builder data(java.util.List<ContentBlock> data)
-
raw
public ContentBlocksPaginated.Builder raw(java.util.List<RawResponse> raw)
-
raw
public ContentBlocksPaginated.Builder raw(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
build
public ContentBlocksPaginated build()
-
-