| Package | Description |
|---|---|
| org.wso2.carbon.device.mgt.deviceagent.api.dto |
| Modifier and Type | Method and Description |
|---|---|
static EnrolmentInfo.OwnershipEnum |
EnrolmentInfo.OwnershipEnum.fromValue(String text) |
EnrolmentInfo.OwnershipEnum |
EnrolmentInfo.getOwnership()
Provide the ownership status of the device.(BYOD, COPE)
|
static EnrolmentInfo.OwnershipEnum |
EnrolmentInfo.OwnershipEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnrolmentInfo.OwnershipEnum[] |
EnrolmentInfo.OwnershipEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnrolmentInfo |
EnrolmentInfo.ownership(EnrolmentInfo.OwnershipEnum ownership) |
void |
EnrolmentInfo.setOwnership(EnrolmentInfo.OwnershipEnum ownership) |
Copyright © 2017 WSO2. All rights reserved.