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