public class EnrolmentInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EnrolmentInfo.OwnershipEnum
Provide the ownership status of the device.(BYOD, COPE)
|
static class |
EnrolmentInfo.StatusEnum
Current status of the device, such as whether the device is active, removed etc.
|
| Constructor and Description |
|---|
EnrolmentInfo() |
public EnrolmentInfo id(Integer id)
public Integer getId()
public void setId(Integer id)
public EnrolmentInfo status(EnrolmentInfo.StatusEnum status)
public EnrolmentInfo.StatusEnum getStatus()
public void setStatus(EnrolmentInfo.StatusEnum status)
public EnrolmentInfo ownership(EnrolmentInfo.OwnershipEnum ownership)
public EnrolmentInfo.OwnershipEnum getOwnership()
public void setOwnership(EnrolmentInfo.OwnershipEnum ownership)
public EnrolmentInfo owner(String owner)
public String getOwner()
public void setOwner(String owner)
public EnrolmentInfo dateOfEnrolment(Long dateOfEnrolment)
public Long getDateOfEnrolment()
public void setDateOfEnrolment(Long dateOfEnrolment)
public EnrolmentInfo dateOfLastUpdate(Long dateOfLastUpdate)
public Long getDateOfLastUpdate()
public void setDateOfLastUpdate(Long dateOfLastUpdate)
Copyright © 2017 WSO2. All rights reserved.