public class PrinterShareRequest extends com.github.davidmoten.odata.client.EntityRequest<PrinterShare>
| Constructor and Description |
|---|
PrinterShareRequest(com.github.davidmoten.odata.client.ContextPath contextPath) |
| Modifier and Type | Method and Description |
|---|---|
PrintIdentityCollectionRequest |
allowedGroups() |
PrintIdentityRequest |
allowedGroups(String id) |
PrintUserIdentityCollectionRequest |
allowedUsers() |
PrintUserIdentityRequest |
allowedUsers(String id) |
PrinterRequest |
printer() |
public PrinterShareRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public PrinterRequest printer()
public PrintUserIdentityCollectionRequest allowedUsers()
public PrintUserIdentityRequest allowedUsers(String id)
public PrintIdentityCollectionRequest allowedGroups()
public PrintIdentityRequest allowedGroups(String id)
Copyright © 2018–2020. All rights reserved.