| Package | Description |
|---|---|
| com.axway.apim.adapter.apis |
| Modifier and Type | Method and Description |
|---|---|
static APIManagerAPIAccessAdapter.Type |
APIManagerAPIAccessAdapter.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static APIManagerAPIAccessAdapter.Type[] |
APIManagerAPIAccessAdapter.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
APIAccess |
APIManagerAPIAccessAdapter.createAPIAccess(APIAccess apiAccess,
String parentId,
APIManagerAPIAccessAdapter.Type type) |
void |
APIManagerAPIAccessAdapter.deleteAPIAccess(APIAccess apiAccess,
String parentId,
APIManagerAPIAccessAdapter.Type type) |
List<APIAccess> |
APIManagerAPIAccessAdapter.getAPIAccess(String id,
APIManagerAPIAccessAdapter.Type type) |
List<APIAccess> |
APIManagerAPIAccessAdapter.getAPIAccess(String id,
APIManagerAPIAccessAdapter.Type type,
boolean includeAPIName) |
List<APIAccess> |
APIManagerAPIAccessAdapter.saveAPIAccess(List<APIAccess> apiAccess,
String parentId,
APIManagerAPIAccessAdapter.Type type) |
Copyright © 2020. All rights reserved.