| Package | Description |
|---|---|
| org.wso2.am.integration.clients.publisher.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
static APIEndpointSecurityDTO.TypeEnum |
APIEndpointSecurityDTO.TypeEnum.fromValue(String text) |
APIEndpointSecurityDTO.TypeEnum |
APIEndpointSecurityDTO.getType()
Accepts one of the following, basic or digest.
|
APIEndpointSecurityDTO.TypeEnum |
APIEndpointSecurityDTO.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static APIEndpointSecurityDTO.TypeEnum |
APIEndpointSecurityDTO.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static APIEndpointSecurityDTO.TypeEnum[] |
APIEndpointSecurityDTO.TypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
APIEndpointSecurityDTO.setType(APIEndpointSecurityDTO.TypeEnum type) |
APIEndpointSecurityDTO |
APIEndpointSecurityDTO.type(APIEndpointSecurityDTO.TypeEnum type) |
void |
APIEndpointSecurityDTO.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
APIEndpointSecurityDTO.TypeEnum enumeration) |
Copyright © 2020 WSO2 Inc. All rights reserved.