public class PrinterCollectionRequest extends com.github.davidmoten.odata.client.CollectionPageEntityRequest<Printer,PrinterRequest>
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
| Constructor and Description |
|---|
PrinterCollectionRequest(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) |
PrintConnectorCollectionRequest |
connectors() |
PrintConnectorRequest |
connectors(String id) |
public PrinterCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public PrintUserIdentityCollectionRequest allowedUsers()
public PrintUserIdentityRequest allowedUsers(String id)
public PrintIdentityCollectionRequest allowedGroups()
public PrintIdentityRequest allowedGroups(String id)
public PrintConnectorCollectionRequest connectors()
public PrintConnectorRequest connectors(String id)
Copyright © 2018–2020. All rights reserved.