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