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