Class PrinterShareRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.EntityRequest<PrinterShare>
-
- odata.msgraph.client.beta.entity.request.PrinterShareRequest
-
public class PrinterShareRequest extends com.github.davidmoten.odata.client.EntityRequest<PrinterShare>
-
-
Constructor Summary
Constructors Constructor Description PrinterShareRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupCollectionRequestallowedGroups()GroupRequestallowedGroups(String id)UserCollectionRequestallowedUsers()UserRequestallowedUsers(String id)PrinterRequestprinter()
-
-
-
Method Detail
-
allowedGroups
public GroupCollectionRequest allowedGroups()
-
allowedGroups
public GroupRequest allowedGroups(String id)
-
allowedUsers
public UserCollectionRequest allowedUsers()
-
allowedUsers
public UserRequest allowedUsers(String id)
-
printer
public PrinterRequest printer()
-
-