Package com.microsoft.graph.models
Class ReportRootGetGroupArchivedPrintJobsParameterSet.ReportRootGetGroupArchivedPrintJobsParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.ReportRootGetGroupArchivedPrintJobsParameterSet.ReportRootGetGroupArchivedPrintJobsParameterSetBuilder
- Enclosing class:
ReportRootGetGroupArchivedPrintJobsParameterSet
public static final class ReportRootGetGroupArchivedPrintJobsParameterSet.ReportRootGetGroupArchivedPrintJobsParameterSetBuilder
extends Object
Fluent builder for the ReportRootGetGroupArchivedPrintJobsParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OffsetDateTimeThe endDateTime parameter valueprotected StringThe groupId parameter valueprotected OffsetDateTimeThe startDateTime parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new ReportRootGetGroupArchivedPrintJobsParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestSets the EndDateTimewithGroupId(String val) Sets the GroupIdSets the StartDateTime
-
Field Details
-
groupId
The groupId parameter value -
startDateTime
The startDateTime parameter value -
endDateTime
The endDateTime parameter value
-
-
Constructor Details
-
ReportRootGetGroupArchivedPrintJobsParameterSetBuilder
@Nullable protected ReportRootGetGroupArchivedPrintJobsParameterSetBuilder()Instanciates a new ReportRootGetGroupArchivedPrintJobsParameterSetBuilder
-
-
Method Details
-
withGroupId
@Nonnull public ReportRootGetGroupArchivedPrintJobsParameterSet.ReportRootGetGroupArchivedPrintJobsParameterSetBuilder withGroupId(@Nullable String val) Sets the GroupId- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withStartDateTime
@Nonnull public ReportRootGetGroupArchivedPrintJobsParameterSet.ReportRootGetGroupArchivedPrintJobsParameterSetBuilder withStartDateTime(@Nullable OffsetDateTime val) Sets the StartDateTime- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withEndDateTime
@Nonnull public ReportRootGetGroupArchivedPrintJobsParameterSet.ReportRootGetGroupArchivedPrintJobsParameterSetBuilder 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
-