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