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