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