Class RunSummaryParameterSet.RunSummaryParameterSetBuilder
java.lang.Object
com.microsoft.graph.identitygovernance.models.RunSummaryParameterSet.RunSummaryParameterSetBuilder
- Enclosing class:
RunSummaryParameterSet
Fluent builder for the RunSummaryParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OffsetDateTimeThe endDateTime parameter valueprotected OffsetDateTimeThe startDateTime parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new RunSummaryParameterSetBuilder -
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
-
RunSummaryParameterSetBuilder
@Nullable protected RunSummaryParameterSetBuilder()Instanciates a new RunSummaryParameterSetBuilder
-
-
Method Details
-
withStartDateTime
@Nonnull public RunSummaryParameterSet.RunSummaryParameterSetBuilder withStartDateTime(@Nullable OffsetDateTime val) Sets the StartDateTime- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withEndDateTime
@Nonnull public RunSummaryParameterSet.RunSummaryParameterSetBuilder 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
-