| Package | Description |
|---|---|
| org.wso2.am.integration.clients.publisher.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
static APIDTO.AccessControlEnum |
APIDTO.AccessControlEnum.fromValue(String text) |
APIDTO.AccessControlEnum |
APIDTO.getAccessControl()
Is the API is restricted to certain set of publishers or creators or is it visible to all the publishers and creators.
|
APIDTO.AccessControlEnum |
APIDTO.AccessControlEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static APIDTO.AccessControlEnum |
APIDTO.AccessControlEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static APIDTO.AccessControlEnum[] |
APIDTO.AccessControlEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
APIDTO |
APIDTO.accessControl(APIDTO.AccessControlEnum accessControl) |
void |
APIDTO.setAccessControl(APIDTO.AccessControlEnum accessControl) |
void |
APIDTO.AccessControlEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
APIDTO.AccessControlEnum enumeration) |
Copyright © 2020 WSO2 Inc. All rights reserved.