public class EnrollmentProfileRequest extends com.github.davidmoten.odata.client.EntityRequest<EnrollmentProfile>
| Constructor and Description |
|---|
EnrollmentProfileRequest(com.github.davidmoten.odata.client.ContextPath contextPath) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<String> |
exportMobileConfig() |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
setDefaultProfile() |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
updateDeviceProfileAssignment(List<String> deviceIds) |
public EnrollmentProfileRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public com.github.davidmoten.odata.client.ActionRequestNoReturn setDefaultProfile()
public com.github.davidmoten.odata.client.ActionRequestNoReturn updateDeviceProfileAssignment(List<String> deviceIds)
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<String> exportMobileConfig()
Copyright © 2018–2020. All rights reserved.