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