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