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