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