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