Class StackoneGetLogRequest.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.StackoneGetLogRequest.Builder
-
- Enclosing class:
- StackoneGetLogRequest
public static final class StackoneGetLogRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StackoneGetLogRequestbuild()StackoneGetLogRequest.Builderid(java.lang.String id)StackoneGetLogRequest.Builderinclude(Include include)The include parameter allows you to include additional data in the response.StackoneGetLogRequest.Builderinclude(org.openapitools.jackson.nullable.JsonNullable<? extends Include> include)The include parameter allows you to include additional data in the response.
-
-
-
Method Detail
-
id
public StackoneGetLogRequest.Builder id(java.lang.String id)
-
include
public StackoneGetLogRequest.Builder include(Include include)
The include parameter allows you to include additional data in the response.
-
include
public StackoneGetLogRequest.Builder include(org.openapitools.jackson.nullable.JsonNullable<? extends Include> include)
The include parameter allows you to include additional data in the response.
-
build
public StackoneGetLogRequest build()
-
-