public static final class DryRunSwaggerResponseBody.ApiDryRunSwaggerSuccess.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DryRunSwaggerResponseBody.ApiDryRunSwaggerSuccess.Builder |
apiOperation(String apiOperation)
Specifies whether the operation is CREATE or MODIFY.
|
DryRunSwaggerResponseBody.ApiDryRunSwaggerSuccess.Builder |
apiSwagger(String apiSwagger)
The API definition that complies with the Swagger specification.
|
DryRunSwaggerResponseBody.ApiDryRunSwaggerSuccess.Builder |
apiUid(String apiUid)
The UID of the successfully imported API.
|
DryRunSwaggerResponseBody.ApiDryRunSwaggerSuccess |
build() |
DryRunSwaggerResponseBody.ApiDryRunSwaggerSuccess.Builder |
httpMethod(String httpMethod)
The HTTP method configured when the API is created.
|
DryRunSwaggerResponseBody.ApiDryRunSwaggerSuccess.Builder |
path(String path)
The request path configured when the API is created.
|
public DryRunSwaggerResponseBody.ApiDryRunSwaggerSuccess.Builder apiOperation(String apiOperation)
public DryRunSwaggerResponseBody.ApiDryRunSwaggerSuccess.Builder apiSwagger(String apiSwagger)
public DryRunSwaggerResponseBody.ApiDryRunSwaggerSuccess.Builder apiUid(String apiUid)
public DryRunSwaggerResponseBody.ApiDryRunSwaggerSuccess.Builder httpMethod(String httpMethod)
public DryRunSwaggerResponseBody.ApiDryRunSwaggerSuccess.Builder path(String path)
public DryRunSwaggerResponseBody.ApiDryRunSwaggerSuccess build()
Copyright © 2024. All rights reserved.