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