Class PrinterBaseRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.EntityRequest<PrinterBase>
-
- odata.msgraph.client.entity.request.PrinterBaseRequest
-
public class PrinterBaseRequest extends com.github.davidmoten.odata.client.EntityRequest<PrinterBase>
-
-
Constructor Summary
Constructors Constructor Description PrinterBaseRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrintJobCollectionRequestjobs()PrintJobRequestjobs(String id)
-
-
-
Method Detail
-
jobs
public PrintJobRequest jobs(String id)
-
jobs
public PrintJobCollectionRequest jobs()
-
-