public static final class ReportRootGetGroupArchivedPrintJobsParameterSet.ReportRootGetGroupArchivedPrintJobsParameterSetBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.time.OffsetDateTime |
endDateTime
The endDateTime parameter value
|
protected java.lang.String |
groupId
The groupId parameter value
|
protected java.time.OffsetDateTime |
startDateTime
The startDateTime parameter value
|
Modifier | Constructor and Description |
---|---|
protected |
ReportRootGetGroupArchivedPrintJobsParameterSetBuilder()
Instanciates a new ReportRootGetGroupArchivedPrintJobsParameterSetBuilder
|
Modifier and Type | Method and Description |
---|---|
ReportRootGetGroupArchivedPrintJobsParameterSet |
build()
Buils the resulting body object to be passed to the request
|
ReportRootGetGroupArchivedPrintJobsParameterSet.ReportRootGetGroupArchivedPrintJobsParameterSetBuilder |
withEndDateTime(java.time.OffsetDateTime val)
Sets the EndDateTime
|
ReportRootGetGroupArchivedPrintJobsParameterSet.ReportRootGetGroupArchivedPrintJobsParameterSetBuilder |
withGroupId(java.lang.String val)
Sets the GroupId
|
ReportRootGetGroupArchivedPrintJobsParameterSet.ReportRootGetGroupArchivedPrintJobsParameterSetBuilder |
withStartDateTime(java.time.OffsetDateTime val)
Sets the StartDateTime
|
@Nullable protected java.lang.String groupId
@Nullable protected java.time.OffsetDateTime startDateTime
@Nullable protected java.time.OffsetDateTime endDateTime
@Nullable protected ReportRootGetGroupArchivedPrintJobsParameterSetBuilder()
@Nonnull public ReportRootGetGroupArchivedPrintJobsParameterSet.ReportRootGetGroupArchivedPrintJobsParameterSetBuilder withGroupId(@Nullable java.lang.String val)
val
- the value to set it to@Nonnull public ReportRootGetGroupArchivedPrintJobsParameterSet.ReportRootGetGroupArchivedPrintJobsParameterSetBuilder withStartDateTime(@Nullable java.time.OffsetDateTime val)
val
- the value to set it to@Nonnull public ReportRootGetGroupArchivedPrintJobsParameterSet.ReportRootGetGroupArchivedPrintJobsParameterSetBuilder withEndDateTime(@Nullable java.time.OffsetDateTime val)
val
- the value to set it to@Nonnull public ReportRootGetGroupArchivedPrintJobsParameterSet build()