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