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