| Package | Description |
|---|---|
| org.wso2.carbon.device.mgt.deviceagent.api.dto |
| Modifier and Type | Method and Description |
|---|---|
static EnrolmentInfo.StatusEnum |
EnrolmentInfo.StatusEnum.fromValue(String text) |
EnrolmentInfo.StatusEnum |
EnrolmentInfo.getStatus()
Current status of the device, such as whether the device is active, removed etc.
|
static EnrolmentInfo.StatusEnum |
EnrolmentInfo.StatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnrolmentInfo.StatusEnum[] |
EnrolmentInfo.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 |
EnrolmentInfo.setStatus(EnrolmentInfo.StatusEnum status) |
EnrolmentInfo |
EnrolmentInfo.status(EnrolmentInfo.StatusEnum status) |
Copyright © 2017 WSO2. All rights reserved.