Class ActionsMetaPaginated.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ActionsMetaPaginated.Builder
-
- Enclosing class:
- ActionsMetaPaginated
public static final class ActionsMetaPaginated.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionsMetaPaginatedbuild()ActionsMetaPaginated.Builderdata(java.util.List<ActionsMeta> data)The list of actions metadataActionsMetaPaginated.Builderdata(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<ActionsMeta>> data)The list of actions metadataActionsMetaPaginated.Buildernext(java.lang.String next)Cursor for fetching the next page of resultsActionsMetaPaginated.Buildernext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)Cursor for fetching the next page of results
-
-
-
Method Detail
-
next
public ActionsMetaPaginated.Builder next(java.lang.String next)
Cursor for fetching the next page of results
-
next
public ActionsMetaPaginated.Builder next(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
Cursor for fetching the next page of results
-
data
public ActionsMetaPaginated.Builder data(java.util.List<ActionsMeta> data)
The list of actions metadata
-
data
public ActionsMetaPaginated.Builder data(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<ActionsMeta>> data)
The list of actions metadata
-
build
public ActionsMetaPaginated build()
-
-