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