public static final class GetPluginsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetPluginsRequest.Builder |
acceptLanguage(String acceptLanguage)
The language of the response.
|
GetPluginsRequest |
build() |
GetPluginsRequest.Builder |
category(Integer category)
The type of the plug-in.
|
GetPluginsRequest.Builder |
enableOnly(Boolean enableOnly)
Specifies whether to enable the plug-in.
|
GetPluginsRequest.Builder |
gatewayUniqueId(String gatewayUniqueId)
The ID of the gateway.
|
GetPluginsRequest.Builder |
name(String name)
The name of the plug-in.
|
public GetPluginsRequest.Builder acceptLanguage(String acceptLanguage)
The language of the response. Valid values:
zh: Chinese en: English
example:zh
public GetPluginsRequest.Builder category(Integer category)
The type of the plug-in. Valid values:
1
public GetPluginsRequest.Builder enableOnly(Boolean enableOnly)
Specifies whether to enable the plug-in.
example:true
public GetPluginsRequest.Builder gatewayUniqueId(String gatewayUniqueId)
The ID of the gateway.
This parameter is required.
example:gw-0adf3ad751284cc69fcf9669fba*****
public GetPluginsRequest.Builder name(String name)
The name of the plug-in.
example:key-auth
public GetPluginsRequest build()
Copyright © 2026. All rights reserved.