Package com.microsoft.graph.models
Class ReportRootGetPrinterArchivedPrintJobsParameterSet.ReportRootGetPrinterArchivedPrintJobsParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.ReportRootGetPrinterArchivedPrintJobsParameterSet.ReportRootGetPrinterArchivedPrintJobsParameterSetBuilder
- Enclosing class:
- ReportRootGetPrinterArchivedPrintJobsParameterSet
public static final class ReportRootGetPrinterArchivedPrintJobsParameterSet.ReportRootGetPrinterArchivedPrintJobsParameterSetBuilder
extends Object
Fluent builder for the ReportRootGetPrinterArchivedPrintJobsParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OffsetDateTime
The endDateTime parameter valueprotected String
The printerId parameter valueprotected OffsetDateTime
The startDateTime parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new ReportRootGetPrinterArchivedPrintJobsParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestSets the EndDateTimewithPrinterId
(String val) Sets the PrinterIdSets the StartDateTime
-
Field Details
-
printerId
The printerId parameter value -
startDateTime
The startDateTime parameter value -
endDateTime
The endDateTime parameter value
-
-
Constructor Details
-
ReportRootGetPrinterArchivedPrintJobsParameterSetBuilder
@Nullable protected ReportRootGetPrinterArchivedPrintJobsParameterSetBuilder()Instanciates a new ReportRootGetPrinterArchivedPrintJobsParameterSetBuilder
-
-
Method Details
-
withPrinterId
@Nonnull public ReportRootGetPrinterArchivedPrintJobsParameterSet.ReportRootGetPrinterArchivedPrintJobsParameterSetBuilder withPrinterId(@Nullable String val) Sets the PrinterId- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withStartDateTime
@Nonnull public ReportRootGetPrinterArchivedPrintJobsParameterSet.ReportRootGetPrinterArchivedPrintJobsParameterSetBuilder withStartDateTime(@Nullable OffsetDateTime val) Sets the StartDateTime- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withEndDateTime
@Nonnull public ReportRootGetPrinterArchivedPrintJobsParameterSet.ReportRootGetPrinterArchivedPrintJobsParameterSetBuilder withEndDateTime(@Nullable OffsetDateTime val) Sets the EndDateTime- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-