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