Class DrivesPaginated.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.DrivesPaginated.Builder
-
- Enclosing class:
- DrivesPaginated
public static final class DrivesPaginated.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DrivesPaginatedbuild()DrivesPaginated.Builderdata(java.util.List<Drives> data)DrivesPaginated.Buildernext(java.lang.String next)DrivesPaginated.Buildernext(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)DrivesPaginated.Builderraw(java.util.List<RawResponse> raw)DrivesPaginated.Builderraw(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
-
-
Method Detail
-
next
public DrivesPaginated.Builder next(java.lang.String next)
-
next
public DrivesPaginated.Builder next(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> next)
-
data
public DrivesPaginated.Builder data(java.util.List<Drives> data)
-
raw
public DrivesPaginated.Builder raw(java.util.List<RawResponse> raw)
-
raw
public DrivesPaginated.Builder raw(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<RawResponse>> raw)
-
build
public DrivesPaginated build()
-
-