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