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