Package com.microsoft.graph.models
Class ReportRootGetUserArchivedPrintJobsParameterSet.ReportRootGetUserArchivedPrintJobsParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.ReportRootGetUserArchivedPrintJobsParameterSet.ReportRootGetUserArchivedPrintJobsParameterSetBuilder
- Enclosing class:
ReportRootGetUserArchivedPrintJobsParameterSet
public static final class ReportRootGetUserArchivedPrintJobsParameterSet.ReportRootGetUserArchivedPrintJobsParameterSetBuilder
extends Object
Fluent builder for the ReportRootGetUserArchivedPrintJobsParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OffsetDateTime
The endDateTime parameter valueprotected OffsetDateTime
The startDateTime parameter valueprotected String
The userId parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new ReportRootGetUserArchivedPrintJobsParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestReportRootGetUserArchivedPrintJobsParameterSet.ReportRootGetUserArchivedPrintJobsParameterSetBuilder
Sets the EndDateTimeReportRootGetUserArchivedPrintJobsParameterSet.ReportRootGetUserArchivedPrintJobsParameterSetBuilder
Sets the StartDateTimeReportRootGetUserArchivedPrintJobsParameterSet.ReportRootGetUserArchivedPrintJobsParameterSetBuilder
withUserId
(String val) Sets the UserId
-
Field Details
-
userId
The userId parameter value -
startDateTime
The startDateTime parameter value -
endDateTime
The endDateTime parameter value
-
-
Constructor Details
-
ReportRootGetUserArchivedPrintJobsParameterSetBuilder
@Nullable protected ReportRootGetUserArchivedPrintJobsParameterSetBuilder()Instanciates a new ReportRootGetUserArchivedPrintJobsParameterSetBuilder
-
-
Method Details
-
withUserId
@Nonnull public ReportRootGetUserArchivedPrintJobsParameterSet.ReportRootGetUserArchivedPrintJobsParameterSetBuilder withUserId(@Nullable String val) Sets the UserId- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withStartDateTime
@Nonnull public ReportRootGetUserArchivedPrintJobsParameterSet.ReportRootGetUserArchivedPrintJobsParameterSetBuilder withStartDateTime(@Nullable OffsetDateTime val) Sets the StartDateTime- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withEndDateTime
@Nonnull public ReportRootGetUserArchivedPrintJobsParameterSet.ReportRootGetUserArchivedPrintJobsParameterSetBuilder 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
-