| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
static SubscriptionDTO.StatusEnum |
SubscriptionDTO.StatusEnum.fromValue(String value) |
SubscriptionDTO.StatusEnum |
SubscriptionDTO.getStatus()
Get status
|
SubscriptionDTO.StatusEnum |
SubscriptionDTO.StatusEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static SubscriptionDTO.StatusEnum |
SubscriptionDTO.StatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubscriptionDTO.StatusEnum[] |
SubscriptionDTO.StatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriptionDTO.setStatus(SubscriptionDTO.StatusEnum status) |
SubscriptionDTO |
SubscriptionDTO.status(SubscriptionDTO.StatusEnum status) |
void |
SubscriptionDTO.StatusEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
SubscriptionDTO.StatusEnum enumeration) |
Copyright © 2021 WSO2 Inc. All rights reserved.