Class StackoneListConnectorsMetaRequest.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.StackoneListConnectorsMetaRequest.Builder
-
- Enclosing class:
- StackoneListConnectorsMetaRequest
public static final class StackoneListConnectorsMetaRequest.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StackoneListConnectorsMetaRequestbuild()StackoneListConnectorsMetaRequest.Builderinclude(java.lang.String include)The comma separated list of data that will be included in the responseStackoneListConnectorsMetaRequest.Builderinclude(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> include)The comma separated list of data that will be included in the response
-
-
-
Method Detail
-
include
public StackoneListConnectorsMetaRequest.Builder include(java.lang.String include)
The comma separated list of data that will be included in the response
-
include
public StackoneListConnectorsMetaRequest.Builder include(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> include)
The comma separated list of data that will be included in the response
-
build
public StackoneListConnectorsMetaRequest build()
-
-