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