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