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