Package | Description |
---|---|
org.wso2.carbon.appmgt.mdm.restconnector.authorization.client.dto |
Modifier and Type | Method and Description |
---|---|
EnrolmentInfo.Status |
EnrolmentInfo.getStatus() |
static EnrolmentInfo.Status |
EnrolmentInfo.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnrolmentInfo.Status[] |
EnrolmentInfo.Status.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.Status status) |
Constructor and Description |
---|
EnrolmentInfo(String owner,
EnrolmentInfo.OwnerShip ownership,
EnrolmentInfo.Status status) |
Copyright © 2017 WSO2. All rights reserved.